275 lines
14 KiB
XML
275 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<ProjectGuid>{1F8AB1B4-DAFB-4D6E-BF1E-F802FF5A52EE}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>$(SolutionDir)build\bin-$(Platform)-$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\obj-$(Platform)-$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>$(SolutionDir)build\bin-$(Platform)-$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\obj-$(Platform)-$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>$(SolutionDir)build\bin-$(Platform)-$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\obj-$(Platform)-$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(SolutionDir)build\bin-$(Platform)-$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\obj-$(Platform)-$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Console</SubSystem>
|
|
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\third_party\gl_core\gl_core_3_1.c" />
|
|
<ClCompile Include="config.c" />
|
|
<ClCompile Include="glsl_shader.c" />
|
|
<ClCompile Include="main.c" />
|
|
<ClCompile Include="opengl.c" />
|
|
<ClCompile Include="platform\win32\volume_control.c" />
|
|
<ClCompile Include="sm_80.c" />
|
|
<ClCompile Include="sm_81.c" />
|
|
<ClCompile Include="sm_82.c" />
|
|
<ClCompile Include="sm_84.c" />
|
|
<ClCompile Include="sm_85.c" />
|
|
<ClCompile Include="sm_86.c" />
|
|
<ClCompile Include="sm_87.c" />
|
|
<ClCompile Include="sm_88.c" />
|
|
<ClCompile Include="sm_89.c" />
|
|
<ClCompile Include="sm_8b.c">
|
|
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdc17</LanguageStandard_C>
|
|
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdc17</LanguageStandard_C>
|
|
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdc17</LanguageStandard_C>
|
|
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Release|x64'">stdc17</LanguageStandard_C>
|
|
</ClCompile>
|
|
<ClCompile Include="sm_8d.c" />
|
|
<ClCompile Include="sm_8f.c" />
|
|
<ClCompile Include="sm_90.c" />
|
|
<ClCompile Include="sm_91.c" />
|
|
<ClCompile Include="sm_92.c" />
|
|
<ClCompile Include="sm_93.c" />
|
|
<ClCompile Include="sm_94.c" />
|
|
<ClCompile Include="sm_9b.c" />
|
|
<ClCompile Include="sm_a0.c" />
|
|
<ClCompile Include="sm_a2.c" />
|
|
<ClCompile Include="sm_a3.c" />
|
|
<ClCompile Include="sm_a4.c" />
|
|
<ClCompile Include="sm_a5.c" />
|
|
<ClCompile Include="sm_a6.c" />
|
|
<ClCompile Include="sm_a7.c" />
|
|
<ClCompile Include="sm_a8.c" />
|
|
<ClCompile Include="sm_a9.c" />
|
|
<ClCompile Include="sm_aa.c" />
|
|
<ClCompile Include="sm_ad.c" />
|
|
<ClCompile Include="sm_b2.c" />
|
|
<ClCompile Include="sm_b3.c" />
|
|
<ClCompile Include="sm_b4.c" />
|
|
<ClCompile Include="sm_cpu_infra.c" />
|
|
<ClCompile Include="sm_rtl.c" />
|
|
<ClCompile Include="snes\apu.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\cart.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\cpu.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\dma.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\dsp.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\input.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\ppu.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="snes\snes.c" />
|
|
<ClCompile Include="snes\snes_other.c" />
|
|
<ClCompile Include="snes\spc.c">
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization>
|
|
</ClCompile>
|
|
<ClCompile Include="spc_player.c" />
|
|
<ClCompile Include="tracing.c" />
|
|
<ClCompile Include="util.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\third_party\gl_core\gl_core_3_1.h" />
|
|
<ClInclude Include="config.h" />
|
|
<ClInclude Include="enemy_defs.h" />
|
|
<ClInclude Include="enemy_types.h" />
|
|
<ClInclude Include="features.h" />
|
|
<ClInclude Include="funcs.h" />
|
|
<ClInclude Include="glsl_shader.h" />
|
|
<ClInclude Include="ida_types.h" />
|
|
<ClInclude Include="sm_cpu_infra.h" />
|
|
<ClInclude Include="sm_rtl.h" />
|
|
<ClInclude Include="snes\apu.h" />
|
|
<ClInclude Include="snes\cart.h" />
|
|
<ClInclude Include="snes\cpu.h" />
|
|
<ClInclude Include="snes\dma.h" />
|
|
<ClInclude Include="snes\dsp.h" />
|
|
<ClInclude Include="snes\dsp_regs.h" />
|
|
<ClInclude Include="snes\input.h" />
|
|
<ClInclude Include="snes\ppu.h" />
|
|
<ClInclude Include="snes\saveload.h" />
|
|
<ClInclude Include="snes\snes.h" />
|
|
<ClInclude Include="snes\spc.h" />
|
|
<ClInclude Include="spc_player.h" />
|
|
<ClInclude Include="tracing.h" />
|
|
<ClInclude Include="types.h" />
|
|
<ClInclude Include="util.h" />
|
|
<ClInclude Include="variables.h" />
|
|
<ClInclude Include="variables_extra.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\packages\sdl2.nuget.redist.2.26.3\build\native\sdl2.nuget.redist.targets" Condition="Exists('..\packages\sdl2.nuget.redist.2.26.3\build\native\sdl2.nuget.redist.targets')" />
|
|
<Import Project="..\packages\sdl2.nuget.2.26.3\build\native\sdl2.nuget.targets" Condition="Exists('..\packages\sdl2.nuget.2.26.3\build\native\sdl2.nuget.targets')" />
|
|
</ImportGroup>
|
|
<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\sdl2.nuget.redist.2.26.3\build\native\sdl2.nuget.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\sdl2.nuget.redist.2.26.3\build\native\sdl2.nuget.redist.targets'))" />
|
|
<Error Condition="!Exists('..\packages\sdl2.nuget.2.26.3\build\native\sdl2.nuget.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\sdl2.nuget.2.26.3\build\native\sdl2.nuget.targets'))" />
|
|
</Target>
|
|
</Project> |