mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			470 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			470 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="DebugFast|Win32">
 | |
|       <Configuration>DebugFast</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="DebugFast|x64">
 | |
|       <Configuration>DebugFast</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="ReleaseLTCG|Win32">
 | |
|       <Configuration>ReleaseLTCG</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="ReleaseLTCG|x64">
 | |
|       <Configuration>ReleaseLTCG</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|Win32">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="glslang\CInterface\glslang_c_interface.cpp" />
 | |
|     <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
 | |
|     <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\attribute.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\iomapper.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\limits.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\linkValidate.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\ParseContextBase.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\propagateNoContraction.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\reflection.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
 | |
|     <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
 | |
|     <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
 | |
|     <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
 | |
|     <ClCompile Include="SPIRV\disassemble.cpp" />
 | |
|     <ClCompile Include="SPIRV\doc.cpp" />
 | |
|     <ClCompile Include="SPIRV\GlslangToSpv.cpp" />
 | |
|     <ClCompile Include="SPIRV\InReadableOrder.cpp" />
 | |
|     <ClCompile Include="SPIRV\Logger.cpp" />
 | |
|     <ClCompile Include="SPIRV\SpvBuilder.cpp" />
 | |
|     <ClCompile Include="SPIRV\SpvPostProcess.cpp" />
 | |
|     <ClCompile Include="SPIRV\SPVRemapper.cpp" />
 | |
|     <ClCompile Include="SPIRV\SpvTools.cpp" />
 | |
|     <ClCompile Include="StandAlone\ResourceLimits.cpp" />
 | |
|     <ClCompile Include="StandAlone\resource_limits_c.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="glslang\Include\arrays.h" />
 | |
|     <ClInclude Include="glslang\Include\BaseTypes.h" />
 | |
|     <ClInclude Include="glslang\Include\Common.h" />
 | |
|     <ClInclude Include="glslang\Include\ConstantUnion.h" />
 | |
|     <ClInclude Include="glslang\Include\glslang_c_interface.h" />
 | |
|     <ClInclude Include="glslang\Include\glslang_c_shader_types.h" />
 | |
|     <ClInclude Include="glslang\Include\InfoSink.h" />
 | |
|     <ClInclude Include="glslang\Include\InitializeGlobals.h" />
 | |
|     <ClInclude Include="glslang\Include\intermediate.h" />
 | |
|     <ClInclude Include="glslang\Include\PoolAlloc.h" />
 | |
|     <ClInclude Include="glslang\Include\ResourceLimits.h" />
 | |
|     <ClInclude Include="glslang\Include\revision.h" />
 | |
|     <ClInclude Include="glslang\Include\ShHandle.h" />
 | |
|     <ClInclude Include="glslang\Include\Types.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\attribute.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\gl_types.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\iomapper.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\LiveTraverser.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\parseVersions.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\propagateNoContraction.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\reflection.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\Scan.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\ScanContext.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
 | |
|     <ClInclude Include="glslang\MachineIndependent\Versions.h" />
 | |
|     <ClInclude Include="glslang\OSDependent\osinclude.h" />
 | |
|     <ClInclude Include="glslang\Public\ShaderLang.h" />
 | |
|     <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
 | |
|     <ClInclude Include="SPIRV\bitutils.h" />
 | |
|     <ClInclude Include="SPIRV\disassemble.h" />
 | |
|     <ClInclude Include="SPIRV\doc.h" />
 | |
|     <ClInclude Include="SPIRV\GLSL.ext.AMD.h" />
 | |
|     <ClInclude Include="SPIRV\GLSL.ext.EXT.h" />
 | |
|     <ClInclude Include="SPIRV\GLSL.ext.KHR.h" />
 | |
|     <ClInclude Include="SPIRV\GLSL.ext.NV.h" />
 | |
|     <ClInclude Include="SPIRV\GLSL.std.450.h" />
 | |
|     <ClInclude Include="SPIRV\GlslangToSpv.h" />
 | |
|     <ClInclude Include="SPIRV\hex_float.h" />
 | |
|     <ClInclude Include="SPIRV\Logger.h" />
 | |
|     <ClInclude Include="SPIRV\NonSemanticDebugPrintf.h" />
 | |
|     <ClInclude Include="SPIRV\spirv.hpp" />
 | |
|     <ClInclude Include="SPIRV\SpvBuilder.h" />
 | |
|     <ClInclude Include="SPIRV\spvIR.h" />
 | |
|     <ClInclude Include="SPIRV\SPVRemapper.h" />
 | |
|     <ClInclude Include="SPIRV\SpvTools.h" />
 | |
|     <ClInclude Include="StandAlone\DirStackFileIncluder.h" />
 | |
|     <ClInclude Include="StandAlone\ResourceLimits.h" />
 | |
|     <ClInclude Include="StandAlone\resource_limits_c.h" />
 | |
|     <ClInclude Include="StandAlone\Worklist.h" />
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{7F909E29-4808-4BD9-A60C-56C51A3AAEC2}</ProjectGuid>
 | |
|     <Keyword>Win32Proj</Keyword>
 | |
|     <RootNamespace>glslang</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|     <SpectreMitigation>false</SpectreMitigation>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|     <SpectreMitigation>false</SpectreMitigation>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|     <SpectreMitigation>false</SpectreMitigation>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|     <SpectreMitigation>false</SpectreMitigation>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="PropertySheets">
 | |
|     <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 Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'" Label="PropertySheets">
 | |
|     <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\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'">
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib32-debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib64-debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_ITERATOR_DEBUG_LEVEL=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUGFAST;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <SupportJustMyCode>false</SupportJustMyCode>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib32-debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_ITERATOR_DEBUG_LEVEL=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUGFAST;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <SupportJustMyCode>false</SupportJustMyCode>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib64-debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|       <LanguageStandard>stdcpp14</LanguageStandard>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(SolutionDir)dep\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Lib />
 | |
|   </ItemDefinitionGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> | 
