| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E23A12F6-73DC-4933-903B-2DC0765ED19B}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>FF8</RootNamespace>
- <AssemblyName>FF8</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <MonoGamePlatform>Windows</MonoGamePlatform>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\</OutputPath>
- <DefineConstants>_WINDOWS;DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <LangVersion>7.2</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
- <DefineConstants>_WINDOWS</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\</OutputPath>
- <DefineConstants>_WINDOWS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <LangVersion>7.2</LangVersion>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Icon.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationManifest>app.manifest</ApplicationManifest>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\DebugLinux\</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;_WINDOWS,_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>_WINDOWS;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\DebugLinux\</OutputPath>
- <DefineConstants>DEBUG;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\DebugWindows\</OutputPath>
- <DefineConstants>DEBUG;_WINDOWS</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\DebugWindows\</OutputPath>
- <DefineConstants>DEBUG;_WINDOWS;_X64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.2</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="ArchiveSearch.cs" />
- <Compile Include="ArchiveWorker.cs" />
- <Compile Include="DirtyEncoder.cs" />
- <Compile Include="Menu\Cards.cs" />
- <Compile Include="Menu\Cards.ID.cs" />
- <Compile Include="EntryGroup.cs" />
- <Compile Include="Menu\Faces.ID.cs" />
- <Compile Include="Menu\Icons.ID.cs" />
- <Compile Include="Menu\Icons.InsertCustomEntries.cs" />
- <Compile Include="Menu\Magazine.cs" />
- <Compile Include="Menu\Magazine.InsertCustomEntries.cs" />
- <Compile Include="Menu\Magazine.ID.cs" />
- <Compile Include="Menu\Strings.cs" />
- <Compile Include="Menu\Module_card_test.cs" />
- <Compile Include="Menu\Module_main_menu_debug.Item.cs" />
- <Compile Include="Menu\Module_main_menu_Loading.cs" />
- <Compile Include="Menu\Module_main_menu_MainLobby.cs" />
- <Compile Include="Menu\Module_main_menu_DebugLobby.cs" />
- <Compile Include="Saves.cs" />
- <Compile Include="Sources\Environment\Game\Location\GameLocation.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\Environment\Build\BuildEnvironment.cs" />
- <Compile Include="World\debug_MCH.cs" />
- <Compile Include="Entry.cs" />
- <Compile Include="ExtapathyExtended.cs" />
- <Compile Include="Menu\Faces.cs" />
- <Compile Include="Ffcc.cs" />
- <Compile Include="FfccVaribleGroup.cs" />
- <Compile Include="FFmpegBinariesHelper.cs" />
- <Compile Include="Font.cs" />
- <Compile Include="Game1.cs" />
- <Compile Include="Menu\Icons.cs" />
- <Compile Include="init_debugger_Audio.cs" />
- <Compile Include="Battle\init_debugger_battle.cs" />
- <Compile Include="init_debugger_fields.cs" />
- <Compile Include="Input.cs" />
- <Compile Include="Loc.cs" />
- <Compile Include="LZSS.cs" />
- <Compile Include="MakiExtended.cs" />
- <Compile Include="Memory.cs" />
- <Compile Include="ModuleHandler.cs" />
- <Compile Include="Battle\module_battle.cs" />
- <Compile Include="Battle\module_battle_Debug.cs" />
- <Compile Include="Menu\Module_face_test.cs" />
- <Compile Include="module_field_debug.cs" />
- <Compile Include="Menu\Module_icon_test.cs" />
- <Compile Include="Menu\module_main_menu_debug.cs" />
- <Compile Include="module_movie_test.cs" />
- <Compile Include="module_overture_debug.cs" />
- <Compile Include="World\module_world_debug.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="PseudoBufferedStream.cs" />
- <Compile Include="Sources\Environment\Game\Location\HardcodedGameLocationProvider.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="SP2.cs" />
- <Compile Include="TEX.cs" />
- <Compile Include="TextureHandler.cs" />
- <Compile Include="TIM2.cs" />
- <Compile Include="Battle\debug_battleDat.cs" />
- <Compile Include="WindowsDebugger.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WindowsDebugger.Designer.cs">
- <DependentUpon>WindowsDebugger.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="DirectMidiNet">
- <HintPath>..\DirectMidiNet.dll</HintPath>
- </Reference>
- <Reference Include="FFmpeg.AutoGen, Version=4.1.0.4, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
- <HintPath>..\packages\FFmpeg.AutoGen.4.1.0.4\lib\net45\FFmpeg.AutoGen.dll</HintPath>
- </Reference>
- <Reference Include="NAudio, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NAudio.1.8.5\lib\net35\NAudio.dll</HintPath>
- </Reference>
- <Reference Include="NAudio.Vorbis, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NAudio.Vorbis.1.0.0.0\lib\net35\NAudio.Vorbis.dll</HintPath>
- </Reference>
- <Reference Include="NVorbis, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NVorbis.0.8.6\lib\net35\NVorbis.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="MonoGame.Framework">
- <HintPath>..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\lib\net45\MonoGame.Framework.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Icon.ico" />
- <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\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>
- <MonoGameContentReference Include="Content\Content.mgcb" />
- <None Include="App.config" />
- <None Include="app.manifest" />
- <None Include="FFmpeg.AutoGen.dll.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.6">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="WindowsDebugger.resx">
- <DependentUpon>WindowsDebugger.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <Import Project="..\packages\MonoGame.Framework.DesktopGL.Core.3.7.0.7\build\MonoGame.Framework.DesktopGL.Core.targets" Condition="Exists('..\packages\MonoGame.Framework.DesktopGL.Core.3.7.0.7\build\MonoGame.Framework.DesktopGL.Core.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')" />
- </Project>
|