|
@@ -0,0 +1,321 @@
|
|
|
+<?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>15.0</VCProjectVersion>
|
|
|
+ <ProjectGuid>{F08E5F3A-E266-40D7-9800-54FF2986E424}</ProjectGuid>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>xyzEngine</RootNamespace>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </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>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <PreprocessorDefinitions>_WINDOWS,_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)stdafx.pch</PrecompiledHeaderOutputFile>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>d3d12.lib;dxgi.lib;d3dcompiler.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="Engine.cpp" />
|
|
|
+ <ClCompile Include="Platform\Application.cpp" />
|
|
|
+ <ClCompile Include="Platform\Platform.cpp" />
|
|
|
+ <ClCompile Include="Platform\Windows\Main.cpp">
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
|
|
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <SupportJustMyCode>true</SupportJustMyCode>
|
|
|
+ <AssemblerOutput>NoListing</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>x64\Debug\</AssemblerListingLocation>
|
|
|
+ <UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
|
|
|
+ <BrowseInformation>false</BrowseInformation>
|
|
|
+ <BrowseInformationFile>x64\Debug\</BrowseInformationFile>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <DiagnosticsFormat>Column</DiagnosticsFormat>
|
|
|
+ <DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
|
+ <ErrorReporting>Prompt</ErrorReporting>
|
|
|
+ <ExpandAttributedSource>false</ExpandAttributedSource>
|
|
|
+ <ExceptionHandling>Sync</ExceptionHandling>
|
|
|
+ <EnableASAN>false</EnableASAN>
|
|
|
+ <EnableFuzzer>false</EnableFuzzer>
|
|
|
+ <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
+ <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
+ <FloatingPointModel>Precise</FloatingPointModel>
|
|
|
+ <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
|
+ <GenerateModuleDependencies>false</GenerateModuleDependencies>
|
|
|
+ <GenerateSourceDependencies>false</GenerateSourceDependencies>
|
|
|
+ <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
|
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
+ <IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
+ <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
|
|
+ <LanguageStandard>Default</LanguageStandard>
|
|
|
+ <LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ModuleDependenciesFile>x64\Debug\</ModuleDependenciesFile>
|
|
|
+ <ModuleOutputFile>x64\Debug\</ModuleOutputFile>
|
|
|
+ <OmitDefaultLibName>false</OmitDefaultLibName>
|
|
|
+ <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
+ <WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
+ <ObjectFileName>x64\Debug\</ObjectFileName>
|
|
|
+ <CallingConvention>Cdecl</CallingConvention>
|
|
|
+ <ProgramDataBaseFileName>x64\Debug\vc143.pdb</ProgramDataBaseFileName>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
+ <PrecompiledHeaderOutputFile>x64\Debug\stdafx.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <PreprocessKeepComments>false</PreprocessKeepComments>
|
|
|
+ <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
|
+ <RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
|
+ <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
|
+ <ShowIncludes>false</ShowIncludes>
|
|
|
+ <SourceDependenciesFile>x64\Debug\</SourceDependenciesFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
+ <SmallerTypeCheck>false</SmallerTypeCheck>
|
|
|
+ <SpectreMitigation>false</SpectreMitigation>
|
|
|
+ <StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
+ <TrackerLogDirectory>x64\Debug\xyzEngine.tlog\</TrackerLogDirectory>
|
|
|
+ <TranslateIncludes>false</TranslateIncludes>
|
|
|
+ <MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
|
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
+ <UseFullPaths>true</UseFullPaths>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <XMLDocumentationFileName>x64\Debug\</XMLDocumentationFileName>
|
|
|
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
+ <IntelJCCErratum>false</IntelJCCErratum>
|
|
|
+ <BuildStlModules>false</BuildStlModules>
|
|
|
+ <TreatAngleIncludeAsExternal>false</TreatAngleIncludeAsExternal>
|
|
|
+ <ExternalWarningLevel>InheritWarningLevel</ExternalWarningLevel>
|
|
|
+ <TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
|
|
|
+ <DisableAnalyzeExternal>false</DisableAnalyzeExternal>
|
|
|
+ <PreprocessorDefinitions>_WINDOWS,_DEBUG;_CONSOLE;_UNICODE;UNICODE;</PreprocessorDefinitions>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <LinkCompiled>true</LinkCompiled>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="Platform\Windows\Win32Application.cpp">
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
|
|
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <SupportJustMyCode>true</SupportJustMyCode>
|
|
|
+ <AssemblerOutput>NoListing</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>x64\Debug\</AssemblerListingLocation>
|
|
|
+ <UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
|
|
|
+ <BrowseInformation>false</BrowseInformation>
|
|
|
+ <BrowseInformationFile>x64\Debug\</BrowseInformationFile>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ <ConformanceMode>true</ConformanceMode>
|
|
|
+ <DiagnosticsFormat>Column</DiagnosticsFormat>
|
|
|
+ <DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
|
+ <ErrorReporting>Prompt</ErrorReporting>
|
|
|
+ <ExpandAttributedSource>false</ExpandAttributedSource>
|
|
|
+ <ExceptionHandling>Sync</ExceptionHandling>
|
|
|
+ <EnableASAN>false</EnableASAN>
|
|
|
+ <EnableFuzzer>false</EnableFuzzer>
|
|
|
+ <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
+ <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
+ <FloatingPointModel>Precise</FloatingPointModel>
|
|
|
+ <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
|
+ <GenerateModuleDependencies>false</GenerateModuleDependencies>
|
|
|
+ <GenerateSourceDependencies>false</GenerateSourceDependencies>
|
|
|
+ <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
|
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
+ <IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
+ <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
|
|
+ <LanguageStandard>Default</LanguageStandard>
|
|
|
+ <LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ModuleDependenciesFile>x64\Debug\</ModuleDependenciesFile>
|
|
|
+ <ModuleOutputFile>x64\Debug\</ModuleOutputFile>
|
|
|
+ <OmitDefaultLibName>false</OmitDefaultLibName>
|
|
|
+ <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
+ <WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
+ <ObjectFileName>x64\Debug\</ObjectFileName>
|
|
|
+ <CallingConvention>Cdecl</CallingConvention>
|
|
|
+ <ProgramDataBaseFileName>x64\Debug\vc143.pdb</ProgramDataBaseFileName>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
+ <PrecompiledHeaderOutputFile>x64\Debug\stdafx.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <PreprocessKeepComments>false</PreprocessKeepComments>
|
|
|
+ <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
|
+ <RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
|
+ <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
|
+ <ShowIncludes>false</ShowIncludes>
|
|
|
+ <SourceDependenciesFile>x64\Debug\</SourceDependenciesFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
+ <SmallerTypeCheck>false</SmallerTypeCheck>
|
|
|
+ <SpectreMitigation>false</SpectreMitigation>
|
|
|
+ <StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
+ <TrackerLogDirectory>x64\Debug\xyzEngine.tlog\</TrackerLogDirectory>
|
|
|
+ <TranslateIncludes>false</TranslateIncludes>
|
|
|
+ <MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
|
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
+ <UseFullPaths>true</UseFullPaths>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <XMLDocumentationFileName>x64\Debug\</XMLDocumentationFileName>
|
|
|
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
+ <IntelJCCErratum>false</IntelJCCErratum>
|
|
|
+ <BuildStlModules>false</BuildStlModules>
|
|
|
+ <TreatAngleIncludeAsExternal>false</TreatAngleIncludeAsExternal>
|
|
|
+ <ExternalWarningLevel>InheritWarningLevel</ExternalWarningLevel>
|
|
|
+ <TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
|
|
|
+ <DisableAnalyzeExternal>false</DisableAnalyzeExternal>
|
|
|
+ <PreprocessorDefinitions>_WINDOWS,_DEBUG;_CONSOLE;_UNICODE;UNICODE;</PreprocessorDefinitions>
|
|
|
+ <SDLCheck>true</SDLCheck>
|
|
|
+ <LinkCompiled>true</LinkCompiled>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="Platform\Windows\Win32Platform.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="Engine.h" />
|
|
|
+ <ClInclude Include="Platform\Application.h" />
|
|
|
+ <ClInclude Include="Platform\Platform.h" />
|
|
|
+ <ClInclude Include="Platform\Windows\Win32Application.h" />
|
|
|
+ <ClInclude Include="Platform\Windows\Win32Platform.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|