| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{A5408515-75B8-4EEA-8E9F-2C9CD7B56E59}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>OpenVIII.Core</RootNamespace>
- <AssemblyName>Core</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;DEBUG;_WINDOWS;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;DEBUG;_WINDOWS;_X86</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;_WINDOWS;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;_WINDOWS</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x64'">
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <LangVersion>latest</LangVersion>
- <DebugSymbols>true</DebugSymbols>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x86'">
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <LangVersion>latest</LangVersion>
- <DebugSymbols>true</DebugSymbols>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x64'">
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <DebugType>full</DebugType>
- <DebugSymbols>true</DebugSymbols>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x86'">
- <OutputPath>..\bin\</OutputPath>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <LangVersion>latest</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <DebugType>full</DebugType>
- <DebugSymbols>true</DebugSymbols>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DirectMidiNet">
- <HintPath>..\DirectMidiNet.dll</HintPath>
- </Reference>
- <Reference Include="FFmpeg.AutoGen, Version=4.2.0.0, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
- <HintPath>..\packages\FFmpeg.AutoGen.4.2.0\lib\net45\FFmpeg.AutoGen.dll</HintPath>
- </Reference>
- <Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\MonoGame.Framework.Portable.3.7.1.189\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
- </Reference>
- <Reference Include="NAudio, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NAudio.1.9.0\lib\net35\NAudio.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Archive\Archive.cs" />
- <Compile Include="Archive\ArchiveBase.cs" />
- <Compile Include="Archive\Archives.cs" />
- <Compile Include="Archive\ArchiveWorker.cs" />
- <Compile Include="Archive\ArchiveZZZ.cs" />
- <Compile Include="AV\Audio.cs" />
- <Compile Include="AV\Movie\Directories.cs" />
- <Compile Include="AV\Movie\Files.cs" />
- <Compile Include="AV\Midi\Fluid.cs" />
- <Compile Include="AV\Midi\DirectMedia.cs" />
- <Compile Include="AV\Movie\Player.cs" />
- <Compile Include="AV\Movie\STATE.cs" />
- <Compile Include="AV\Video.cs" />
- <Compile Include="Battle\BattleSwirl.cs" />
- <Compile Include="Battle\DeadTime.cs" />
- <Compile Include="Battle\debug_battleDat.cs" />
- <Compile Include="Battle\Enemy.cs" />
- <Compile Include="Battle\FPS_Camera.cs" />
- <Compile Include="Battle\IEnemy.cs" />
- <Compile Include="Battle\Information.cs" />
- <Compile Include="Battle\init_debugger_battle.cs" />
- <Compile Include="Battle\Mag.cs" />
- <Compile Include="Battle\Menu\BattleMenu.cs" />
- <Compile Include="Battle\Menu\BattleMenus.cs" />
- <Compile Include="Battle\Menu\IGMDataItem\Gradient\ATB.cs" />
- <Compile Include="Battle\Menu\IGMDataItem\Gradient\GF.cs" />
- <Compile Include="Battle\Menu\IGMDataItem\Gradient\Renzokeken.cs" />
- <Compile Include="Battle\Menu\IGMData\Group\PlayerEXP.cs" />
- <Compile Include="Battle\Menu\IGMData\NamesHPATB.cs" />
- <Compile Include="Battle\Menu\IGMData\PartyAP.cs" />
- <Compile Include="Battle\Menu\IGMData\PartyItems.cs" />
- <Compile Include="Battle\Menu\IGMData\PlayerEXP.cs" />
- <Compile Include="Battle\Menu\IGMData\Pool\Bullet.cs" />
- <Compile Include="Battle\Menu\IGMData\Pool\Combine.cs" />
- <Compile Include="Battle\Menu\IGMData\Selphie_Slots.cs" />
- <Compile Include="Battle\Menu\IGMData\Limit\Shot.cs" />
- <Compile Include="Battle\Menu\IGMData\Target\Enemies.cs" />
- <Compile Include="Battle\Menu\IGMData\Target\Group.cs" />
- <Compile Include="Battle\Menu\IGMData\Limit\Renzokeken.cs" />
- <Compile Include="Battle\Menu\IGMData\Target\Party.cs" />
- <Compile Include="Battle\Menu\IGMData\Target\Random.cs" />
- <Compile Include="Battle\RegularPyramid.cs" />
- <Compile Include="AV\Buffer_Data.cs" />
- <Compile Include="Card_Game\Card_Game.cs" />
- <Compile Include="Card_Game\EXE_Offsets.cs" />
- <Compile Include="Card_Game\Faces.cs" />
- <Compile Include="CountDown.cs" />
- <Compile Include="Field\Camera\Cameras.cs" />
- <Compile Include="Field\Menu\FieldMenu.cs" />
- <Compile Include="Field\WalkMesh\Access.cs" />
- <Compile Include="Field\Background\Background.cs" />
- <Compile Include="Field\Background\BackgroundTextureType.cs" />
- <Compile Include="Field\Background\BlendMode.cs" />
- <Compile Include="Field\Initializer.cs" />
- <Compile Include="Field\Module.cs" />
- <Compile Include="Field\module_field_object_test.cs" />
- <Compile Include="Field\ONE\FieldCharaOne.cs" />
- <Compile Include="Field\Background\TextureIDPaletteID.cs" />
- <Compile Include="Field\Background\Tile.cs" />
- <Compile Include="Field\Background\TileQuadTexture.cs" />
- <Compile Include="Field\Background\Tiles.cs" />
- <Compile Include="Field\WalkMesh\Vert.cs" />
- <Compile Include="Field\WalkMesh\WalkMesh.cs" />
- <Compile Include="Image\Cluts.cs" />
- <Compile Include="Image\TDW.cs" />
- <Compile Include="Image\Texture2DWrapper.cs" />
- <Compile Include="Image\TextureBuffer.cs" />
- <Compile Include="Image\Texture_Base.cs" />
- <Compile Include="Image\TIM_OVERTURE.cs" />
- <Compile Include="Input\Buttons.cs" />
- <Compile Include="Input\ButtonTrigger.cs" />
- <Compile Include="Input\Button_Flags.cs" />
- <Compile Include="Input\Input2.cs" />
- <Compile Include="Input\InputActions.cs" />
- <Compile Include="Input\InputButton.cs" />
- <Compile Include="Input\InputGamePad.cs" />
- <Compile Include="Input\InputKeyboard.cs" />
- <Compile Include="Input\InputMouse.cs" />
- <Compile Include="Input\Inputs.cs" />
- <Compile Include="Input\Inputs_FF7PSX.cs" />
- <Compile Include="Input\Inputs_FF82000.cs" />
- <Compile Include="Input\Inputs_FF8PSX.cs" />
- <Compile Include="Input\Inputs_FF8Steam.cs" />
- <Compile Include="Input\Inputs_OpenVIII.cs" />
- <Compile Include="Input\MouseLockMode.cs" />
- <Compile Include="Menu\Debug\Debug_Menu.cs" />
- <Compile Include="Menu\IGMDataItem\Base.cs" />
- <Compile Include="Menu\IGMDataItem\Box.cs" />
- <Compile Include="Menu\IGMDataItem\Empty.cs" />
- <Compile Include="Menu\IGMDataItem\Face.cs" />
- <Compile Include="Menu\IGMDataItem\HelpBox.cs" />
- <Compile Include="Menu\IGMDataItem\Icon.cs" />
- <Compile Include="Menu\IGMDataItem\Integer.cs" />
- <Compile Include="Menu\IGMDataItem\I_Color.cs" />
- <Compile Include="Menu\IGMDataItem\I_Data.cs" />
- <Compile Include="Menu\IGMDataItem\I_FontColor.cs" />
- <Compile Include="Menu\IGMDataItem\I_Palette.cs" />
- <Compile Include="Menu\IGMDataItem\Text.cs" />
- <Compile Include="Menu\IGMDataItem\Texture.cs" />
- <Compile Include="Menu\IGMDataItem\Texture_Handler.cs" />
- <Compile Include="Menu\IGMData\Base.cs" />
- <Compile Include="Menu\IGMData\Commands.cs" />
- <Compile Include="Menu\IGMData\Dialog\Confirm.cs" />
- <Compile Include="Menu\IGMData\Dialog\Small.cs" />
- <Compile Include="Menu\IGMData\Dialog\Timed\Small.cs" />
- <Compile Include="Menu\IGMData\Group\Base.cs" />
- <Compile Include="Menu\IGMData\Group\TopMenu.cs" />
- <Compile Include="Menu\IGMData\Pool\Base.cs" />
- <Compile Include="Battle\Menu\IGMData\Pool\Enemy_Attacks.cs" />
- <Compile Include="Menu\IGMData\Pool\GF.cs" />
- <Compile Include="Menu\IGMData\Pool\Magic\Commands.cs" />
- <Compile Include="Menu\IGMData\Pool\Magic.cs" />
- <Compile Include="Menu\IGMData\Pool\Item.cs" />
- <Compile Include="Menu\IGMData\Pool\Draw.cs" />
- <Compile Include="Menu\IGMData\Pool\Draw\Commands.cs" />
- <Compile Include="Menu\IGMData\Pool\BlueMagic.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\Slots\Abilities.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\Slots\Command.cs" />
- <Compile Include="Menu\Images\BigTexProps.cs" />
- <Compile Include="Menu\Images\HSL.cs" />
- <Compile Include="Menu\Images\TexProps.cs" />
- <Compile Include="Menu\Images\VertexPositionTexture_Texture2D.cs" />
- <Compile Include="Menu\LGSG\IGMData\GameBlock.cs" />
- <Compile Include="Menu\LGSG\IGMData\GameChoose.cs" />
- <Compile Include="Menu\LGSG\IGMData\SlotChoose.cs" />
- <Compile Include="Menu\LGSG\IGM_LGSG.cs" />
- <Compile Include="Menu\LGSG\IGMData\LoadBarBox.cs" />
- <Compile Include="Menu\LGSG\IGMData\ThreePieceHeader.cs" />
- <Compile Include="Menu\Lobby\IGMData_Selections.cs" />
- <Compile Include="Battle\Menu\VictoryMenu.cs" />
- <Compile Include="Battle\module_battle.cs" />
- <Compile Include="Battle\module_battle_Debug.cs" />
- <Compile Include="Characters.cs" />
- <Compile Include="DictionaryEx.cs" />
- <Compile Include="Image\Entry.cs" />
- <Compile Include="Image\EntryGroup.cs" />
- <Compile Include="ExtapathyExtended.cs" />
- <Compile Include="Extended.cs" />
- <Compile Include="Menu\Images\Box_Options.cs" />
- <Compile Include="Menu\Lobby\IGM_Lobby.cs" />
- <Compile Include="Menu\MenuModule.cs" />
- <Compile Include="Menu\Menu_Base.cs" />
- <Compile Include="Menu\Debug\IGMData\DebugChoose.cs" />
- <Compile Include="Saves\Angelo.cs" />
- <Compile Include="Saves\ATBTimer.cs" />
- <Compile Include="Saves\CompatibilitywithGF.cs" />
- <Compile Include="Saves\Damageable.cs" />
- <Compile Include="Saves\ICharacterData.cs" />
- <Compile Include="Saves\IDamageable.cs" />
- <Compile Include="Saves\Saves.Configuration.cs" />
- <Compile Include="Saves\TTCardInfo.cs" />
- <Compile Include="Slide.cs" />
- <Compile Include="Strings\Description.cs" />
- <Compile Include="Strings\FF8String.cs" />
- <Compile Include="Strings\FF8StringReference.cs" />
- <Compile Include="AV\Ffcc.cs" />
- <Compile Include="AV\FfccVaribleGroup.cs" />
- <Compile Include="FFmpegBinariesHelper.cs" />
- <Compile Include="Field\Core\AreaName.cs" />
- <Compile Include="Field\Core\BreakAwaitable.cs" />
- <Compile Include="Field\Core\Coords3D.cs" />
- <Compile Include="Field\Core\Degrees.cs" />
- <Compile Include="Field\Core\DummyAwaitable.cs" />
- <Compile Include="Field\Core\DummyAwaiter.cs" />
- <Compile Include="Field\Core\EventEngine.cs" />
- <Compile Include="Field\Core\FieldId.cs" />
- <Compile Include="Field\Core\FieldName.cs" />
- <Compile Include="Field\Core\FieldObject.cs" />
- <Compile Include="Field\Core\FieldObjectAnimation.cs" />
- <Compile Include="Field\Core\FieldObjectModel.cs" />
- <Compile Include="Field\Core\FieldObjectScripts.cs" />
- <Compile Include="Field\Core\FieldObjectSound.cs" />
- <Compile Include="Field\Core\GlobalVariableId.cs" />
- <Compile Include="Field\Core\IAwaitable.cs" />
- <Compile Include="Field\Core\IAwaiter.cs" />
- <Compile Include="Field\Core\IScriptExecuter.cs" />
- <Compile Include="Field\Core\MovieName.cs" />
- <Compile Include="Field\Core\MusicId.cs" />
- <Compile Include="Field\Core\MusicName.cs" />
- <Compile Include="Field\Core\NamedEntity.cs" />
- <Compile Include="Field\Core\ScriptResultId.cs" />
- <Compile Include="Field\Core\Services\Implementation\FieldService.cs" />
- <Compile Include="Field\Core\Services\Implementation\GameplayService.cs" />
- <Compile Include="Field\Core\Services\Implementation\GlobalVariableService.cs" />
- <Compile Include="Field\Core\Services\Implementation\InteractionService.cs" />
- <Compile Include="Field\Core\Services\Implementation\MenuService.cs" />
- <Compile Include="Field\Core\Services\Implementation\MessageService.cs" />
- <Compile Include="Field\Core\Services\Implementation\MovieService.cs" />
- <Compile Include="Field\Core\Services\Implementation\MusicService.cs" />
- <Compile Include="Field\Core\Services\Implementation\PartyService.cs" />
- <Compile Include="Field\Core\Services\Implementation\RenderingService.cs" />
- <Compile Include="Field\Core\Services\Implementation\SalaryService.cs" />
- <Compile Include="Field\Core\Services\Implementation\SoundService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IDialogService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IFieldObjectService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IGameplayService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IGlobalVariableService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IInteractionService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IMenuService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IMovieService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IMusicService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IPartyService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\IRenderingService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\ISalaryService.cs" />
- <Compile Include="Field\Core\Services\Interfaces\ISoundService.cs" />
- <Compile Include="Field\Core\Services\ServiceId.cs" />
- <Compile Include="Field\Core\Services\ServiceProvider.cs" />
- <Compile Include="Field\Core\SfxId.cs" />
- <Compile Include="Field\Core\SoundEffectName.cs" />
- <Compile Include="Field\Core\SpinAwaitable.cs" />
- <Compile Include="Field\Core\WalkmeshCoords.cs" />
- <Compile Include="Field\Fields\DataProvider\Field.FsDataProvider.cs" />
- <Compile Include="Field\Fields\DataProvider\Field.IDataProvider.cs" />
- <Compile Include="Field\Fields\Field.FieldPart.cs" />
- <Compile Include="Field\Fields\Field.Info.cs" />
- <Compile Include="Field\Fields\LookupService\Field.FSLookupService.cs" />
- <Compile Include="Field\Fields\LookupService\Field.ILookupService.cs" />
- <Compile Include="ExceptionExtensionMethods.cs" />
- <Compile Include="Field\Framework\IEnumerableExtensionMethods.cs" />
- <Compile Include="IListExtensionMethods.cs" />
- <Compile Include="Field\Framework\IStack.cs" />
- <Compile Include="OrderedDictionary.cs" />
- <Compile Include="Field\Framework\PriorityQueue.cs" />
- <Compile Include="Field\Framework\Rnd.cs" />
- <Compile Include="Field\JSM\Control\IJsmControl.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.Builder.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.Goto.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.If.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.If.ElseIfSegment.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.If.ElseSegment.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.If.Executer.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.If.IfSegment.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.ProcessedJumps.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.While.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Control.While.Executer.cs" />
- <Compile Include="Field\JSM\Control\Jsm.ExecutableSegment.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Segment.Builder.cs" />
- <Compile Include="Field\JSM\Control\Jsm.Segment.cs" />
- <Compile Include="Field\JSM\Execution\StatelessServices.cs" />
- <Compile Include="Field\JSM\Expressions\IJsmExpression.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.CAL.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHAC.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHI_L.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_B.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_L.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHM_W.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHN_L.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_B.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_L.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.PSHSM_W.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.TryMake.cs" />
- <Compile Include="Field\JSM\Expressions\Jsm.Expression.ValueExpression.cs" />
- <Compile Include="Field\JSM\File\Jsm.File.Group.cs" />
- <Compile Include="Field\JSM\File\Jsm.File.Header.cs" />
- <Compile Include="Field\JSM\File\Jsm.File.Operation.cs" />
- <Compile Include="Field\JSM\File\Jsm.File.Reader.cs" />
- <Compile Include="Field\JSM\File\Jsm.File.Script.cs" />
- <Compile Include="Field\JSM\File\Jsm.GameObject.cs" />
- <Compile Include="Field\JSM\File\Jsm.GameScript.cs" />
- <Compile Include="Field\JSM\File\Jsm.IndexedInstruction.cs" />
- <Compile Include="Field\JSM\File\Jsm.InstructionMerger.cs" />
- <Compile Include="Field\JSM\File\Jsm.LabelBuilder.cs" />
- <Compile Include="Field\JSM\File\Jsm.LabeledStack.cs" />
- <Compile Include="Field\JSM\Format\DummyFormatterContext.cs" />
- <Compile Include="Field\JSM\Format\FormatHelper.cs" />
- <Compile Include="Field\JSM\Format\IFormattableScript.cs" />
- <Compile Include="Field\JSM\Format\IScriptFormatterContext.cs" />
- <Compile Include="Field\JSM\Format\ScriptWriter.cs" />
- <Compile Include="Field\JSM\Instructions\AASK.cs" />
- <Compile Include="Field\JSM\Instructions\ACTORMODE.cs" />
- <Compile Include="Field\JSM\Instructions\ADDGIL.cs" />
- <Compile Include="Field\JSM\Instructions\ADDITEM.cs" />
- <Compile Include="Field\JSM\Instructions\ADDMAGIC.cs" />
- <Compile Include="Field\JSM\Instructions\ADDMEMBER.cs" />
- <Compile Include="Field\JSM\Instructions\ADDPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\ADDPASTGIL.cs" />
- <Compile Include="Field\JSM\Instructions\ADDSEEDLEVEL.cs" />
- <Compile Include="Field\JSM\Instructions\ALLSEPOS.cs" />
- <Compile Include="Field\JSM\Instructions\ALLSEPOSTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\ALLSEVOL.cs" />
- <Compile Include="Field\JSM\Instructions\ALLSEVOLTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\AMES.cs" />
- <Compile Include="Field\JSM\Instructions\AMESW.cs" />
- <Compile Include="Field\JSM\Instructions\ANIME.cs" />
- <Compile Include="Field\JSM\Instructions\ANIMEKEEP.cs" />
- <Compile Include="Field\JSM\Instructions\ANIMESPEED.cs" />
- <Compile Include="Field\JSM\Instructions\ANIMESTOP.cs" />
- <Compile Include="Field\JSM\Instructions\ANIMESYNC.cs" />
- <Compile Include="Field\JSM\Instructions\ASK.cs" />
- <Compile Include="Field\JSM\Instructions\AXIS.cs" />
- <Compile Include="Field\JSM\Instructions\AXISSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\BASEANIME.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLE.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLECUT.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLEMODE.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLEON.cs" />
- <Compile Include="Field\JSM\Instructions\BATTLERESULT.cs" />
- <Compile Include="Field\JSM\Instructions\BGANIME.cs" />
- <Compile Include="Field\JSM\Instructions\BGANIMEFLAG.cs" />
- <Compile Include="Field\JSM\Instructions\BGANIMESPEED.cs" />
- <Compile Include="Field\JSM\Instructions\BGANIMESYNC.cs" />
- <Compile Include="Field\JSM\Instructions\BGCLEAR.cs" />
- <Compile Include="Field\JSM\Instructions\BGDRAW.cs" />
- <Compile Include="Field\JSM\Instructions\BGOFF.cs" />
- <Compile Include="Field\JSM\Instructions\BGSHADE.cs" />
- <Compile Include="Field\JSM\Instructions\BGSHADEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\BGSHADESTOP.cs" />
- <Compile Include="Field\JSM\Instructions\BLINKEYES.cs" />
- <Compile Include="Field\JSM\Instructions\BROKEN.cs" />
- <Compile Include="Field\JSM\Instructions\CANIME.cs" />
- <Compile Include="Field\JSM\Instructions\CANIMEKEEP.cs" />
- <Compile Include="Field\JSM\Instructions\CARDGAME.cs" />
- <Compile Include="Field\JSM\Instructions\CHANGEPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\CHOICEMUSIC.cs" />
- <Compile Include="Field\JSM\Instructions\CLEAR.cs" />
- <Compile Include="Field\JSM\Instructions\CLOSEEYES.cs" />
- <Compile Include="Field\JSM\Instructions\CMOVE.cs" />
- <Compile Include="Field\JSM\Instructions\COFFSET.cs" />
- <Compile Include="Field\JSM\Instructions\COFFSETS.cs" />
- <Compile Include="Field\JSM\Instructions\COLSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\COPYINFO.cs" />
- <Compile Include="Field\JSM\Instructions\CROSSMUSIC.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLL.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLL2.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLL3.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLLA.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLLA2.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLLP.cs" />
- <Compile Include="Field\JSM\Instructions\CSCROLLP2.cs" />
- <Compile Include="Field\JSM\Instructions\CTURN.cs" />
- <Compile Include="Field\JSM\Instructions\CTURNL.cs" />
- <Compile Include="Field\JSM\Instructions\CTURNR.cs" />
- <Compile Include="Field\JSM\Instructions\DCOLADD.cs" />
- <Compile Include="Field\JSM\Instructions\DCOLSUB.cs" />
- <Compile Include="Field\JSM\Instructions\DEBUG.cs" />
- <Compile Include="Field\JSM\Instructions\DIR.cs" />
- <Compile Include="Field\JSM\Instructions\DIRA.cs" />
- <Compile Include="Field\JSM\Instructions\DIRP.cs" />
- <Compile Include="Field\JSM\Instructions\DISC.cs" />
- <Compile Include="Field\JSM\Instructions\DISCJUMP.cs" />
- <Compile Include="Field\JSM\Instructions\DISPBAR.cs" />
- <Compile Include="Field\JSM\Instructions\DISPTIMER.cs" />
- <Compile Include="Field\JSM\Instructions\DOFFSET.cs" />
- <Compile Include="Field\JSM\Instructions\DOORLINEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\DOORLINEON.cs" />
- <Compile Include="Field\JSM\Instructions\DRAWPOINT.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLL.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLL2.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLL3.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLLA.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLLA2.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLLP.cs" />
- <Compile Include="Field\JSM\Instructions\DSCROLLP2.cs" />
- <Compile Include="Field\JSM\Instructions\DUALMUSIC.cs" />
- <Compile Include="Field\JSM\Instructions\DYING.cs" />
- <Compile Include="Field\JSM\Instructions\EFFECTLOAD.cs" />
- <Compile Include="Field\JSM\Instructions\EFFECTPLAY.cs" />
- <Compile Include="Field\JSM\Instructions\EFFECTPLAY2.cs" />
- <Compile Include="Field\JSM\Instructions\ENDING.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIR.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRA.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRI.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRINIT.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRLIMIT.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIROFF.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRP.cs" />
- <Compile Include="Field\JSM\Instructions\FACEDIRSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\FADEBLACK.cs" />
- <Compile Include="Field\JSM\Instructions\FADEIN.cs" />
- <Compile Include="Field\JSM\Instructions\FADENONE.cs" />
- <Compile Include="Field\JSM\Instructions\FADEOUT.cs" />
- <Compile Include="Field\JSM\Instructions\FADESYNC.cs" />
- <Compile Include="Field\JSM\Instructions\FCOLADD.cs" />
- <Compile Include="Field\JSM\Instructions\FCOLSUB.cs" />
- <Compile Include="Field\JSM\Instructions\FMOVE.cs" />
- <Compile Include="Field\JSM\Instructions\FMOVEA.cs" />
- <Compile Include="Field\JSM\Instructions\FMOVEP.cs" />
- <Compile Include="Field\JSM\Instructions\FOLLOWOFF.cs" />
- <Compile Include="Field\JSM\Instructions\FOLLOWON.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEP.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEPCOPY.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEPCUT.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEPOFF.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEPOFFALL.cs" />
- <Compile Include="Field\JSM\Instructions\FOOTSTEPON.cs" />
- <Compile Include="Field\JSM\Instructions\GAMEOVER.cs" />
- <Compile Include="Field\JSM\Instructions\GETCARD.cs" />
- <Compile Include="Field\JSM\Instructions\GETDRESS.cs" />
- <Compile Include="Field\JSM\Instructions\GETHP.cs" />
- <Compile Include="Field\JSM\Instructions\GETINFO.cs" />
- <Compile Include="Field\JSM\Instructions\GETPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\GETTIMER.cs" />
- <Compile Include="Field\JSM\Instructions\GJMP.cs" />
- <Compile Include="Field\JSM\Instructions\HALT.cs" />
- <Compile Include="Field\JSM\Instructions\HIDE.cs" />
- <Compile Include="Field\JSM\Instructions\HOLD.cs" />
- <Compile Include="Field\JSM\Instructions\HOWMANYCARD.cs" />
- <Compile Include="Field\JSM\Instructions\IDLOCK.cs" />
- <Compile Include="Field\JSM\Instructions\IDUNLOCK.cs" />
- <Compile Include="Field\JSM\Instructions\IJsmInstruction.cs" />
- <Compile Include="Field\JSM\Instructions\IJumpToInstruction.cs" />
- <Compile Include="Field\JSM\Instructions\IJumpToOpcode.cs" />
- <Compile Include="Field\JSM\Instructions\INITSOUND.cs" />
- <Compile Include="Field\JSM\Instructions\INITTRACE.cs" />
- <Compile Include="Field\JSM\Instructions\IRET.cs" />
- <Compile Include="Field\JSM\Instructions\ISMEMBER.cs" />
- <Compile Include="Field\JSM\Instructions\ISPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\ISTOUCH.cs" />
- <Compile Include="Field\JSM\Instructions\JMP.cs" />
- <Compile Include="Field\JSM\Instructions\JOIN.cs" />
- <Compile Include="Field\JSM\Instructions\JPF.cs" />
- <Compile Include="Field\JSM\Instructions\JsmInstruction.cs" />
- <Compile Include="Field\JSM\Instructions\JUMP.cs" />
- <Compile Include="Field\JSM\Instructions\JUMP3.cs" />
- <Compile Include="Field\JSM\Instructions\JUNCTION.cs" />
- <Compile Include="Field\JSM\Instructions\KEY.cs" />
- <Compile Include="Field\JSM\Instructions\KEYON.cs" />
- <Compile Include="Field\JSM\Instructions\KEYON2.cs" />
- <Compile Include="Field\JSM\Instructions\KEYSCAN.cs" />
- <Compile Include="Field\JSM\Instructions\KEYSCAN2.cs" />
- <Compile Include="Field\JSM\Instructions\KEYSIGHNCHANGE.cs" />
- <Compile Include="Field\JSM\Instructions\KILLBAR.cs" />
- <Compile Include="Field\JSM\Instructions\KILLTIMER.cs" />
- <Compile Include="Field\JSM\Instructions\LADDERANIME.cs" />
- <Compile Include="Field\JSM\Instructions\LADDERDOWN.cs" />
- <Compile Include="Field\JSM\Instructions\LADDERDOWN2.cs" />
- <Compile Include="Field\JSM\Instructions\LADDERUP.cs" />
- <Compile Include="Field\JSM\Instructions\LADDERUP2.cs" />
- <Compile Include="Field\JSM\Instructions\LASTIN.cs" />
- <Compile Include="Field\JSM\Instructions\LASTOUT.cs" />
- <Compile Include="Field\JSM\Instructions\LBL.cs" />
- <Compile Include="Field\JSM\Instructions\LINEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\LINEON.cs" />
- <Compile Include="Field\JSM\Instructions\LOADSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\LOFFSET.cs" />
- <Compile Include="Field\JSM\Instructions\LOFFSETS.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLL.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLL2.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLL3.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLLA.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLLA2.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLLP.cs" />
- <Compile Include="Field\JSM\Instructions\LSCROLLP2.cs" />
- <Compile Include="Field\JSM\Instructions\LTURN.cs" />
- <Compile Include="Field\JSM\Instructions\LTURNL.cs" />
- <Compile Include="Field\JSM\Instructions\LTURNR.cs" />
- <Compile Include="Field\JSM\Instructions\MACCEL.cs" />
- <Compile Include="Field\JSM\Instructions\MAPFADEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\MAPFADEON.cs" />
- <Compile Include="Field\JSM\Instructions\MAPJUMP.cs" />
- <Compile Include="Field\JSM\Instructions\MAPJUMP3.cs" />
- <Compile Include="Field\JSM\Instructions\MAPJUMPO.cs" />
- <Compile Include="Field\JSM\Instructions\MAPJUMPOFF.cs" />
- <Compile Include="Field\JSM\Instructions\MAPJUMPON.cs" />
- <Compile Include="Field\JSM\Instructions\MENUDISABLE.cs" />
- <Compile Include="Field\JSM\Instructions\MENUENABLE.cs" />
- <Compile Include="Field\JSM\Instructions\MENUNAME.cs" />
- <Compile Include="Field\JSM\Instructions\MENUNORMAL.cs" />
- <Compile Include="Field\JSM\Instructions\MENUPHS.cs" />
- <Compile Include="Field\JSM\Instructions\MENUSAVE.cs" />
- <Compile Include="Field\JSM\Instructions\MENUSHOP.cs" />
- <Compile Include="Field\JSM\Instructions\MENUTIPS.cs" />
- <Compile Include="Field\JSM\Instructions\MENUTUTO.cs" />
- <Compile Include="Field\JSM\Instructions\MES.cs" />
- <Compile Include="Field\JSM\Instructions\MESFORCUS.cs" />
- <Compile Include="Field\JSM\Instructions\MESMODE.cs" />
- <Compile Include="Field\JSM\Instructions\MESSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\MESVAR.cs" />
- <Compile Include="Field\JSM\Instructions\MESW.cs" />
- <Compile Include="Field\JSM\Instructions\MLIMIT.cs" />
- <Compile Include="Field\JSM\Instructions\MOVE.cs" />
- <Compile Include="Field\JSM\Instructions\MOVEA.cs" />
- <Compile Include="Field\JSM\Instructions\MOVECANCEL.cs" />
- <Compile Include="Field\JSM\Instructions\MOVEFLUSH.cs" />
- <Compile Include="Field\JSM\Instructions\MOVESYNC.cs" />
- <Compile Include="Field\JSM\Instructions\MOVIE.cs" />
- <Compile Include="Field\JSM\Instructions\MOVIECUT.cs" />
- <Compile Include="Field\JSM\Instructions\MOVIEREADY.cs" />
- <Compile Include="Field\JSM\Instructions\MOVIESYNC.cs" />
- <Compile Include="Field\JSM\Instructions\MSPEED.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICCHANGE.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICLOAD.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICREPLAY.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICSKIP.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICSTATUS.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICSTOP.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICVOL.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICVOLFADE.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICVOLSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\MUSICVOLTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\NOP.cs" />
- <Compile Include="Field\JSM\Instructions\OFFSETSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\OPENEYES.cs" />
- <Compile Include="Field\JSM\Instructions\PARTICLEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\PARTICLEON.cs" />
- <Compile Include="Field\JSM\Instructions\PARTICLESET.cs" />
- <Compile Include="Field\JSM\Instructions\PCOPYINFO.cs" />
- <Compile Include="Field\JSM\Instructions\PCTURN.cs" />
- <Compile Include="Field\JSM\Instructions\PDIRA.cs" />
- <Compile Include="Field\JSM\Instructions\PGETINFO.cs" />
- <Compile Include="Field\JSM\Instructions\PHSENABLE.cs" />
- <Compile Include="Field\JSM\Instructions\PHSPOWER.cs" />
- <Compile Include="Field\JSM\Instructions\PJUMPA.cs" />
- <Compile Include="Field\JSM\Instructions\PLTURN.cs" />
- <Compile Include="Field\JSM\Instructions\PMOVEA.cs" />
- <Compile Include="Field\JSM\Instructions\PMOVECANCEL.cs" />
- <Compile Include="Field\JSM\Instructions\POLYCOLOR.cs" />
- <Compile Include="Field\JSM\Instructions\POLYCOLORALL.cs" />
- <Compile Include="Field\JSM\Instructions\POPANIME.cs" />
- <Compile Include="Field\JSM\Instructions\POPI_L.cs" />
- <Compile Include="Field\JSM\Instructions\POPM_B.cs" />
- <Compile Include="Field\JSM\Instructions\POPM_L.cs" />
- <Compile Include="Field\JSM\Instructions\POPM_W.cs" />
- <Compile Include="Field\JSM\Instructions\PREMAPJUMP.cs" />
- <Compile Include="Field\JSM\Instructions\PREMAPJUMP2.cs" />
- <Compile Include="Field\JSM\Instructions\PREQ.cs" />
- <Compile Include="Field\JSM\Instructions\PREQEW.cs" />
- <Compile Include="Field\JSM\Instructions\PREQSW.cs" />
- <Compile Include="Field\JSM\Instructions\PUSHANIME.cs" />
- <Compile Include="Field\JSM\Instructions\PUSHOFF.cs" />
- <Compile Include="Field\JSM\Instructions\PUSHON.cs" />
- <Compile Include="Field\JSM\Instructions\PUSHRADIUS.cs" />
- <Compile Include="Field\JSM\Instructions\RAMESW.cs" />
- <Compile Include="Field\JSM\Instructions\RANIME.cs" />
- <Compile Include="Field\JSM\Instructions\RANIMEKEEP.cs" />
- <Compile Include="Field\JSM\Instructions\RANIMELOOP.cs" />
- <Compile Include="Field\JSM\Instructions\RBGANIME.cs" />
- <Compile Include="Field\JSM\Instructions\RBGANIMELOOP.cs" />
- <Compile Include="Field\JSM\Instructions\RBGSHADELOOP.cs" />
- <Compile Include="Field\JSM\Instructions\RCANIME.cs" />
- <Compile Include="Field\JSM\Instructions\RCANIMEKEEP.cs" />
- <Compile Include="Field\JSM\Instructions\RCANIMELOOP.cs" />
- <Compile Include="Field\JSM\Instructions\RCMOVE.cs" />
- <Compile Include="Field\JSM\Instructions\REFRESHPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\REQ.cs" />
- <Compile Include="Field\JSM\Instructions\REQEW.cs" />
- <Compile Include="Field\JSM\Instructions\REQSW.cs" />
- <Compile Include="Field\JSM\Instructions\RESETGF.cs" />
- <Compile Include="Field\JSM\Instructions\REST.cs" />
- <Compile Include="Field\JSM\Instructions\RFACEDIR.cs" />
- <Compile Include="Field\JSM\Instructions\RFACEDIRA.cs" />
- <Compile Include="Field\JSM\Instructions\RFACEDIRI.cs" />
- <Compile Include="Field\JSM\Instructions\RFACEDIROFF.cs" />
- <Compile Include="Field\JSM\Instructions\RFACEDIRP.cs" />
- <Compile Include="Field\JSM\Instructions\RFMOVE.cs" />
- <Compile Include="Field\JSM\Instructions\RMOVE.cs" />
- <Compile Include="Field\JSM\Instructions\RMOVEA.cs" />
- <Compile Include="Field\JSM\Instructions\RND.cs" />
- <Compile Include="Field\JSM\Instructions\RPMOVEA.cs" />
- <Compile Include="Field\JSM\Instructions\RUNDISABLE.cs" />
- <Compile Include="Field\JSM\Instructions\RUNENABLE.cs" />
- <Compile Include="Field\JSM\Instructions\SARALYDISPOFF.cs" />
- <Compile Include="Field\JSM\Instructions\SARALYDISPON.cs" />
- <Compile Include="Field\JSM\Instructions\SARALYOFF.cs" />
- <Compile Include="Field\JSM\Instructions\SARALYON.cs" />
- <Compile Include="Field\JSM\Instructions\SAVEENABLE.cs" />
- <Compile Include="Field\JSM\Instructions\SCROLLMODE2.cs" />
- <Compile Include="Field\JSM\Instructions\SCROLLRATIO2.cs" />
- <Compile Include="Field\JSM\Instructions\SCROLLSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\SCROLLSYNC2.cs" />
- <Compile Include="Field\JSM\Instructions\SEALEDOFF.cs" />
- <Compile Include="Field\JSM\Instructions\SEPOS.cs" />
- <Compile Include="Field\JSM\Instructions\SEPOSTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\SESTOP.cs" />
- <Compile Include="Field\JSM\Instructions\SET.cs" />
- <Compile Include="Field\JSM\Instructions\SET3.cs" />
- <Compile Include="Field\JSM\Instructions\SETBAR.cs" />
- <Compile Include="Field\JSM\Instructions\SETBATTLEMUSIC.cs" />
- <Compile Include="Field\JSM\Instructions\SETCAMERA.cs" />
- <Compile Include="Field\JSM\Instructions\SETCARD.cs" />
- <Compile Include="Field\JSM\Instructions\SETDCAMERA.cs" />
- <Compile Include="Field\JSM\Instructions\SETDRAWPOINT.cs" />
- <Compile Include="Field\JSM\Instructions\SETDRESS.cs" />
- <Compile Include="Field\JSM\Instructions\SETGETA.cs" />
- <Compile Include="Field\JSM\Instructions\SETHP.cs" />
- <Compile Include="Field\JSM\Instructions\SETLINE.cs" />
- <Compile Include="Field\JSM\Instructions\SETMESSPEED.cs" />
- <Compile Include="Field\JSM\Instructions\SETMODEL.cs" />
- <Compile Include="Field\JSM\Instructions\SETODIN.cs" />
- <Compile Include="Field\JSM\Instructions\SETPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\SETPARTY2.cs" />
- <Compile Include="Field\JSM\Instructions\SETPC.cs" />
- <Compile Include="Field\JSM\Instructions\SETPLACE.cs" />
- <Compile Include="Field\JSM\Instructions\SETROOTTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\SETTIMER.cs" />
- <Compile Include="Field\JSM\Instructions\SETVIBRATE.cs" />
- <Compile Include="Field\JSM\Instructions\SETWITCH.cs" />
- <Compile Include="Field\JSM\Instructions\SEVOL.cs" />
- <Compile Include="Field\JSM\Instructions\SEVOLTRANS.cs" />
- <Compile Include="Field\JSM\Instructions\SHADEFORM.cs" />
- <Compile Include="Field\JSM\Instructions\SHADELEVEL.cs" />
- <Compile Include="Field\JSM\Instructions\SHADESET.cs" />
- <Compile Include="Field\JSM\Instructions\SHADETIMER.cs" />
- <Compile Include="Field\JSM\Instructions\SHAKE.cs" />
- <Compile Include="Field\JSM\Instructions\SHAKEOFF.cs" />
- <Compile Include="Field\JSM\Instructions\SHOW.cs" />
- <Compile Include="Field\JSM\Instructions\SPLIT.cs" />
- <Compile Include="Field\JSM\Instructions\SPUREADY.cs" />
- <Compile Include="Field\JSM\Instructions\SPUSYNC.cs" />
- <Compile Include="Field\JSM\Instructions\STOPVIBRATE.cs" />
- <Compile Include="Field\JSM\Instructions\SUBMEMBER.cs" />
- <Compile Include="Field\JSM\Instructions\SUBPARTY.cs" />
- <Compile Include="Field\JSM\Instructions\SWAP.cs" />
- <Compile Include="Field\JSM\Instructions\TALKOFF.cs" />
- <Compile Include="Field\JSM\Instructions\TALKON.cs" />
- <Compile Include="Field\JSM\Instructions\TALKRADIUS.cs" />
- <Compile Include="Field\JSM\Instructions\TCOLADD.cs" />
- <Compile Include="Field\JSM\Instructions\TCOLSUB.cs" />
- <Compile Include="Field\JSM\Instructions\THROUGHOFF.cs" />
- <Compile Include="Field\JSM\Instructions\THROUGHON.cs" />
- <Compile Include="Field\JSM\Instructions\TUTO.cs" />
- <Compile Include="Field\JSM\Instructions\UCOFF.cs" />
- <Compile Include="Field\JSM\Instructions\UCON.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown1.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown10.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown11.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown12.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown13.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown14.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown15.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown16.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown2.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown3.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown4.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown5.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown6.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown7.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown8.cs" />
- <Compile Include="Field\JSM\Instructions\Unknown9.cs" />
- <Compile Include="Field\JSM\Instructions\UNUSE.cs" />
- <Compile Include="Field\JSM\Instructions\USE.cs" />
- <Compile Include="Field\JSM\Instructions\WAIT.cs" />
- <Compile Include="Field\JSM\Instructions\WHERECARD.cs" />
- <Compile Include="Field\JSM\Instructions\WHOAMI.cs" />
- <Compile Include="Field\JSM\Instructions\WINCLOSE.cs" />
- <Compile Include="Field\JSM\Instructions\WINSIZE.cs" />
- <Compile Include="Field\JSM\Instructions\WORLDMAPJUMP.cs" />
- <Compile Include="Field\JSM\Types\Jsm.Character.cs" />
- <Compile Include="Field\JSM\Types\Jsm.Global.cs" />
- <Compile Include="Field\JSM\Types\Jsm.Opcode.cs" />
- <Compile Include="Field\MSD\Msd.Reader.cs" />
- <Compile Include="Field\ScriptFormatter\FieldScriptFormatter.cs" />
- <Compile Include="Field\ScriptFormatter\FormattedObject.cs" />
- <Compile Include="Field\ScriptFormatter\ScriptFormatterContext.cs" />
- <Compile Include="Field\SYM\Sym.GameObject.cs" />
- <Compile Include="Field\SYM\Sym.GameObjects.cs" />
- <Compile Include="Field\SYM\Sym.Reader.cs" />
- <Compile Include="Font.cs" />
- <Compile Include="Game1.cs" />
- <Compile Include="GFs.cs" />
- <Compile Include="AV\init_debugger_Audio.cs" />
- <Compile Include="Kernel\Kernel_bin.Abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Ability.cs" />
- <Compile Include="Kernel\Kernel_bin.AbilityFlags2.cs" />
- <Compile Include="Kernel\Kernel_bin.Attack_Flags.cs" />
- <Compile Include="Kernel\Kernel_bin.Attack_Type.cs" />
- <Compile Include="Kernel\Kernel_bin.Battle_Commands.cs" />
- <Compile Include="Kernel\Kernel_bin.Battle_Items.cs" />
- <Compile Include="Kernel\Kernel_bin.Battle_Only_Statuses.cs" />
- <Compile Include="Kernel\Kernel_bin.Blue_magic_Quistis_limit_break.cs" />
- <Compile Include="Kernel\Kernel_bin.CharacterAbilityFlags.cs" />
- <Compile Include="Kernel\Kernel_bin.Character_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Character_Stats.cs" />
- <Compile Include="Kernel\Kernel_bin.Command_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Command_ability_data.cs" />
- <Compile Include="Kernel\Kernel_bin.cs" />
- <Compile Include="Kernel\Kernel_bin.Devour.cs" />
- <Compile Include="Kernel\Kernel_bin.Duel_Zell_limit_break.cs" />
- <Compile Include="Kernel\Kernel_bin.Element.cs" />
- <Compile Include="Kernel\Kernel_bin.Enemy_Attacks_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Equipable_Abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Gender.cs" />
- <Compile Include="Kernel\Kernel_bin.GF_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.JunctionAbilityFlags.cs" />
- <Compile Include="Kernel\Kernel_bin.Junctionable_GFs_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Junction_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.J_Statuses.cs" />
- <Compile Include="Kernel\Kernel_bin.Magic_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Magic_ID.cs" />
- <Compile Include="Kernel\Kernel_bin.Menu_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Misc_section.cs" />
- <Compile Include="Kernel\Kernel_bin.Misc_text_pointers.cs" />
- <Compile Include="Kernel\Kernel_bin.Non_battle_Items_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Non_Junctionable_GFs_Attacks_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Party_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Persistant_Statuses.cs" />
- <Compile Include="Kernel\Kernel_bin.Quanity.cs" />
- <Compile Include="Kernel\Kernel_bin.Quistis_limit_break_parameters.cs" />
- <Compile Include="Kernel\Kernel_bin.Renzokeken_Level.cs" />
- <Compile Include="Kernel\Kernel_bin.Renzokuken_Finishers_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Rinoa_limit_breaks_part_1.cs" />
- <Compile Include="Kernel\Kernel_bin.Rinoa_limit_breaks_part_2.cs" />
- <Compile Include="Kernel\Kernel_bin.Selphie_limit_break_sets.cs" />
- <Compile Include="Kernel\Kernel_bin.Shot_Irvine_limit_break.cs" />
- <Compile Include="Kernel\Kernel_bin.Slot.cs" />
- <Compile Include="Kernel\Kernel_bin.Slot_array.cs" />
- <Compile Include="Kernel\Kernel_bin.Stat.cs" />
- <Compile Include="Kernel\Kernel_bin.StatFlags.cs" />
- <Compile Include="Kernel\Kernel_bin.Stat_percent_abilities.cs" />
- <Compile Include="Kernel\Kernel_bin.Target.cs" />
- <Compile Include="Kernel\Kernel_bin.Temporary_character_limit_breaks.cs" />
- <Compile Include="Kernel\Kernel_bin.Weapons_Data.cs" />
- <Compile Include="Kernel\Kernel_bin.Zell_limit_break_parameters.cs" />
- <Compile Include="Loc.cs" />
- <Compile Include="Archive\LZSS.cs" />
- <Compile Include="Memory.cs" />
- <Compile Include="Menu\Images\Cards.cs" />
- <Compile Include="Menu\Images\Cards.ID.cs" />
- <Compile Include="Menu\Images\Faces.cs" />
- <Compile Include="Menu\Images\Faces.ID.cs" />
- <Compile Include="Menu\Images\Icons.cs" />
- <Compile Include="Menu\Images\Icons.ID.cs" />
- <Compile Include="Menu\Images\Icons.InsertCustomEntries.cs" />
- <Compile Include="Menu\IGM\IGM.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_Clock.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_Footer.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_Header.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_NonParty.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_Party.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_PartyGroup.cs" />
- <Compile Include="Menu\IGM\IGMData\IGMData_SideMenu.cs" />
- <Compile Include="Menu\IGM_Items\IGMData\IGMData_Statuses.cs" />
- <Compile Include="Menu\IGM_Items\IGMData\IGMData_TargetPool.cs" />
- <Compile Include="Menu\IGM_Items\IGMData\IGMData_TopMenu.cs" />
- <Compile Include="Menu\IGM_Items\IGM_Items.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Abilities_AbilityPool.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Abilities_CommandPool.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Abilities_Group.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_CharacterInfo.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_ConfirmChanges.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_ConfirmRemAll.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_ConfirmRemMag.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_GF_Group.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_GF_Junctioned.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_EL_A_D_Slots.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_EL_A_Values.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_EL_D_Values.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_Group.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_PageTitle.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_Stat_Slots.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_ST_A_D_Slots.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_ST_A_Values.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Mag_ST_D_Values.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Slots.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_TopMenu.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_TopMenu_Auto.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_TopMenu_Junction.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_TopMenu_Off.cs" />
- <Compile Include="Menu\IGM_Junction\IGMData\IGMData_Values.cs" />
- <Compile Include="Menu\IGM_Junction\IGM_Junction.cs" />
- <Compile Include="Menu\IGM_Items\Items_In_Menu.cs" />
- <Compile Include="Menu\Images\Magazine.cs" />
- <Compile Include="Menu\Images\Magazine.ID.cs" />
- <Compile Include="Menu\Images\Magazine.InsertCustomEntries.cs" />
- <Compile Include="Menu\Menu.cs" />
- <Compile Include="Menu\Debug\Module_card_test.cs" />
- <Compile Include="Menu\Debug\Module_face_test.cs" />
- <Compile Include="Menu\Debug\Module_icon_test.cs" />
- <Compile Include="Menu\Cursor_Status.cs" />
- <Compile Include="Menu\Table_Options.cs" />
- <Compile Include="PointEx.cs" />
- <Compile Include="Strings\Name.cs" />
- <Compile Include="Strings\Stringfile.cs" />
- <Compile Include="Strings\Strings.Areames.cs" />
- <Compile Include="Strings\Strings.cs" />
- <Compile Include="ModuleHandler.cs" />
- <Compile Include="AV\module_movie_test.cs" />
- <Compile Include="module_overture_debug.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Saves\Saves.CharacterData.cs" />
- <Compile Include="Saves\Saves.ChocoboWorld.cs" />
- <Compile Include="Saves\Saves.Costume.cs" />
- <Compile Include="Saves\Saves.cs" />
- <Compile Include="Saves\Saves.Data.cs" />
- <Compile Include="Saves\Saves.FieldVars.cs" />
- <Compile Include="Saves\Saves.GFData.cs" />
- <Compile Include="Saves\Saves.GFs.cs" />
- <Compile Include="Saves\Saves.Item.cs" />
- <Compile Include="Saves\Saves.Shop.cs" />
- <Compile Include="Saves\Saves.TripleTriad.cs" />
- <Compile Include="Saves\Saves.Worldmap.cs" />
- <Compile Include="Sources\Environment\Build\BuildEnvironment.cs" />
- <Compile Include="Sources\Environment\Game\Location\GameLocation.cs" />
- <Compile Include="Sources\Environment\Game\Location\HardcodedGameLocationProvider.cs" />
- <Compile Include="Sources\Environment\Game\Location\IGameLocationProvider.cs" />
- <Compile Include="Sources\Environment\Game\Location\LinuxGameLocationProvider.cs" />
- <Compile Include="Sources\Environment\Game\Location\WindowsGameLocationProvider.cs" />
- <Compile Include="Sources\Environment\Runtime\RuntimeEnvironment.cs" />
- <Compile Include="Sources\Environment\Runtime\RuntimePlatform.cs" />
- <Compile Include="Sources\Exceptions\ExceptionList.cs" />
- <Compile Include="Sources\MonoGame\Hooks\IMonoGameHook.cs" />
- <Compile Include="Sources\MonoGame\Hooks\MonoGameHooks.cs" />
- <Compile Include="Sources\MonoGame\Hooks\OpenALWindowsHook.cs" />
- <Compile Include="Sources\NetFramework\TypeExtensionMethods.cs" />
- <Compile Include="Menu\Images\SP2.cs" />
- <Compile Include="Strings\Strings.Kernel.cs" />
- <Compile Include="Strings\StringsBase.cs" />
- <Compile Include="Image\TEX.cs" />
- <Compile Include="Image\TextureHandler.cs" />
- <Compile Include="Image\TIM2.cs" />
- <Compile Include="World\CharaOne.cs" />
- <Compile Include="World\debug_MCH.cs" />
- <Compile Include="World\module_world_debug.cs" />
- <Compile Include="World\rail.cs" />
- <Compile Include="World\texl.cs" />
- <Compile Include="World\wm2field.cs" />
- <Compile Include="World\wmset.cs" />
- </ItemGroup>
- <ItemGroup>
- <MonoGameContentReference Include="Content\Content.mgcb" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="x64\avcodec-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\avdevice-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\avfilter-7.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\avformat-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\avutil-56.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\glib-2.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libcharset.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libFLAC-8.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libfluidsynth-2.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libglib-2.0-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libgmodule-2.0-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libgobject-2.0-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libgthread-2.0-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libiconv.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libinstpatch-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libintl-8.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libintl.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libogg-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libpcre-1.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libreadline7.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libsndfile-1.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libspeex-1.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libvorbis-0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libvorbisenc-2.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\libwinpthread-1.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\NAudio.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\NAudio.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\pcre.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\postproc-55.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\swresample-3.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\swscale-5.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\avcodec-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\avdevice-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\avfilter-7.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\avformat-58.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\avutil-56.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\postproc-55.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\swresample-3.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\swscale-5.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <None Include="FFmpeg.AutoGen.dll.config">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="packages.config" />
- <Compile Include="Strings\Strings.Mngrp.cs" />
- <Compile Include="Strings\Strings.Namedic.cs" />
- <None Include="x64\libfluidsynth-2.so">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="x64\libfluidsynth.so.2">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="x64\libfluidsynth.so.2.1.2">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <ProjectReference Include="..\Encoding\Encoding.csproj">
- <Project>{a9b33bf4-9b03-4e3d-bf6a-181521046ee8}</Project>
- <Name>Encoding</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <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')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <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>
- </PropertyGroup>
- <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'))" />
- </Target>
- </Project>
|