2016-05-07 22:49:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-01-17 16:55:30 +01:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-05-07 22:49:54 +02:00
|
|
|
<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>
|
2017-04-09 05:40:54 +02:00
|
|
|
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
|
|
|
<Configuration>RelWithDebInfo</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
|
|
|
<Configuration>RelWithDebInfo</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-05-07 22:49:54 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{CB5EDAC6-C090-40B5-84F2-BA6269261539}</ProjectGuid>
|
|
|
|
|
<RootNamespace>Engine</RootNamespace>
|
2019-01-17 16:55:30 +01:00
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2016-05-07 22:49:54 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2017-04-09 05:40:54 +02:00
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2016-05-07 22:49:54 +02:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-01-17 16:55:30 +01:00
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2017-04-09 05:40:54 +02:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2016-05-07 22:49:54 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2017-04-09 05:40:54 +02:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2016-05-07 22:49:54 +02:00
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-01-17 16:55:30 +01:00
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-05-07 22:49:54 +02:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2016-06-03 00:01:06 +02:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2016-05-07 22:49:54 +02:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-01-17 16:55:30 +01:00
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-06-03 00:01:06 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2016-05-07 22:49:54 +02:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2017-04-09 05:40:54 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-01-17 16:55:30 +01:00
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2017-04-09 05:40:54 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2016-05-07 22:49:54 +02:00
|
|
|
<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>
|
2017-04-09 05:40:54 +02:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2016-05-07 22:49:54 +02:00
|
|
|
<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>
|
2017-04-09 05:40:54 +02:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2016-07-19 07:41:07 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</IntDir>
|
2017-04-09 05:40:54 +02:00
|
|
|
<IncludePath>C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared;C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\um;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86;$(LibraryPath)</LibraryPath>
|
2016-06-03 00:01:06 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-07-19 07:41:07 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</IntDir>
|
2017-04-09 05:40:54 +02:00
|
|
|
<IncludePath>C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared;C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\um;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86;$(LibraryPath)</LibraryPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</IntDir>
|
|
|
|
|
<IncludePath>C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared;C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\um;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86;$(LibraryPath)</LibraryPath>
|
2016-06-03 00:01:06 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2016-05-07 22:49:54 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(ConfigurationName)\</IntDir>
|
2017-04-09 05:40:54 +02:00
|
|
|
<IncludePath>C:\Program Files (x86)\Windows Kits\8.1\Include\shared;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86;$(LibraryPath)</LibraryPath>
|
2016-05-07 22:49:54 +02:00
|
|
|
</PropertyGroup>
|
2016-06-03 00:01:06 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2016-05-07 22:49:54 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(ConfigurationName)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2017-04-09 05:40:54 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(ConfigurationName)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2016-05-07 22:49:54 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
2016-07-19 07:41:07 +02:00
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
2016-05-07 22:49:54 +02:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<CallingConvention>StdCall</CallingConvention>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2016-07-20 02:01:40 +02:00
|
|
|
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
|
2016-05-07 22:49:54 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2016-06-03 00:01:06 +02:00
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<EnforceTypeConversionRules>false</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2016-05-07 22:49:54 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2017-04-09 05:40:54 +02:00
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<SDLCheck>
|
|
|
|
|
</SDLCheck>
|
|
|
|
|
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
2016-05-07 22:49:54 +02:00
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-07-19 07:41:07 +02:00
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2016-05-07 22:49:54 +02:00
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
2016-05-07 22:49:54 +02:00
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<CallingConvention>StdCall</CallingConvention>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2016-07-20 02:01:40 +02:00
|
|
|
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
|
2016-05-07 22:49:54 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2016-06-03 00:01:06 +02:00
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
2016-05-07 22:49:54 +02:00
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2016-06-03 00:01:06 +02:00
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
2017-04-09 05:40:54 +02:00
|
|
|
<EnforceTypeConversionRules>false</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
2016-06-03 00:01:06 +02:00
|
|
|
<EnforceTypeConversionRules>false</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2016-05-07 22:49:54 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="GraphicsDriver.h" />
|
|
|
|
|
<ClInclude Include="Engine.h" />
|
|
|
|
|
<ClInclude Include="Public.h" />
|
|
|
|
|
<ClInclude Include="Renderer.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="GraphicsDriver.cpp" />
|
|
|
|
|
<ClCompile Include="Engine.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|