Core.csproj 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A5408515-75B8-4EEA-8E9F-2C9CD7B56E59}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OpenVIII.Core</RootNamespace>
  11. <AssemblyName>Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x64'">
  20. <DebugSymbols>true</DebugSymbols>
  21. <OutputPath>..\bin\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;_WINDOWS;_X64</DefineConstants>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. <DebugType>full</DebugType>
  25. <PlatformTarget>x64</PlatformTarget>
  26. <LangVersion>latest</LangVersion>
  27. <ErrorReport>prompt</ErrorReport>
  28. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x86'">
  31. <DebugSymbols>true</DebugSymbols>
  32. <OutputPath>..\bin\</OutputPath>
  33. <DefineConstants>TRACE;DEBUG;_WINDOWS;_X86</DefineConstants>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. <DebugType>full</DebugType>
  36. <PlatformTarget>x86</PlatformTarget>
  37. <LangVersion>latest</LangVersion>
  38. <ErrorReport>prompt</ErrorReport>
  39. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x64'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>..\bin\</OutputPath>
  44. <DefineConstants>TRACE;_WINDOWS;_X64</DefineConstants>
  45. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <LangVersion>latest</LangVersion>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. <Optimize>true</Optimize>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x86'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>..\bin\</OutputPath>
  56. <DefineConstants>TRACE;_WINDOWS</DefineConstants>
  57. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <LangVersion>latest</LangVersion>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Optimize>true</Optimize>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x64'">
  66. <OutputPath>..\bin\</OutputPath>
  67. <DefineConstants>TRACE;_X64</DefineConstants>
  68. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <LangVersion>latest</LangVersion>
  75. <DebugSymbols>true</DebugSymbols>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x86'">
  78. <OutputPath>..\bin\</OutputPath>
  79. <DefineConstants>TRACE</DefineConstants>
  80. <Optimize>true</Optimize>
  81. <DebugType>pdbonly</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <ErrorReport>prompt</ErrorReport>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  86. <LangVersion>latest</LangVersion>
  87. <DebugSymbols>true</DebugSymbols>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x64'">
  90. <OutputPath>..\bin\</OutputPath>
  91. <DefineConstants>DEBUG;TRACE;_X64</DefineConstants>
  92. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <LangVersion>latest</LangVersion>
  95. <ErrorReport>prompt</ErrorReport>
  96. <DebugType>full</DebugType>
  97. <DebugSymbols>true</DebugSymbols>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x86'">
  100. <OutputPath>..\bin\</OutputPath>
  101. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  102. <DefineConstants>DEBUG;TRACE</DefineConstants>
  103. <LangVersion>latest</LangVersion>
  104. <ErrorReport>prompt</ErrorReport>
  105. <DebugType>full</DebugType>
  106. <DebugSymbols>true</DebugSymbols>
  107. <PlatformTarget>x86</PlatformTarget>
  108. </PropertyGroup>
  109. <PropertyGroup>
  110. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  114. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  115. </Reference>
  116. <Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
  117. <HintPath>..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\lib\net45\MonoGame.Framework.dll</HintPath>
  118. </Reference>
  119. <Reference Include="netstandard">
  120. <Private>True</Private>
  121. </Reference>
  122. <Reference Include="FFmpeg.AutoGen, Version=4.2.0.0, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
  123. <HintPath>..\packages\FFmpeg.AutoGen.4.2.0\lib\net45\FFmpeg.AutoGen.dll</HintPath>
  124. </Reference>
  125. <Reference Include="K4os.Compression.LZ4, Version=1.1.11.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  126. <HintPath>..\packages\K4os.Compression.LZ4.1.1.11\lib\net46\K4os.Compression.LZ4.dll</HintPath>
  127. </Reference>
  128. <Reference Include="ImGui.NET, Version=1.72.0.0, Culture=neutral, processorArchitecture=MSIL">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>x86\ImGui.NET.dll</HintPath>
  131. </Reference>
  132. <Reference Include="NAudio, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  133. <HintPath>..\packages\NAudio.1.9.0\lib\net35\NAudio.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System" />
  136. <Reference Include="System.Core" />
  137. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  138. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  141. <HintPath>..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  144. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  147. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Core" />
  150. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  151. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  154. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  157. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  166. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  167. </Reference>
  168. <Reference Include="System.Numerics" />
  169. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  170. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  173. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  174. </Reference>
  175. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  176. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  179. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net46\System.Security.Cryptography.Algorithms.dll</HintPath>
  180. </Reference>
  181. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  182. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  183. </Reference>
  184. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  185. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  186. </Reference>
  187. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  188. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net46\System.Security.Cryptography.X509Certificates.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Windows.Forms" />
  191. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  192. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  193. </Reference>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Compile Include="Archive\Archive.cs" />
  197. <Compile Include="Archive\ArchiveBase.cs" />
  198. <Compile Include="Archive\ArchiveMap.cs" />
  199. <Compile Include="Archive\Archives.cs" />
  200. <Compile Include="Archive\ArchiveWorker.cs" />
  201. <Compile Include="Archive\CompressionType.cs" />
  202. <Compile Include="Archive\FI.cs" />
  203. <Compile Include="Archive\FL.cs" />
  204. <Compile Include="Archive\ZZZ\ArchiveZZZ.cs" />
  205. <Compile Include="Archive\BufferWithAge.cs" />
  206. <Compile Include="Archive\ZZZ\FileData.cs" />
  207. <Compile Include="Archive\ZZZ\Header.cs" />
  208. <Compile Include="Archive\StreamWithRangeValues.cs" />
  209. <Compile Include="AV\Audio.cs" />
  210. <Compile Include="AV\BufferData.cs" />
  211. <Compile Include="AV\Movie\Directories.cs" />
  212. <Compile Include="AV\Movie\Files.cs" />
  213. <Compile Include="AV\Music\Midi\Fluid.cs" />
  214. <Compile Include="AV\Music\Midi\DirectMedia.cs" />
  215. <Compile Include="AV\Movie\Player.cs" />
  216. <Compile Include="AV\Movie\State.cs" />
  217. <Compile Include="AV\Music\Music.cs" />
  218. <Compile Include="AV\Sound\Entry.cs" />
  219. <Compile Include="AV\Sound\Sound.cs" />
  220. <Compile Include="AV\Video.cs" />
  221. <Compile Include="Battle\AnimationSystem.cs" />
  222. <Compile Include="Battle\BattleModule.cs" />
  223. <Compile Include="Battle\BattleSwirl.cs" />
  224. <Compile Include="Battle\Dat\CharacterData.cs" />
  225. <Compile Include="Battle\Characters\CharacterInstanceInformation.cs" />
  226. <Compile Include="Battle\Dat\Animation.cs" />
  227. <Compile Include="Battle\Dat\AnimationData.cs" />
  228. <Compile Include="Battle\Dat\AnimationFrame.cs" />
  229. <Compile Include="Battle\Dat\AnimationSequence.cs" />
  230. <Compile Include="Battle\Dat\AnimationYOffset.cs" />
  231. <Compile Include="Battle\Dat\Bone.cs" />
  232. <Compile Include="Battle\Dat\CharacterDatFile.cs" />
  233. <Compile Include="Battle\Dat\DatHeader.cs" />
  234. <Compile Include="Battle\Dat\DatFile.cs" />
  235. <Compile Include="Battle\Dat\KernelFlag.cs" />
  236. <Compile Include="Battle\Dat\MonsterDatFile.cs" />
  237. <Compile Include="Battle\Dat\EntityType.cs" />
  238. <Compile Include="Battle\Dat\Geometry.cs" />
  239. <Compile Include="Battle\Dat\Object.cs" />
  240. <Compile Include="Battle\Dat\Quad.cs" />
  241. <Compile Include="Battle\Dat\Sections.cs" />
  242. <Compile Include="Battle\Dat\Skeleton.cs" />
  243. <Compile Include="Battle\Dat\Textures.cs" />
  244. <Compile Include="Battle\Dat\Triangle.cs" />
  245. <Compile Include="Battle\Dat\UV.cs" />
  246. <Compile Include="Battle\Dat\VectorBoneGRP.cs" />
  247. <Compile Include="Battle\Dat\Vertex.cs" />
  248. <Compile Include="Battle\Dat\VertexData.cs" />
  249. <Compile Include="Battle\Dat\VertexPositionTexturePointersGRP.cs" />
  250. <Compile Include="Battle\Dat\WeaponDatFile.cs" />
  251. <Compile Include="Battle\Encounters\Coordinate.cs" />
  252. <Compile Include="Battle\DeadTime.cs" />
  253. <Compile Include="Battle\Dat\VertexPositionTexturePointersGRPExt.cs" />
  254. <Compile Include="Battle\Encounters\Encounter.cs" />
  255. <Compile Include="Battle\Encounters\EncounterFlag.cs" />
  256. <Compile Include="Battle\Encounters\Encounters.cs" />
  257. <Compile Include="Battle\Dat\Abilities.cs" />
  258. <Compile Include="Battle\Enemies\Enemy.cs" />
  259. <Compile Include="Battle\Encounters\EnemyCoordinates.cs" />
  260. <Compile Include="Battle\Enemies\EnemyInstanceInformation.cs" />
  261. <Compile Include="Battle\Dat\Flag1.cs" />
  262. <Compile Include="Battle\Dat\Flag2.cs" />
  263. <Compile Include="Battle\Dat\Magic.cs" />
  264. <Compile Include="Battle\Dat\UnkFlag.cs" />
  265. <Compile Include="Battle\FPS_Camera.cs" />
  266. <Compile Include="Battle\Enemies\IEnemy.cs" />
  267. <Compile Include="Battle\Dat\Information.cs" />
  268. <Compile Include="Battle\Mag\BinReaderExt.cs" />
  269. <Compile Include="Battle\Stage\GPU.cs" />
  270. <Compile Include="BinaryReaderExt.cs" />
  271. <Compile Include="Battle\Mag\Geometry.cs" />
  272. <Compile Include="Battle\InitDebuggerBattle.cs" />
  273. <Compile Include="Battle\Mag\Mag.cs" />
  274. <Compile Include="Battle\Menu\BattleMenu.cs" />
  275. <Compile Include="Battle\Menu\BattleMenus.cs" />
  276. <Compile Include="Battle\Menu\IGMDataItem\Gradient\ATB.cs" />
  277. <Compile Include="Battle\Menu\IGMDataItem\Gradient\GF.cs" />
  278. <Compile Include="Battle\Menu\IGMDataItem\Gradient\Renzokuken.cs" />
  279. <Compile Include="Battle\Menu\IGMData\Group\PlayerEXP.cs" />
  280. <Compile Include="Battle\Menu\IGMData\NamesHPATB.cs" />
  281. <Compile Include="Battle\Menu\IGMData\PartyAP.cs" />
  282. <Compile Include="Battle\Menu\IGMData\PartyItems.cs" />
  283. <Compile Include="Battle\Menu\IGMData\PlayerEXP.cs" />
  284. <Compile Include="Battle\Menu\IGMData\Pool\Bullet.cs" />
  285. <Compile Include="Battle\Menu\IGMData\Pool\Combine.cs" />
  286. <Compile Include="Battle\Menu\IGMData\Selphie_Slots.cs" />
  287. <Compile Include="Battle\Menu\IGMData\Limit\Shot.cs" />
  288. <Compile Include="Battle\Menu\IGMData\Target\Enemies.cs" />
  289. <Compile Include="Battle\Menu\IGMData\Target\Group.cs" />
  290. <Compile Include="Battle\Menu\IGMData\Limit\Renzokuken.cs" />
  291. <Compile Include="Battle\Menu\IGMData\Target\Party.cs" />
  292. <Compile Include="Battle\Menu\IGMData\Target\Random.cs" />
  293. <Compile Include="Battle\Camera\BattleCameraCollection.cs" />
  294. <Compile Include="Battle\Camera\BattleCameraSet.cs" />
  295. <Compile Include="Battle\Camera\BattleCameraSettings.cs" />
  296. <Compile Include="Battle\Camera\Camera.cs" />
  297. <Compile Include="Battle\Camera\CameraSetAnimGRP.cs" />
  298. <Compile Include="Battle\Camera\CameraStruct.cs" />
  299. <Compile Include="Battle\Stage\Animation.cs" />
  300. <Compile Include="Battle\Stage\GeometryInfoSupplier.cs" />
  301. <Compile Include="Battle\Stage\GeometryVertexPosition.cs" />
  302. <Compile Include="Battle\Stage\MainGeometrySection.cs" />
  303. <Compile Include="Battle\Stage\Model.cs" />
  304. <Compile Include="Battle\Stage\ModelGroup.cs" />
  305. <Compile Include="Battle\RegularPyramid.cs" />
  306. <Compile Include="Battle\Stage\ObjectsGroup.cs" />
  307. <Compile Include="Battle\Stage\Polygon.cs" />
  308. <Compile Include="Battle\Stage\Quad.cs" />
  309. <Compile Include="Battle\Stage\Stage.cs" />
  310. <Compile Include="Battle\Stage\TextureAnimation.cs" />
  311. <Compile Include="Battle\Stage\Triangle.cs" />
  312. <Compile Include="Battle\Stage\Vertex.cs" />
  313. <Compile Include="Card_Game\Card_Game.cs" />
  314. <Compile Include="Card_Game\EXE_Offsets.cs" />
  315. <Compile Include="Card_Game\Faces.cs" />
  316. <Compile Include="CountDown.cs" />
  317. <Compile Include="DrawVertDeclaration.cs" />
  318. <Compile Include="Field\Archive.cs" />
  319. <Compile Include="Field\Camera\Camera.cs" />
  320. <Compile Include="Field\Camera\Cameras.cs" />
  321. <Compile Include="Field\Core\NamedEntity.cs" />
  322. <Compile Include="Field\EnumFlagExt.cs" />
  323. <Compile Include="Field\Field_modes.cs" />
  324. <Compile Include="Field\INF\Gateway.cs" />
  325. <Compile Include="Field\INF\Gateways.cs" />
  326. <Compile Include="Field\INF\INF.cs" />
  327. <Compile Include="Field\INF\Trigger.cs" />
  328. <Compile Include="Field\INF\Triggers.cs" />
  329. <Compile Include="Field\JSM\Instructions\Abstract\ANIME.cs" />
  330. <Compile Include="Field\JSM\Instructions\Abstract\ANIMELOOP.cs" />
  331. <Compile Include="Field\JSM\Instructions\Abstract\BGANIME.cs" />
  332. <Compile Include="Field\JSM\Instructions\Abstract\KEY.cs" />
  333. <Compile Include="Field\JSM\Instructions\Abstract\PREQ.cs" />
  334. <Compile Include="Field\JSM\Instructions\Abstract\REQ.cs" />
  335. <Compile Include="Field\JSM\Instructions\Abstract\TURN.cs" />
  336. <Compile Include="Field\JSM\Instructions\ANGELODISABLE.cs" />
  337. <Compile Include="Field\JSM\Instructions\HASITEM.cs" />
  338. <Compile Include="Field\Menu\FieldDebugControls.cs" />
  339. <Compile Include="Field\Menu\FieldMenu.cs" />
  340. <Compile Include="Field\MrtRat.cs" />
  341. <Compile Include="Field\MSK.cs" />
  342. <Compile Include="Field\PMP.cs" />
  343. <Compile Include="Field\Sections.cs" />
  344. <Compile Include="Field\SFX.cs" />
  345. <Compile Include="Field\Toggles.cs" />
  346. <Compile Include="Field\WalkMesh\Access.cs" />
  347. <Compile Include="Field\Background\Background.cs" />
  348. <Compile Include="Field\Background\BackgroundTextureType.cs" />
  349. <Compile Include="Field\Background\BlendMode.cs" />
  350. <Compile Include="Field\Initializer.cs" />
  351. <Compile Include="Field\Module.cs" />
  352. <Compile Include="Field\module_field_object_test.cs" />
  353. <Compile Include="Field\ONE\FieldCharaOne.cs" />
  354. <Compile Include="Field\Background\TextureIDPaletteID.cs" />
  355. <Compile Include="Field\Background\Tile.cs" />
  356. <Compile Include="Field\Background\TileQuadTexture.cs" />
  357. <Compile Include="Field\Background\Tiles.cs" />
  358. <Compile Include="Field\WalkMesh\Vert.cs" />
  359. <Compile Include="Field\WalkMesh\WalkMesh.cs" />
  360. <Compile Include="FPSCounter.cs" />
  361. <Compile Include="Image\Bppflag.cs" />
  362. <Compile Include="Image\Cluts.cs" />
  363. <Compile Include="Image\ColorABGR1555.cs" />
  364. <Compile Include="Image\TDW.cs" />
  365. <Compile Include="Image\Texture2DWrapper.cs" />
  366. <Compile Include="Image\TextureBuffer.cs" />
  367. <Compile Include="Image\Texture_Base.cs" />
  368. <Compile Include="Image\TIMOverture.cs" />
  369. <Compile Include="ImGuiRenderer.cs" />
  370. <Compile Include="Input\Buttons.cs" />
  371. <Compile Include="Input\ButtonTrigger.cs" />
  372. <Compile Include="Input\Button_Flags.cs" />
  373. <Compile Include="Input\Input2.cs" />
  374. <Compile Include="Input\InputActions.cs" />
  375. <Compile Include="Input\InputButton.cs" />
  376. <Compile Include="Input\InputGamePad.cs" />
  377. <Compile Include="Input\InputKeyboard.cs" />
  378. <Compile Include="Input\InputMouse.cs" />
  379. <Compile Include="Input\Inputs.cs" />
  380. <Compile Include="Input\Inputs_FF7PSX.cs" />
  381. <Compile Include="Input\Inputs_FF82000.cs" />
  382. <Compile Include="Input\Inputs_FF8PSX.cs" />
  383. <Compile Include="Input\Inputs_FF8Steam.cs" />
  384. <Compile Include="Input\Inputs_OpenVIII.cs" />
  385. <Compile Include="Input\MouseLockMode.cs" />
  386. <Compile Include="Kernel\Abilities\Ability.cs" />
  387. <Compile Include="Kernel\Abilities\AbilityFlags4.cs" />
  388. <Compile Include="Kernel\Abilities\IAbility.cs" />
  389. <Compile Include="Kernel\Commands\ICommand.cs" />
  390. <Compile Include="Kernel\Limit\BlueMagic.cs" />
  391. <Compile Include="Kernel\Unlocker.cs" />
  392. <Compile Include="Log.cs" />
  393. <Compile Include="Menu\Debug\Debug_Menu.cs" />
  394. <Compile Include="Menu\Debug\IGMData\DebugSelectPool.cs" />
  395. <Compile Include="Menu\IGMDataItem\Base.cs" />
  396. <Compile Include="Menu\IGMDataItem\Box.cs" />
  397. <Compile Include="Menu\IGMDataItem\Empty.cs" />
  398. <Compile Include="Menu\IGMDataItem\Face.cs" />
  399. <Compile Include="Menu\IGMDataItem\HelpBox.cs" />
  400. <Compile Include="Menu\IGMDataItem\Icon.cs" />
  401. <Compile Include="Menu\IGMDataItem\Integer.cs" />
  402. <Compile Include="Menu\IGMDataItem\I_Color.cs" />
  403. <Compile Include="Menu\IGMDataItem\I_Data.cs" />
  404. <Compile Include="Menu\IGMDataItem\I_FontColor.cs" />
  405. <Compile Include="Menu\IGMDataItem\I_Palette.cs" />
  406. <Compile Include="Menu\IGMDataItem\Text.cs" />
  407. <Compile Include="Menu\IGMDataItem\Texture.cs" />
  408. <Compile Include="Menu\IGMDataItem\Texture_Handler.cs" />
  409. <Compile Include="Menu\IGMData\Base.cs" />
  410. <Compile Include="Menu\IGMData\Commands.cs" />
  411. <Compile Include="Menu\IGMData\Dialog\Confirm.cs" />
  412. <Compile Include="Menu\IGMData\Dialog\Small.cs" />
  413. <Compile Include="Menu\IGMData\Dialog\Timed\Small.cs" />
  414. <Compile Include="Menu\IGMData\Group\Base.cs" />
  415. <Compile Include="Menu\IGMData\Group\TopMenu.cs" />
  416. <Compile Include="Menu\IGMData\Pool\Base.cs" />
  417. <Compile Include="Battle\Menu\IGMData\Pool\EnemyAttacks.cs" />
  418. <Compile Include="Menu\IGMData\Pool\GF.cs" />
  419. <Compile Include="Menu\IGMData\Pool\Magic\Commands.cs" />
  420. <Compile Include="Menu\IGMData\Pool\Magic.cs" />
  421. <Compile Include="Menu\IGMData\Pool\Item.cs" />
  422. <Compile Include="Menu\IGMData\Pool\Draw.cs" />
  423. <Compile Include="Menu\IGMData\Pool\Draw\Commands.cs" />
  424. <Compile Include="Menu\IGMData\Pool\BlueMagic.cs" />
  425. <Compile Include="Menu\Junction\IGMData\Slots\Abilities.cs" />
  426. <Compile Include="Menu\Junction\IGMData\Slots\Command.cs" />
  427. <Compile Include="Menu\Images\BigTexProps.cs" />
  428. <Compile Include="Menu\Images\HSL.cs" />
  429. <Compile Include="Menu\Images\TexProps.cs" />
  430. <Compile Include="Menu\Images\VertexPositionTexture_Texture2D.cs" />
  431. <Compile Include="Menu\LGSG\IGMData\GameBlock.cs" />
  432. <Compile Include="Menu\LGSG\IGMData\GameChoose.cs" />
  433. <Compile Include="Menu\LGSG\IGMData\SlotChoose.cs" />
  434. <Compile Include="Menu\LGSG\IGMLoadSaveGame.cs" />
  435. <Compile Include="Menu\LGSG\IGMData\LoadBarBox.cs" />
  436. <Compile Include="Menu\LGSG\IGMData\ThreePieceHeader.cs" />
  437. <Compile Include="Menu\Lobby\IGMData_Selections.cs" />
  438. <Compile Include="Battle\Menu\VictoryMenu.cs" />
  439. <Compile Include="Battle\ModuleBattle.cs" />
  440. <Compile Include="Battle\ModuleBattleDebug.cs" />
  441. <Compile Include="Characters.cs" />
  442. <Compile Include="DictionaryEx.cs" />
  443. <Compile Include="Image\Entry.cs" />
  444. <Compile Include="Image\EntryGroup.cs" />
  445. <Compile Include="ExtapathyExtended.cs" />
  446. <Compile Include="Extended.cs" />
  447. <Compile Include="Menu\Images\Box_Options.cs" />
  448. <Compile Include="Menu\Lobby\IGM_Lobby.cs" />
  449. <Compile Include="Menu\MenuModule.cs" />
  450. <Compile Include="Menu\Menu_Base.cs" />
  451. <Compile Include="Menu\Debug\IGMData\DebugChoose.cs" />
  452. <Compile Include="Saves\Angelo.cs" />
  453. <Compile Include="Saves\ATBTimer.cs" />
  454. <Compile Include="Saves\CompatibilitywithGF.cs" />
  455. <Compile Include="Saves\Damageable.cs" />
  456. <Compile Include="Saves\ICharacterData.cs" />
  457. <Compile Include="Saves\IDamageable.cs" />
  458. <Compile Include="Saves\Saves.Configuration.cs" />
  459. <Compile Include="Saves\TTCardInfo.cs" />
  460. <Compile Include="Slide.cs" />
  461. <Compile Include="Strings\Description.cs" />
  462. <Compile Include="Strings\FF8String.cs" />
  463. <Compile Include="Strings\FF8StringReference.cs" />
  464. <Compile Include="AV\Ffcc.cs" />
  465. <Compile Include="AV\FfccVariableGroup.cs" />
  466. <Compile Include="FFmpegBinariesHelper.cs" />
  467. <Compile Include="Field\Core\BreakAwaitable.cs" />
  468. <Compile Include="Field\Core\Coords3D.cs" />
  469. <Compile Include="Field\Core\Degrees.cs" />
  470. <Compile Include="Field\Core\DummyAwaitable.cs" />
  471. <Compile Include="Field\Core\DummyAwaiter.cs" />
  472. <Compile Include="Field\Core\EventEngine.cs" />
  473. <Compile Include="Field\Core\FieldId.cs" />
  474. <Compile Include="Field\Core\FieldName.cs" />
  475. <Compile Include="Field\Core\FieldObject.cs" />
  476. <Compile Include="Field\Core\FieldObjectAnimation.cs" />
  477. <Compile Include="Field\Core\FieldObjectModel.cs" />
  478. <Compile Include="Field\Core\FieldObjectScripts.cs" />
  479. <Compile Include="Field\Core\FieldObjectSound.cs" />
  480. <Compile Include="Field\Core\GlobalVariableId.cs" />
  481. <Compile Include="Field\Core\IAwaitable.cs" />
  482. <Compile Include="Field\Core\IAwaiter.cs" />
  483. <Compile Include="Field\Core\IScriptExecutor.cs" />
  484. <Compile Include="Field\Core\MovieName.cs" />
  485. <Compile Include="Field\Core\MusicId.cs" />
  486. <Compile Include="Field\Core\MusicName.cs" />
  487. <Compile Include="Field\Core\ScriptResultId.cs" />
  488. <Compile Include="Field\Core\Services\Implementation\FieldService.cs" />
  489. <Compile Include="Field\Core\Services\Implementation\GameplayService.cs" />
  490. <Compile Include="Field\Core\Services\Implementation\GlobalVariableService.cs" />
  491. <Compile Include="Field\Core\Services\Implementation\InteractionService.cs" />
  492. <Compile Include="Field\Core\Services\Implementation\MenuService.cs" />
  493. <Compile Include="Field\Core\Services\Implementation\MessageService.cs" />
  494. <Compile Include="Field\Core\Services\Implementation\MovieService.cs" />
  495. <Compile Include="Field\Core\Services\Implementation\MusicService.cs" />
  496. <Compile Include="Field\Core\Services\Implementation\PartyService.cs" />
  497. <Compile Include="Field\Core\Services\Implementation\RenderingService.cs" />
  498. <Compile Include="Field\Core\Services\Implementation\SalaryService.cs" />
  499. <Compile Include="Field\Core\Services\Implementation\SoundService.cs" />
  500. <Compile Include="Field\Core\Services\Interfaces\IDialogService.cs" />
  501. <Compile Include="Field\Core\Services\Interfaces\IFieldObjectService.cs" />
  502. <Compile Include="Field\Core\Services\Interfaces\IGameplayService.cs" />
  503. <Compile Include="Field\Core\Services\Interfaces\IGlobalVariableService.cs" />
  504. <Compile Include="Field\Core\Services\Interfaces\IInteractionService.cs" />
  505. <Compile Include="Field\Core\Services\Interfaces\IMenuService.cs" />
  506. <Compile Include="Field\Core\Services\Interfaces\IMovieService.cs" />
  507. <Compile Include="Field\Core\Services\Interfaces\IMusicService.cs" />
  508. <Compile Include="Field\Core\Services\Interfaces\IPartyService.cs" />
  509. <Compile Include="Field\Core\Services\Interfaces\IRenderingService.cs" />
  510. <Compile Include="Field\Core\Services\Interfaces\ISalaryService.cs" />
  511. <Compile Include="Field\Core\Services\Interfaces\ISoundService.cs" />
  512. <Compile Include="Field\Core\Services\ServiceId.cs" />
  513. <Compile Include="Field\Core\Services\ServiceProvider.cs" />
  514. <Compile Include="Field\Core\SoundEffectName.cs" />
  515. <Compile Include="Field\Core\SpinAwaitable.cs" />
  516. <Compile Include="Field\Core\WalkMeshCoords.cs" />
  517. <Compile Include="Field\Fields\DataProvider\Field.FsDataProvider.cs" />
  518. <Compile Include="Field\Fields\DataProvider\Field.IDataProvider.cs" />
  519. <Compile Include="Field\Fields\Field.FieldPart.cs" />
  520. <Compile Include="Field\Fields\Field.Info.cs" />
  521. <Compile Include="Field\Fields\LookupService\Field.FSLookupService.cs" />
  522. <Compile Include="Field\Fields\LookupService\Field.ILookupService.cs" />
  523. <Compile Include="ExceptionExtensionMethods.cs" />
  524. <Compile Include="Field\Framework\EnumerableExtensionMethods.cs" />
  525. <Compile Include="IListExtensionMethods.cs" />
  526. <Compile Include="Field\Framework\IStack.cs" />
  527. <Compile Include="OrderedDictionary.cs" />
  528. <Compile Include="Field\Framework\PriorityQueue.cs" />
  529. <Compile Include="Field\Framework\Rnd.cs" />
  530. <Compile Include="Field\JSM\Control\IJsmControl.cs" />
  531. <Compile Include="Field\JSM\Control\Jsm.Control.Builder.cs" />
  532. <Compile Include="Field\JSM\Control\Jsm.Control.Goto.cs" />
  533. <Compile Include="Field\JSM\Control\Jsm.Control.If.cs" />
  534. <Compile Include="Field\JSM\Control\Jsm.Control.If.ElseIfSegment.cs" />
  535. <Compile Include="Field\JSM\Control\Jsm.Control.If.ElseSegment.cs" />
  536. <Compile Include="Field\JSM\Control\Jsm.Control.If.Executer.cs" />
  537. <Compile Include="Field\JSM\Control\Jsm.Control.If.IfSegment.cs" />
  538. <Compile Include="Field\JSM\Control\Jsm.Control.ProcessedJumps.cs" />
  539. <Compile Include="Field\JSM\Control\Jsm.Control.While.cs" />
  540. <Compile Include="Field\JSM\Control\Jsm.Control.While.Executer.cs" />
  541. <Compile Include="Field\JSM\Control\Jsm.ExecutableSegment.cs" />
  542. <Compile Include="Field\JSM\Control\Jsm.Segment.Builder.cs" />
  543. <Compile Include="Field\JSM\Control\Jsm.Segment.cs" />
  544. <Compile Include="Field\JSM\Execution\StatelessServices.cs" />
  545. <Compile Include="Field\JSM\Expressions\IJsmExpression.cs" />
  546. <Compile Include="Field\JSM\Expressions\Jsm.Expression.CAL.cs" />
  547. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHAC.cs" />
  548. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHI_L.cs" />
  549. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_B.cs" />
  550. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_L.cs" />
  551. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_W.cs" />
  552. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHN_L.cs" />
  553. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_B.cs" />
  554. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_L.cs" />
  555. <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_W.cs" />
  556. <Compile Include="Field\JSM\Expressions\Jsm.Expression.TryMake.cs" />
  557. <Compile Include="Field\JSM\Expressions\Jsm.Expression.ValueExpression.cs" />
  558. <Compile Include="Field\JSM\File\Jsm.File.Group.cs" />
  559. <Compile Include="Field\JSM\File\Jsm.File.Header.cs" />
  560. <Compile Include="Field\JSM\File\Jsm.File.Operation.cs" />
  561. <Compile Include="Field\JSM\File\Jsm.File.Reader.cs" />
  562. <Compile Include="Field\JSM\File\Jsm.File.Script.cs" />
  563. <Compile Include="Field\JSM\File\Jsm.GameObject.cs" />
  564. <Compile Include="Field\JSM\File\Jsm.GameScript.cs" />
  565. <Compile Include="Field\JSM\File\Jsm.IndexedInstruction.cs" />
  566. <Compile Include="Field\JSM\File\Jsm.InstructionMerger.cs" />
  567. <Compile Include="Field\JSM\File\Jsm.LabelBuilder.cs" />
  568. <Compile Include="Field\JSM\File\Jsm.LabeledStack.cs" />
  569. <Compile Include="Field\JSM\Format\DummyFormatterContext.cs" />
  570. <Compile Include="Field\JSM\Format\FormatHelper.cs" />
  571. <Compile Include="Field\JSM\Format\IFormattableScript.cs" />
  572. <Compile Include="Field\JSM\Format\IScriptFormatterContext.cs" />
  573. <Compile Include="Field\JSM\Format\ScriptWriter.cs" />
  574. <Compile Include="Field\JSM\Instructions\AASK.cs" />
  575. <Compile Include="Field\JSM\Instructions\ACTORMODE.cs" />
  576. <Compile Include="Field\JSM\Instructions\ADDGIL.cs" />
  577. <Compile Include="Field\JSM\Instructions\ADDITEM.cs" />
  578. <Compile Include="Field\JSM\Instructions\ADDMAGIC.cs" />
  579. <Compile Include="Field\JSM\Instructions\ADDMEMBER.cs" />
  580. <Compile Include="Field\JSM\Instructions\ADDPARTY.cs" />
  581. <Compile Include="Field\JSM\Instructions\ADDPASTGIL.cs" />
  582. <Compile Include="Field\JSM\Instructions\ADDSEEDLEVEL.cs" />
  583. <Compile Include="Field\JSM\Instructions\ALLSEPOS.cs" />
  584. <Compile Include="Field\JSM\Instructions\ALLSEPOSTRANS.cs" />
  585. <Compile Include="Field\JSM\Instructions\ALLSEVOL.cs" />
  586. <Compile Include="Field\JSM\Instructions\ALLSEVOLTRANS.cs" />
  587. <Compile Include="Field\JSM\Instructions\AMES.cs" />
  588. <Compile Include="Field\JSM\Instructions\AMESW.cs" />
  589. <Compile Include="Field\JSM\Instructions\ANIME.cs" />
  590. <Compile Include="Field\JSM\Instructions\ANIMEKEEP.cs" />
  591. <Compile Include="Field\JSM\Instructions\ANIMESPEED.cs" />
  592. <Compile Include="Field\JSM\Instructions\ANIMESTOP.cs" />
  593. <Compile Include="Field\JSM\Instructions\ANIMESYNC.cs" />
  594. <Compile Include="Field\JSM\Instructions\ASK.cs" />
  595. <Compile Include="Field\JSM\Instructions\AXIS.cs" />
  596. <Compile Include="Field\JSM\Instructions\AXISSYNC.cs" />
  597. <Compile Include="Field\JSM\Instructions\BASEANIME.cs" />
  598. <Compile Include="Field\JSM\Instructions\BATTLE.cs" />
  599. <Compile Include="Field\JSM\Instructions\BATTLECUT.cs" />
  600. <Compile Include="Field\JSM\Instructions\BATTLEMODE.cs" />
  601. <Compile Include="Field\JSM\Instructions\BATTLEOFF.cs" />
  602. <Compile Include="Field\JSM\Instructions\BATTLEON.cs" />
  603. <Compile Include="Field\JSM\Instructions\BATTLERESULT.cs" />
  604. <Compile Include="Field\JSM\Instructions\BGANIME.cs" />
  605. <Compile Include="Field\JSM\Instructions\BGANIMEFLAG.cs" />
  606. <Compile Include="Field\JSM\Instructions\BGANIMESPEED.cs" />
  607. <Compile Include="Field\JSM\Instructions\BGANIMESYNC.cs" />
  608. <Compile Include="Field\JSM\Instructions\BGCLEAR.cs" />
  609. <Compile Include="Field\JSM\Instructions\BGDRAW.cs" />
  610. <Compile Include="Field\JSM\Instructions\BGOFF.cs" />
  611. <Compile Include="Field\JSM\Instructions\BGSHADE.cs" />
  612. <Compile Include="Field\JSM\Instructions\BGSHADEOFF.cs" />
  613. <Compile Include="Field\JSM\Instructions\BGSHADESTOP.cs" />
  614. <Compile Include="Field\JSM\Instructions\BLINKEYES.cs" />
  615. <Compile Include="Field\JSM\Instructions\BROKEN.cs" />
  616. <Compile Include="Field\JSM\Instructions\CANIME.cs" />
  617. <Compile Include="Field\JSM\Instructions\CANIMEKEEP.cs" />
  618. <Compile Include="Field\JSM\Instructions\CARDGAME.cs" />
  619. <Compile Include="Field\JSM\Instructions\CHANGEPARTY.cs" />
  620. <Compile Include="Field\JSM\Instructions\CHOICEMUSIC.cs" />
  621. <Compile Include="Field\JSM\Instructions\CLEAR.cs" />
  622. <Compile Include="Field\JSM\Instructions\CLOSEEYES.cs" />
  623. <Compile Include="Field\JSM\Instructions\CMOVE.cs" />
  624. <Compile Include="Field\JSM\Instructions\COFFSET.cs" />
  625. <Compile Include="Field\JSM\Instructions\COFFSETS.cs" />
  626. <Compile Include="Field\JSM\Instructions\COLSYNC.cs" />
  627. <Compile Include="Field\JSM\Instructions\COPYINFO.cs" />
  628. <Compile Include="Field\JSM\Instructions\CROSSMUSIC.cs" />
  629. <Compile Include="Field\JSM\Instructions\CSCROLL.cs" />
  630. <Compile Include="Field\JSM\Instructions\CSCROLL2.cs" />
  631. <Compile Include="Field\JSM\Instructions\CSCROLL3.cs" />
  632. <Compile Include="Field\JSM\Instructions\CSCROLLA.cs" />
  633. <Compile Include="Field\JSM\Instructions\CSCROLLA2.cs" />
  634. <Compile Include="Field\JSM\Instructions\CSCROLLP.cs" />
  635. <Compile Include="Field\JSM\Instructions\CSCROLLP2.cs" />
  636. <Compile Include="Field\JSM\Instructions\CTURN.cs" />
  637. <Compile Include="Field\JSM\Instructions\CTURNL.cs" />
  638. <Compile Include="Field\JSM\Instructions\CTURNR.cs" />
  639. <Compile Include="Field\JSM\Instructions\DCOLADD.cs" />
  640. <Compile Include="Field\JSM\Instructions\DCOLSUB.cs" />
  641. <Compile Include="Field\JSM\Instructions\DEBUG.cs" />
  642. <Compile Include="Field\JSM\Instructions\DIR.cs" />
  643. <Compile Include="Field\JSM\Instructions\DIRA.cs" />
  644. <Compile Include="Field\JSM\Instructions\DIRP.cs" />
  645. <Compile Include="Field\JSM\Instructions\DISC.cs" />
  646. <Compile Include="Field\JSM\Instructions\DISCJUMP.cs" />
  647. <Compile Include="Field\JSM\Instructions\DISPBAR.cs" />
  648. <Compile Include="Field\JSM\Instructions\DISPTIMER.cs" />
  649. <Compile Include="Field\JSM\Instructions\DOFFSET.cs" />
  650. <Compile Include="Field\JSM\Instructions\DOORLINEOFF.cs" />
  651. <Compile Include="Field\JSM\Instructions\DOORLINEON.cs" />
  652. <Compile Include="Field\JSM\Instructions\DRAWPOINT.cs" />
  653. <Compile Include="Field\JSM\Instructions\DSCROLL.cs" />
  654. <Compile Include="Field\JSM\Instructions\DSCROLL2.cs" />
  655. <Compile Include="Field\JSM\Instructions\DSCROLL3.cs" />
  656. <Compile Include="Field\JSM\Instructions\DSCROLLA.cs" />
  657. <Compile Include="Field\JSM\Instructions\DSCROLLA2.cs" />
  658. <Compile Include="Field\JSM\Instructions\DSCROLLP.cs" />
  659. <Compile Include="Field\JSM\Instructions\DSCROLLP2.cs" />
  660. <Compile Include="Field\JSM\Instructions\DUALMUSIC.cs" />
  661. <Compile Include="Field\JSM\Instructions\DYING.cs" />
  662. <Compile Include="Field\JSM\Instructions\EFFECTLOAD.cs" />
  663. <Compile Include="Field\JSM\Instructions\EFFECTPLAY.cs" />
  664. <Compile Include="Field\JSM\Instructions\EFFECTPLAY2.cs" />
  665. <Compile Include="Field\JSM\Instructions\ENDING.cs" />
  666. <Compile Include="Field\JSM\Instructions\FACEDIR.cs" />
  667. <Compile Include="Field\JSM\Instructions\FACEDIRA.cs" />
  668. <Compile Include="Field\JSM\Instructions\FACEDIRI.cs" />
  669. <Compile Include="Field\JSM\Instructions\FACEDIRINIT.cs" />
  670. <Compile Include="Field\JSM\Instructions\FACEDIRLIMIT.cs" />
  671. <Compile Include="Field\JSM\Instructions\FACEDIROFF.cs" />
  672. <Compile Include="Field\JSM\Instructions\FACEDIRP.cs" />
  673. <Compile Include="Field\JSM\Instructions\FACEDIRSYNC.cs" />
  674. <Compile Include="Field\JSM\Instructions\FADEBLACK.cs" />
  675. <Compile Include="Field\JSM\Instructions\FADEIN.cs" />
  676. <Compile Include="Field\JSM\Instructions\FADENONE.cs" />
  677. <Compile Include="Field\JSM\Instructions\FADEOUT.cs" />
  678. <Compile Include="Field\JSM\Instructions\FADESYNC.cs" />
  679. <Compile Include="Field\JSM\Instructions\FCOLADD.cs" />
  680. <Compile Include="Field\JSM\Instructions\FCOLSUB.cs" />
  681. <Compile Include="Field\JSM\Instructions\FMOVE.cs" />
  682. <Compile Include="Field\JSM\Instructions\FMOVEA.cs" />
  683. <Compile Include="Field\JSM\Instructions\FMOVEP.cs" />
  684. <Compile Include="Field\JSM\Instructions\FOLLOWOFF.cs" />
  685. <Compile Include="Field\JSM\Instructions\FOLLOWON.cs" />
  686. <Compile Include="Field\JSM\Instructions\FOOTSTEP.cs" />
  687. <Compile Include="Field\JSM\Instructions\FOOTSTEPCOPY.cs" />
  688. <Compile Include="Field\JSM\Instructions\FOOTSTEPCUT.cs" />
  689. <Compile Include="Field\JSM\Instructions\FOOTSTEPOFF.cs" />
  690. <Compile Include="Field\JSM\Instructions\FOOTSTEPOFFALL.cs" />
  691. <Compile Include="Field\JSM\Instructions\FOOTSTEPON.cs" />
  692. <Compile Include="Field\JSM\Instructions\GAMEOVER.cs" />
  693. <Compile Include="Field\JSM\Instructions\GETCARD.cs" />
  694. <Compile Include="Field\JSM\Instructions\GETDRESS.cs" />
  695. <Compile Include="Field\JSM\Instructions\GETHP.cs" />
  696. <Compile Include="Field\JSM\Instructions\GETINFO.cs" />
  697. <Compile Include="Field\JSM\Instructions\GETPARTY.cs" />
  698. <Compile Include="Field\JSM\Instructions\GETTIMER.cs" />
  699. <Compile Include="Field\JSM\Instructions\GJMP.cs" />
  700. <Compile Include="Field\JSM\Instructions\HALT.cs" />
  701. <Compile Include="Field\JSM\Instructions\HIDE.cs" />
  702. <Compile Include="Field\JSM\Instructions\HOLD.cs" />
  703. <Compile Include="Field\JSM\Instructions\HOWMANYCARD.cs" />
  704. <Compile Include="Field\JSM\Instructions\IDLOCK.cs" />
  705. <Compile Include="Field\JSM\Instructions\IDUNLOCK.cs" />
  706. <Compile Include="Field\JSM\Instructions\IJsmInstruction.cs" />
  707. <Compile Include="Field\JSM\Instructions\IJumpToInstruction.cs" />
  708. <Compile Include="Field\JSM\Instructions\IJumpToOpcode.cs" />
  709. <Compile Include="Field\JSM\Instructions\INITSOUND.cs" />
  710. <Compile Include="Field\JSM\Instructions\INITTRACE.cs" />
  711. <Compile Include="Field\JSM\Instructions\IRET.cs" />
  712. <Compile Include="Field\JSM\Instructions\ISMEMBER.cs" />
  713. <Compile Include="Field\JSM\Instructions\ISPARTY.cs" />
  714. <Compile Include="Field\JSM\Instructions\ISTOUCH.cs" />
  715. <Compile Include="Field\JSM\Instructions\JMP.cs" />
  716. <Compile Include="Field\JSM\Instructions\JOIN.cs" />
  717. <Compile Include="Field\JSM\Instructions\JPF.cs" />
  718. <Compile Include="Field\JSM\Instructions\JsmInstruction.cs" />
  719. <Compile Include="Field\JSM\Instructions\JUMP.cs" />
  720. <Compile Include="Field\JSM\Instructions\JUMP3.cs" />
  721. <Compile Include="Field\JSM\Instructions\JUNCTION.cs" />
  722. <Compile Include="Field\JSM\Instructions\KEY.cs" />
  723. <Compile Include="Field\JSM\Instructions\KEYON.cs" />
  724. <Compile Include="Field\JSM\Instructions\KEYON2.cs" />
  725. <Compile Include="Field\JSM\Instructions\KEYSCAN.cs" />
  726. <Compile Include="Field\JSM\Instructions\KEYSCAN2.cs" />
  727. <Compile Include="Field\JSM\Instructions\KEYSIGHNCHANGE.cs" />
  728. <Compile Include="Field\JSM\Instructions\KILLBAR.cs" />
  729. <Compile Include="Field\JSM\Instructions\KILLTIMER.cs" />
  730. <Compile Include="Field\JSM\Instructions\LADDERANIME.cs" />
  731. <Compile Include="Field\JSM\Instructions\LADDERDOWN.cs" />
  732. <Compile Include="Field\JSM\Instructions\LADDERDOWN2.cs" />
  733. <Compile Include="Field\JSM\Instructions\LADDERUP.cs" />
  734. <Compile Include="Field\JSM\Instructions\LADDERUP2.cs" />
  735. <Compile Include="Field\JSM\Instructions\LASTIN.cs" />
  736. <Compile Include="Field\JSM\Instructions\LASTOUT.cs" />
  737. <Compile Include="Field\JSM\Instructions\LBL.cs" />
  738. <Compile Include="Field\JSM\Instructions\LINEOFF.cs" />
  739. <Compile Include="Field\JSM\Instructions\LINEON.cs" />
  740. <Compile Include="Field\JSM\Instructions\LOADSYNC.cs" />
  741. <Compile Include="Field\JSM\Instructions\LOFFSET.cs" />
  742. <Compile Include="Field\JSM\Instructions\LOFFSETS.cs" />
  743. <Compile Include="Field\JSM\Instructions\LSCROLL.cs" />
  744. <Compile Include="Field\JSM\Instructions\LSCROLL2.cs" />
  745. <Compile Include="Field\JSM\Instructions\LSCROLL3.cs" />
  746. <Compile Include="Field\JSM\Instructions\LSCROLLA.cs" />
  747. <Compile Include="Field\JSM\Instructions\LSCROLLA2.cs" />
  748. <Compile Include="Field\JSM\Instructions\LSCROLLP.cs" />
  749. <Compile Include="Field\JSM\Instructions\LSCROLLP2.cs" />
  750. <Compile Include="Field\JSM\Instructions\LTURN.cs" />
  751. <Compile Include="Field\JSM\Instructions\LTURNL.cs" />
  752. <Compile Include="Field\JSM\Instructions\LTURNR.cs" />
  753. <Compile Include="Field\JSM\Instructions\MACCEL.cs" />
  754. <Compile Include="Field\JSM\Instructions\MAPFADEOFF.cs" />
  755. <Compile Include="Field\JSM\Instructions\MAPFADEON.cs" />
  756. <Compile Include="Field\JSM\Instructions\MAPJUMP.cs" />
  757. <Compile Include="Field\JSM\Instructions\MAPJUMP3.cs" />
  758. <Compile Include="Field\JSM\Instructions\MAPJUMPO.cs" />
  759. <Compile Include="Field\JSM\Instructions\MAPJUMPOFF.cs" />
  760. <Compile Include="Field\JSM\Instructions\MAPJUMPON.cs" />
  761. <Compile Include="Field\JSM\Instructions\MENUDISABLE.cs" />
  762. <Compile Include="Field\JSM\Instructions\MENUENABLE.cs" />
  763. <Compile Include="Field\JSM\Instructions\MENUNAME.cs" />
  764. <Compile Include="Field\JSM\Instructions\MENUNORMAL.cs" />
  765. <Compile Include="Field\JSM\Instructions\MENUPHS.cs" />
  766. <Compile Include="Field\JSM\Instructions\MENUSAVE.cs" />
  767. <Compile Include="Field\JSM\Instructions\MENUSHOP.cs" />
  768. <Compile Include="Field\JSM\Instructions\MENUTIPS.cs" />
  769. <Compile Include="Field\JSM\Instructions\MENUTUTO.cs" />
  770. <Compile Include="Field\JSM\Instructions\MES.cs" />
  771. <Compile Include="Field\JSM\Instructions\MESFORCUS.cs" />
  772. <Compile Include="Field\JSM\Instructions\MESMODE.cs" />
  773. <Compile Include="Field\JSM\Instructions\MESSYNC.cs" />
  774. <Compile Include="Field\JSM\Instructions\MESVAR.cs" />
  775. <Compile Include="Field\JSM\Instructions\MESW.cs" />
  776. <Compile Include="Field\JSM\Instructions\MLIMIT.cs" />
  777. <Compile Include="Field\JSM\Instructions\MOVE.cs" />
  778. <Compile Include="Field\JSM\Instructions\MOVEA.cs" />
  779. <Compile Include="Field\JSM\Instructions\MOVECANCEL.cs" />
  780. <Compile Include="Field\JSM\Instructions\MOVEFLUSH.cs" />
  781. <Compile Include="Field\JSM\Instructions\MOVESYNC.cs" />
  782. <Compile Include="Field\JSM\Instructions\MOVIE.cs" />
  783. <Compile Include="Field\JSM\Instructions\MOVIECUT.cs" />
  784. <Compile Include="Field\JSM\Instructions\MOVIEREADY.cs" />
  785. <Compile Include="Field\JSM\Instructions\MOVIESYNC.cs" />
  786. <Compile Include="Field\JSM\Instructions\MSPEED.cs" />
  787. <Compile Include="Field\JSM\Instructions\MUSICCHANGE.cs" />
  788. <Compile Include="Field\JSM\Instructions\MUSICLOAD.cs" />
  789. <Compile Include="Field\JSM\Instructions\MUSICREPLAY.cs" />
  790. <Compile Include="Field\JSM\Instructions\MUSICSKIP.cs" />
  791. <Compile Include="Field\JSM\Instructions\MUSICSTATUS.cs" />
  792. <Compile Include="Field\JSM\Instructions\MUSICSTOP.cs" />
  793. <Compile Include="Field\JSM\Instructions\MUSICVOL.cs" />
  794. <Compile Include="Field\JSM\Instructions\MUSICVOLFADE.cs" />
  795. <Compile Include="Field\JSM\Instructions\MUSICVOLSYNC.cs" />
  796. <Compile Include="Field\JSM\Instructions\MUSICVOLTRANS.cs" />
  797. <Compile Include="Field\JSM\Instructions\NOP.cs" />
  798. <Compile Include="Field\JSM\Instructions\OFFSETSYNC.cs" />
  799. <Compile Include="Field\JSM\Instructions\OPENEYES.cs" />
  800. <Compile Include="Field\JSM\Instructions\PARTICLEOFF.cs" />
  801. <Compile Include="Field\JSM\Instructions\PARTICLEON.cs" />
  802. <Compile Include="Field\JSM\Instructions\PARTICLESET.cs" />
  803. <Compile Include="Field\JSM\Instructions\PCOPYINFO.cs" />
  804. <Compile Include="Field\JSM\Instructions\PCTURN.cs" />
  805. <Compile Include="Field\JSM\Instructions\PDIRA.cs" />
  806. <Compile Include="Field\JSM\Instructions\PGETINFO.cs" />
  807. <Compile Include="Field\JSM\Instructions\PHSENABLE.cs" />
  808. <Compile Include="Field\JSM\Instructions\PHSPOWER.cs" />
  809. <Compile Include="Field\JSM\Instructions\PJUMPA.cs" />
  810. <Compile Include="Field\JSM\Instructions\PLTURN.cs" />
  811. <Compile Include="Field\JSM\Instructions\PMOVEA.cs" />
  812. <Compile Include="Field\JSM\Instructions\PMOVECANCEL.cs" />
  813. <Compile Include="Field\JSM\Instructions\POLYCOLOR.cs" />
  814. <Compile Include="Field\JSM\Instructions\POLYCOLORALL.cs" />
  815. <Compile Include="Field\JSM\Instructions\POPANIME.cs" />
  816. <Compile Include="Field\JSM\Instructions\POPI_L.cs" />
  817. <Compile Include="Field\JSM\Instructions\POPM_B.cs" />
  818. <Compile Include="Field\JSM\Instructions\POPM_L.cs" />
  819. <Compile Include="Field\JSM\Instructions\POPM_W.cs" />
  820. <Compile Include="Field\JSM\Instructions\PREMAPJUMP.cs" />
  821. <Compile Include="Field\JSM\Instructions\PREMAPJUMP2.cs" />
  822. <Compile Include="Field\JSM\Instructions\PREQ.cs" />
  823. <Compile Include="Field\JSM\Instructions\PREQEW.cs" />
  824. <Compile Include="Field\JSM\Instructions\PREQSW.cs" />
  825. <Compile Include="Field\JSM\Instructions\PUSHANIME.cs" />
  826. <Compile Include="Field\JSM\Instructions\PUSHOFF.cs" />
  827. <Compile Include="Field\JSM\Instructions\PUSHON.cs" />
  828. <Compile Include="Field\JSM\Instructions\PUSHRADIUS.cs" />
  829. <Compile Include="Field\JSM\Instructions\RAMESW.cs" />
  830. <Compile Include="Field\JSM\Instructions\RANIME.cs" />
  831. <Compile Include="Field\JSM\Instructions\RANIMEKEEP.cs" />
  832. <Compile Include="Field\JSM\Instructions\RANIMELOOP.cs" />
  833. <Compile Include="Field\JSM\Instructions\RBGANIME.cs" />
  834. <Compile Include="Field\JSM\Instructions\RBGANIMELOOP.cs" />
  835. <Compile Include="Field\JSM\Instructions\RBGSHADELOOP.cs" />
  836. <Compile Include="Field\JSM\Instructions\RCANIME.cs" />
  837. <Compile Include="Field\JSM\Instructions\RCANIMEKEEP.cs" />
  838. <Compile Include="Field\JSM\Instructions\RCANIMELOOP.cs" />
  839. <Compile Include="Field\JSM\Instructions\RCMOVE.cs" />
  840. <Compile Include="Field\JSM\Instructions\REFRESHPARTY.cs" />
  841. <Compile Include="Field\JSM\Instructions\REQ.cs" />
  842. <Compile Include="Field\JSM\Instructions\REQEW.cs" />
  843. <Compile Include="Field\JSM\Instructions\REQSW.cs" />
  844. <Compile Include="Field\JSM\Instructions\RESETGF.cs" />
  845. <Compile Include="Field\JSM\Instructions\REST.cs" />
  846. <Compile Include="Field\JSM\Instructions\RFACEDIR.cs" />
  847. <Compile Include="Field\JSM\Instructions\RFACEDIRA.cs" />
  848. <Compile Include="Field\JSM\Instructions\RFACEDIRI.cs" />
  849. <Compile Include="Field\JSM\Instructions\RFACEDIROFF.cs" />
  850. <Compile Include="Field\JSM\Instructions\RFACEDIRP.cs" />
  851. <Compile Include="Field\JSM\Instructions\RFMOVE.cs" />
  852. <Compile Include="Field\JSM\Instructions\RMOVE.cs" />
  853. <Compile Include="Field\JSM\Instructions\RMOVEA.cs" />
  854. <Compile Include="Field\JSM\Instructions\RND.cs" />
  855. <Compile Include="Field\JSM\Instructions\RPMOVEA.cs" />
  856. <Compile Include="Field\JSM\Instructions\RUNDISABLE.cs" />
  857. <Compile Include="Field\JSM\Instructions\RUNENABLE.cs" />
  858. <Compile Include="Field\JSM\Instructions\SARALYDISPOFF.cs" />
  859. <Compile Include="Field\JSM\Instructions\SARALYDISPON.cs" />
  860. <Compile Include="Field\JSM\Instructions\SARALYOFF.cs" />
  861. <Compile Include="Field\JSM\Instructions\SARALYON.cs" />
  862. <Compile Include="Field\JSM\Instructions\SAVEENABLE.cs" />
  863. <Compile Include="Field\JSM\Instructions\SCROLLMODE2.cs" />
  864. <Compile Include="Field\JSM\Instructions\SCROLLRATIO2.cs" />
  865. <Compile Include="Field\JSM\Instructions\SCROLLSYNC.cs" />
  866. <Compile Include="Field\JSM\Instructions\SCROLLSYNC2.cs" />
  867. <Compile Include="Field\JSM\Instructions\SEALEDOFF.cs" />
  868. <Compile Include="Field\JSM\Instructions\SEPOS.cs" />
  869. <Compile Include="Field\JSM\Instructions\SEPOSTRANS.cs" />
  870. <Compile Include="Field\JSM\Instructions\SESTOP.cs" />
  871. <Compile Include="Field\JSM\Instructions\SET.cs" />
  872. <Compile Include="Field\JSM\Instructions\SET3.cs" />
  873. <Compile Include="Field\JSM\Instructions\SETBAR.cs" />
  874. <Compile Include="Field\JSM\Instructions\SETBATTLEMUSIC.cs" />
  875. <Compile Include="Field\JSM\Instructions\SETCAMERA.cs" />
  876. <Compile Include="Field\JSM\Instructions\SETCARD.cs" />
  877. <Compile Include="Field\JSM\Instructions\SETDCAMERA.cs" />
  878. <Compile Include="Field\JSM\Instructions\SETDRAWPOINT.cs" />
  879. <Compile Include="Field\JSM\Instructions\SETDRESS.cs" />
  880. <Compile Include="Field\JSM\Instructions\SETGETA.cs" />
  881. <Compile Include="Field\JSM\Instructions\SETHP.cs" />
  882. <Compile Include="Field\JSM\Instructions\SETLINE.cs" />
  883. <Compile Include="Field\JSM\Instructions\SETMESSPEED.cs" />
  884. <Compile Include="Field\JSM\Instructions\SETMODEL.cs" />
  885. <Compile Include="Field\JSM\Instructions\SETODIN.cs" />
  886. <Compile Include="Field\JSM\Instructions\SETPARTY.cs" />
  887. <Compile Include="Field\JSM\Instructions\SETPARTY2.cs" />
  888. <Compile Include="Field\JSM\Instructions\SETPC.cs" />
  889. <Compile Include="Field\JSM\Instructions\SETPLACE.cs" />
  890. <Compile Include="Field\JSM\Instructions\SETROOTTRANS.cs" />
  891. <Compile Include="Field\JSM\Instructions\SETTIMER.cs" />
  892. <Compile Include="Field\JSM\Instructions\SETVIBRATE.cs" />
  893. <Compile Include="Field\JSM\Instructions\SETWITCH.cs" />
  894. <Compile Include="Field\JSM\Instructions\SEVOL.cs" />
  895. <Compile Include="Field\JSM\Instructions\SEVOLTRANS.cs" />
  896. <Compile Include="Field\JSM\Instructions\SHADEFORM.cs" />
  897. <Compile Include="Field\JSM\Instructions\SHADELEVEL.cs" />
  898. <Compile Include="Field\JSM\Instructions\SHADESET.cs" />
  899. <Compile Include="Field\JSM\Instructions\SHADETIMER.cs" />
  900. <Compile Include="Field\JSM\Instructions\SHAKE.cs" />
  901. <Compile Include="Field\JSM\Instructions\SHAKEOFF.cs" />
  902. <Compile Include="Field\JSM\Instructions\SHOW.cs" />
  903. <Compile Include="Field\JSM\Instructions\SPLIT.cs" />
  904. <Compile Include="Field\JSM\Instructions\SPUREADY.cs" />
  905. <Compile Include="Field\JSM\Instructions\SPUSYNC.cs" />
  906. <Compile Include="Field\JSM\Instructions\STOPVIBRATE.cs" />
  907. <Compile Include="Field\JSM\Instructions\SUBMEMBER.cs" />
  908. <Compile Include="Field\JSM\Instructions\SUBPARTY.cs" />
  909. <Compile Include="Field\JSM\Instructions\SWAP.cs" />
  910. <Compile Include="Field\JSM\Instructions\TALKOFF.cs" />
  911. <Compile Include="Field\JSM\Instructions\TALKON.cs" />
  912. <Compile Include="Field\JSM\Instructions\TALKRADIUS.cs" />
  913. <Compile Include="Field\JSM\Instructions\TCOLADD.cs" />
  914. <Compile Include="Field\JSM\Instructions\TCOLSUB.cs" />
  915. <Compile Include="Field\JSM\Instructions\THROUGHOFF.cs" />
  916. <Compile Include="Field\JSM\Instructions\THROUGHON.cs" />
  917. <Compile Include="Field\JSM\Instructions\TUTO.cs" />
  918. <Compile Include="Field\JSM\Instructions\UCOFF.cs" />
  919. <Compile Include="Field\JSM\Instructions\UCON.cs" />
  920. <Compile Include="Field\JSM\Instructions\Unknown10.cs" />
  921. <Compile Include="Field\JSM\Instructions\Unknown11.cs" />
  922. <Compile Include="Field\JSM\Instructions\Unknown12.cs" />
  923. <Compile Include="Field\JSM\Instructions\Unknown13.cs" />
  924. <Compile Include="Field\JSM\Instructions\Unknown14.cs" />
  925. <Compile Include="Field\JSM\Instructions\Unknown15.cs" />
  926. <Compile Include="Field\JSM\Instructions\Unknown16.cs" />
  927. <Compile Include="Field\JSM\Instructions\Unknown2.cs" />
  928. <Compile Include="Field\JSM\Instructions\Unknown3.cs" />
  929. <Compile Include="Field\JSM\Instructions\Unknown4.cs" />
  930. <Compile Include="Field\JSM\Instructions\Unknown6.cs" />
  931. <Compile Include="Field\JSM\Instructions\Unknown7.cs" />
  932. <Compile Include="Field\JSM\Instructions\Unknown8.cs" />
  933. <Compile Include="Field\JSM\Instructions\Unknown9.cs" />
  934. <Compile Include="Field\JSM\Instructions\UNUSE.cs" />
  935. <Compile Include="Field\JSM\Instructions\USE.cs" />
  936. <Compile Include="Field\JSM\Instructions\WAIT.cs" />
  937. <Compile Include="Field\JSM\Instructions\WHERECARD.cs" />
  938. <Compile Include="Field\JSM\Instructions\WHOAMI.cs" />
  939. <Compile Include="Field\JSM\Instructions\WINCLOSE.cs" />
  940. <Compile Include="Field\JSM\Instructions\WINSIZE.cs" />
  941. <Compile Include="Field\JSM\Instructions\WORLDMAPJUMP.cs" />
  942. <Compile Include="Field\JSM\Types\Jsm.Character.cs" />
  943. <Compile Include="Field\JSM\Types\Jsm.Global.cs" />
  944. <Compile Include="Field\JSM\Types\Jsm.Opcode.cs" />
  945. <Compile Include="Field\MSD\Msd.Reader.cs" />
  946. <Compile Include="Field\ScriptFormatter\FieldScriptFormatter.cs" />
  947. <Compile Include="Field\ScriptFormatter\FormattedObject.cs" />
  948. <Compile Include="Field\ScriptFormatter\ScriptFormatterContext.cs" />
  949. <Compile Include="Field\SYM\Sym.GameObject.cs" />
  950. <Compile Include="Field\SYM\Sym.GameObjects.cs" />
  951. <Compile Include="Field\SYM\Sym.Reader.cs" />
  952. <Compile Include="Font.cs" />
  953. <Compile Include="Game1.cs" />
  954. <Compile Include="GFs.cs" />
  955. <Compile Include="Kernel\Abilities\Abilities.cs" />
  956. <Compile Include="Kernel\Abilities\AbilityFlags2.cs" />
  957. <Compile Include="Kernel\AttackFlags.cs" />
  958. <Compile Include="Kernel\AttackType.cs" />
  959. <Compile Include="Kernel\Commands\BattleCommand.cs" />
  960. <Compile Include="Kernel\Items\BattleItemsData.cs" />
  961. <Compile Include="Kernel\BattleOnlyStatuses.cs" />
  962. <Compile Include="Kernel\Limit\BlueMagicQuistisLimitBreak.cs" />
  963. <Compile Include="Kernel\Abilities\CharacterAbilityFlags.cs" />
  964. <Compile Include="Kernel\Abilities\CharacterAbilities.cs" />
  965. <Compile Include="Kernel\CharacterStats.cs" />
  966. <Compile Include="Kernel\Abilities\CommandAbility.cs" />
  967. <Compile Include="Kernel\Abilities\CommandAbilityData.cs" />
  968. <Compile Include="Kernel\KernelBin.cs" />
  969. <Compile Include="Kernel\Devour.cs" />
  970. <Compile Include="Kernel\Limit\DuelZellLimitBreak.cs" />
  971. <Compile Include="Kernel\Element.cs" />
  972. <Compile Include="Kernel\EnemyAttacksData.cs" />
  973. <Compile Include="Kernel\Abilities\IEquippableAbility.cs" />
  974. <Compile Include="Kernel\Gender.cs" />
  975. <Compile Include="Kernel\Abilities\GFAbilities.cs" />
  976. <Compile Include="Kernel\Abilities\JunctionAbilityFlags.cs" />
  977. <Compile Include="Kernel\JunctionableGFsData.cs" />
  978. <Compile Include="Kernel\Abilities\JunctionAbilities.cs" />
  979. <Compile Include="Kernel\JunctionStatuses.cs" />
  980. <Compile Include="Kernel\MagicData.cs" />
  981. <Compile Include="Kernel\MagicID.cs" />
  982. <Compile Include="Kernel\Abilities\MenuAbilities.cs" />
  983. <Compile Include="Kernel\MiscSection.cs" />
  984. <Compile Include="Kernel\MiscTextPointers.cs" />
  985. <Compile Include="Kernel\Items\NonBattleItemsData.cs" />
  986. <Compile Include="Kernel\NonJunctionableGFsAttacksData.cs" />
  987. <Compile Include="Kernel\Abilities\PartyAbilities.cs" />
  988. <Compile Include="Kernel\PersistentStatuses.cs" />
  989. <Compile Include="Kernel\Quantity.cs" />
  990. <Compile Include="Kernel\Limit\BlueMagicQuistisLimitBreakParameters.cs" />
  991. <Compile Include="Kernel\Limit\RenzokukenFinisher.cs" />
  992. <Compile Include="Kernel\Limit\RenzokukenFinisherData.cs" />
  993. <Compile Include="Kernel\Limit\RinoaLimitBreaksPart1.cs" />
  994. <Compile Include="Kernel\Limit\RinoaLimitBreaksPart2.cs" />
  995. <Compile Include="Kernel\Limit\SelphieLimitBreakSets.cs" />
  996. <Compile Include="Kernel\Limit\ShotIrvineLimitBreak.cs" />
  997. <Compile Include="Kernel\Limit\Slot.cs" />
  998. <Compile Include="Kernel\Limit\SlotArray.cs" />
  999. <Compile Include="Kernel\Stat.cs" />
  1000. <Compile Include="Kernel\StatFlags.cs" />
  1001. <Compile Include="Kernel\Abilities\StatPercentageAbilities.cs" />
  1002. <Compile Include="Kernel\Target.cs" />
  1003. <Compile Include="Kernel\Limit\TemporaryCharacterLimitBreaks.cs" />
  1004. <Compile Include="Kernel\WeaponsData.cs" />
  1005. <Compile Include="Kernel\Limit\ZellLimitBreakParameters.cs" />
  1006. <Compile Include="Loc.cs" />
  1007. <Compile Include="Archive\Compression\LZSS.cs" />
  1008. <Compile Include="Memory.cs" />
  1009. <Compile Include="Menu\Images\Cards.cs" />
  1010. <Compile Include="Menu\Images\Cards.ID.cs" />
  1011. <Compile Include="Menu\Images\Faces.cs" />
  1012. <Compile Include="Menu\Images\Faces.ID.cs" />
  1013. <Compile Include="Menu\Images\Icons.cs" />
  1014. <Compile Include="Menu\Images\Icons.ID.cs" />
  1015. <Compile Include="Menu\Images\Icons.InsertCustomEntries.cs" />
  1016. <Compile Include="Menu\IGM\IGM.cs" />
  1017. <Compile Include="Menu\IGM\IGMData\Clock.cs" />
  1018. <Compile Include="Menu\IGM\IGMData\Footer.cs" />
  1019. <Compile Include="Menu\IGM\IGMData\Header.cs" />
  1020. <Compile Include="Menu\IGM\IGMData\NonParty.cs" />
  1021. <Compile Include="Menu\IGM\IGMData\Party.cs" />
  1022. <Compile Include="Menu\IGM\IGMData\PartyGroup.cs" />
  1023. <Compile Include="Menu\IGM\IGMData\SideMenu.cs" />
  1024. <Compile Include="Menu\IGMItems\IGMData\Statuses.cs" />
  1025. <Compile Include="Menu\IGMItems\IGMData\IGMData_TargetPool.cs" />
  1026. <Compile Include="Menu\IGMItems\IGMData\TopMenu.cs" />
  1027. <Compile Include="Menu\IGMItems\IGM_Items.cs" />
  1028. <Compile Include="Menu\Junction\IGMData\IGMData_Abilities_AbilityPool.cs" />
  1029. <Compile Include="Menu\Junction\IGMData\IGMData_Abilities_CommandPool.cs" />
  1030. <Compile Include="Menu\Junction\IGMData\IGMData_Abilities_Group.cs" />
  1031. <Compile Include="Menu\Junction\IGMData\IGMData_CharacterInfo.cs" />
  1032. <Compile Include="Menu\Junction\IGMData\IGMData_ConfirmChanges.cs" />
  1033. <Compile Include="Menu\Junction\IGMData\IGMData_ConfirmRemAll.cs" />
  1034. <Compile Include="Menu\Junction\IGMData\IGMData_ConfirmRemMag.cs" />
  1035. <Compile Include="Menu\Junction\IGMData\IGMData_GF_Group.cs" />
  1036. <Compile Include="Menu\Junction\IGMData\IGMData_GF_Junctioned.cs" />
  1037. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_EL_A_D_Slots.cs" />
  1038. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_EL_A_Values.cs" />
  1039. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_EL_D_Values.cs" />
  1040. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_Group.cs" />
  1041. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_PageTitle.cs" />
  1042. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_Stat_Slots.cs" />
  1043. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_ST_A_D_Slots.cs" />
  1044. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_ST_A_Values.cs" />
  1045. <Compile Include="Menu\Junction\IGMData\IGMData_Mag_ST_D_Values.cs" />
  1046. <Compile Include="Menu\Junction\IGMData\IGMData_Slots.cs" />
  1047. <Compile Include="Menu\Junction\IGMData\TopMenu.cs" />
  1048. <Compile Include="Menu\Junction\IGMData\IGMData_TopMenu_Auto.cs" />
  1049. <Compile Include="Menu\Junction\IGMData\IGMData_TopMenu_Junction.cs" />
  1050. <Compile Include="Menu\Junction\IGMData\IGMData_TopMenu_Off.cs" />
  1051. <Compile Include="Menu\Junction\IGMData\IGMData_Values.cs" />
  1052. <Compile Include="Menu\Junction\IGM_Junction.cs" />
  1053. <Compile Include="Menu\IGMItems\Items_In_Menu.cs" />
  1054. <Compile Include="Menu\Images\Magazine.cs" />
  1055. <Compile Include="Menu\Images\Magazine.ID.cs" />
  1056. <Compile Include="Menu\Images\Magazine.InsertCustomEntries.cs" />
  1057. <Compile Include="Menu\Menu.cs" />
  1058. <Compile Include="Menu\Debug\Module_card_test.cs" />
  1059. <Compile Include="Menu\Debug\Module_face_test.cs" />
  1060. <Compile Include="Menu\Debug\Module_icon_test.cs" />
  1061. <Compile Include="Menu\Cursor_Status.cs" />
  1062. <Compile Include="Menu\Table_Options.cs" />
  1063. <Compile Include="PointEx.cs" />
  1064. <Compile Include="Strings\Name.cs" />
  1065. <Compile Include="Strings\Stringfile.cs" />
  1066. <Compile Include="Strings\Strings.Areames.cs" />
  1067. <Compile Include="Strings\Strings.cs" />
  1068. <Compile Include="ModuleHandler.cs" />
  1069. <Compile Include="AV\Movie\ModuleMovieTest.cs" />
  1070. <Compile Include="module_overture_debug.cs" />
  1071. <Compile Include="Properties\AssemblyInfo.cs" />
  1072. <Compile Include="Saves\Saves.CharacterData.cs" />
  1073. <Compile Include="Saves\Saves.ChocoboWorld.cs" />
  1074. <Compile Include="Saves\Saves.Costume.cs" />
  1075. <Compile Include="Saves\Saves.cs" />
  1076. <Compile Include="Saves\Saves.Data.cs" />
  1077. <Compile Include="Saves\Saves.FieldVars.cs" />
  1078. <Compile Include="Saves\Saves.GFData.cs" />
  1079. <Compile Include="Saves\Saves.GFs.cs" />
  1080. <Compile Include="Saves\Saves.Item.cs" />
  1081. <Compile Include="Saves\Saves.Shop.cs" />
  1082. <Compile Include="Saves\Saves.TripleTriad.cs" />
  1083. <Compile Include="Saves\Saves.Worldmap.cs" />
  1084. <Compile Include="Sources\Environment\Build\BuildEnvironment.cs" />
  1085. <Compile Include="Sources\Environment\Game\Location\GameLocation.cs" />
  1086. <Compile Include="Sources\Environment\Game\Location\HardcodedGameLocationProvider.cs" />
  1087. <Compile Include="Sources\Environment\Game\Location\IGameLocationProvider.cs" />
  1088. <Compile Include="Sources\Environment\Game\Location\LinuxGameLocationProvider.cs" />
  1089. <Compile Include="Sources\Environment\Game\Location\WindowsGameLocationProvider.cs" />
  1090. <Compile Include="Sources\Environment\Runtime\RuntimeEnvironment.cs" />
  1091. <Compile Include="Sources\Environment\Runtime\RuntimePlatform.cs" />
  1092. <Compile Include="Sources\Exceptions\ExceptionList.cs" />
  1093. <Compile Include="Sources\MonoGame\Hooks\IMonoGameHook.cs" />
  1094. <Compile Include="Sources\MonoGame\Hooks\MonoGameHooks.cs" />
  1095. <Compile Include="Sources\MonoGame\Hooks\OpenALWindowsHook.cs" />
  1096. <Compile Include="Sources\NetFramework\TypeExtensionMethods.cs" />
  1097. <Compile Include="Menu\Images\SP2.cs" />
  1098. <Compile Include="Strings\Strings.Kernel.cs" />
  1099. <Compile Include="Strings\StringsBase.cs" />
  1100. <Compile Include="Image\TEX.cs" />
  1101. <Compile Include="Image\TextureHandler.cs" />
  1102. <Compile Include="Image\TIM2.cs" />
  1103. <Compile Include="World\CharaOne.cs" />
  1104. <Compile Include="World\CloudRender.cs" />
  1105. <Compile Include="World\debug_MCH.cs" />
  1106. <Compile Include="World\interchangeableZones.cs" />
  1107. <Compile Include="World\MiniMaps.cs" />
  1108. <Compile Include="World\module_world_debug.cs" />
  1109. <Compile Include="World\rail.cs" />
  1110. <Compile Include="World\SpecialEffectsRenderer.cs" />
  1111. <Compile Include="World\texl.cs" />
  1112. <Compile Include="World\wm2field.cs" />
  1113. <Compile Include="World\wmset.cs" />
  1114. </ItemGroup>
  1115. <ItemGroup>
  1116. <MonoGameContentReference Include="Content\Content.mgcb" />
  1117. </ItemGroup>
  1118. <ItemGroup>
  1119. <Content Include="Menu\XMLFile1.xml" />
  1120. <Content Include="x64\avcodec-58.dll">
  1121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1122. </Content>
  1123. <Content Include="x64\avdevice-58.dll">
  1124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1125. </Content>
  1126. <Content Include="x64\avfilter-7.dll">
  1127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1128. </Content>
  1129. <Content Include="x64\avformat-58.dll">
  1130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1131. </Content>
  1132. <Content Include="x64\avutil-56.dll">
  1133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1134. </Content>
  1135. <Content Include="x64\glib-2.dll">
  1136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1137. </Content>
  1138. <Content Include="x64\libcharset.dll">
  1139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1140. </Content>
  1141. <Content Include="x64\libFLAC-8.dll">
  1142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1143. </Content>
  1144. <Content Include="x64\libfluidsynth-2.dll">
  1145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1146. </Content>
  1147. <Content Include="x64\libglib-2.0-0.dll">
  1148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1149. </Content>
  1150. <Content Include="x64\libgmodule-2.0-0.dll">
  1151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1152. </Content>
  1153. <Content Include="x64\libgobject-2.0-0.dll">
  1154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1155. </Content>
  1156. <Content Include="x64\libgthread-2.0-0.dll">
  1157. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1158. </Content>
  1159. <Content Include="x64\libiconv.dll">
  1160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1161. </Content>
  1162. <Content Include="x64\libinstpatch-0.dll">
  1163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1164. </Content>
  1165. <Content Include="x64\libintl-8.dll">
  1166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1167. </Content>
  1168. <Content Include="x64\libintl.dll">
  1169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1170. </Content>
  1171. <Content Include="x64\libogg-0.dll">
  1172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1173. </Content>
  1174. <Content Include="x64\libpcre-1.dll">
  1175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1176. </Content>
  1177. <Content Include="x64\libreadline7.dll">
  1178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1179. </Content>
  1180. <Content Include="x64\libsndfile-1.dll">
  1181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1182. </Content>
  1183. <Content Include="x64\libspeex-1.dll">
  1184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1185. </Content>
  1186. <Content Include="x64\libvorbis-0.dll">
  1187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1188. </Content>
  1189. <Content Include="x64\libvorbisenc-2.dll">
  1190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1191. </Content>
  1192. <Content Include="x64\libwinpthread-1.dll">
  1193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1194. </Content>
  1195. <Content Include="x64\NAudio.dll">
  1196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1197. </Content>
  1198. <Content Include="x64\NAudio.xml">
  1199. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1200. </Content>
  1201. <Content Include="x64\pcre.dll">
  1202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1203. </Content>
  1204. <Content Include="x64\postproc-55.dll">
  1205. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1206. </Content>
  1207. <Content Include="x64\swresample-3.dll">
  1208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1209. </Content>
  1210. <Content Include="x64\swscale-5.dll">
  1211. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1212. </Content>
  1213. <Content Include="x86\avcodec-58.dll">
  1214. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1215. </Content>
  1216. <Content Include="x86\ImGui.NET.dll">
  1217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1218. </Content>
  1219. <Content Include="x86\avdevice-58.dll">
  1220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1221. </Content>
  1222. <Content Include="x86\avfilter-7.dll">
  1223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1224. </Content>
  1225. <Content Include="x86\avformat-58.dll">
  1226. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1227. </Content>
  1228. <Content Include="x86\avutil-56.dll">
  1229. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1230. </Content>
  1231. <Content Include="x86\postproc-55.dll">
  1232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1233. </Content>
  1234. <Content Include="x86\swresample-3.dll">
  1235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1236. </Content>
  1237. <Content Include="x86\swscale-5.dll">
  1238. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1239. </Content>
  1240. </ItemGroup>
  1241. <ItemGroup>
  1242. <None Include="app.config" />
  1243. <None Include="FFmpeg.AutoGen.dll.config">
  1244. <SubType>Designer</SubType>
  1245. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1246. </None>
  1247. <None Include="packages.config" />
  1248. <Compile Include="Strings\Strings.Mngrp.cs" />
  1249. <Compile Include="Strings\Strings.Namedic.cs" />
  1250. <None Include="x64\libfluidsynth-2.so">
  1251. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1252. </None>
  1253. <None Include="x64\libfluidsynth.so.2">
  1254. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1255. </None>
  1256. <None Include="x64\libfluidsynth.so.2.1.2">
  1257. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1258. </None>
  1259. </ItemGroup>
  1260. <ItemGroup />
  1261. <ItemGroup>
  1262. <ProjectReference Include="..\Encoding\Encoding.csproj">
  1263. <Project>{a9b33bf4-9b03-4e3d-bf6a-181521046ee8}</Project>
  1264. <Name>Encoding</Name>
  1265. </ProjectReference>
  1266. </ItemGroup>
  1267. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1268. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1269. <PropertyGroup>
  1270. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  1271. </PropertyGroup>
  1272. <Error Condition="!Exists('..\packages\ImGui.NET.1.72.0\build\net40\ImGui.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ImGui.NET.1.72.0\build\net40\ImGui.NET.targets'))" />
  1273. <Error Condition="!Exists('..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets'))" />
  1274. </Target>
  1275. <Import Project="..\packages\ImGui.NET.1.72.0\build\net40\ImGui.NET.targets" Condition="Exists('..\packages\ImGui.NET.1.72.0\build\net40\ImGui.NET.targets')" />
  1276. <Import Project="..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets" Condition="Exists('..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets')" />
  1277. </Project>