316 lines
19 KiB
XML
316 lines
19 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|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>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{1bbc0b92-e4d8-4838-974b-439c5c501e82}</ProjectGuid>
|
|
<RootNamespace>Juliet</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</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|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|x64'">
|
|
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<IncludePath>$(SolutionDir)Juliet\include\;$(SolutionDir)Juliet\src\;$(SolutionDir)Juliet\src\Graphics\D3D12\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<IncludePath>$(SolutionDir)Juliet\include\;$(SolutionDir)Juliet\src\;$(SolutionDir)Juliet\src\Graphics\D3D12\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;JULIET_EXPORT;JULIET_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>
|
|
</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>ws2_32.lib;dxgi.lib;dxguid.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>
|
|
</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;JULIET_EXPORT;JULIET_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>
|
|
</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>ws2_32.lib;d3d12.lib;dxgi.lib;dxguid.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="include\Core\Application\ApplicationManager.h"/>
|
|
<ClInclude Include="include\Core\Application\IApplication.h"/>
|
|
<ClInclude Include="include\Core\Common\CoreTypes.h"/>
|
|
<ClInclude Include="include\Core\Common\CoreUtils.h"/>
|
|
<ClInclude Include="include\Core\Common\CRC32.h"/>
|
|
<ClInclude Include="include\Core\Common\EnumUtils.h"/>
|
|
<ClInclude Include="include\Core\Common\NonCopyable.h"/>
|
|
<ClInclude Include="include\Core\Common\NonMovable.h"/>
|
|
<ClInclude Include="include\Core\Common\NonNullPtr.h"/>
|
|
<ClInclude Include="include\Core\Common\Singleton.h"/>
|
|
<ClInclude Include="include\Core\Container\Vector.h"/>
|
|
<ClInclude Include="include\Core\DynLib\DynamicLibrary.h"/>
|
|
<ClInclude Include="include\Core\HAL\Display\Display.h"/>
|
|
<ClInclude Include="include\Core\HAL\Event\SystemEvent.h"/>
|
|
<ClInclude Include="include\Core\HAL\Keyboard\Keyboard.h"/>
|
|
<ClInclude Include="include\Core\HAL\Keyboard\KeyCode.h"/>
|
|
<ClInclude Include="include\Core\HAL\Keyboard\ScanCode.h"/>
|
|
<ClInclude Include="include\Core\HAL\Mouse\Mouse.h"/>
|
|
<ClInclude Include="include\Core\JulietInit.h"/>
|
|
<ClInclude Include="include\Core\Logging\LogManager.h"/>
|
|
<ClInclude Include="include\Core\Logging\LogTypes.h"/>
|
|
<ClInclude Include="include\Core\Memory\Allocator.h"/>
|
|
<ClInclude Include="include\Core\Memory\Utils.h"/>
|
|
<ClInclude Include="include\Core\Networking\IPAddress.h"/>
|
|
<ClInclude Include="include\Core\Networking\NetworkPacket.h"/>
|
|
<ClInclude Include="include\Core\Networking\Socket.h"/>
|
|
<ClInclude Include="include\Core\Networking\SocketHandle.h"/>
|
|
<ClInclude Include="include\Core\Networking\TcpListener.h"/>
|
|
<ClInclude Include="include\Core\Networking\TcpSocket.h"/>
|
|
<ClInclude Include="include\Core\Thread\Thread.h"/>
|
|
<ClInclude Include="include\Engine\Class.h"/>
|
|
<ClInclude Include="include\Engine\Engine.h"/>
|
|
<ClInclude Include="include\Graphics\Colors.h"/>
|
|
<ClInclude Include="include\Graphics\Graphics.h"/>
|
|
<ClInclude Include="include\Graphics\GraphicsConfig.h"/>
|
|
<ClInclude Include="include\Graphics\RenderPass.h"/>
|
|
<ClInclude Include="include\Graphics\Texture.h"/>
|
|
<ClInclude Include="include\Juliet.h"/>
|
|
<ClInclude Include="include\pch.h"/>
|
|
<ClInclude Include="src\Core\HAL\Display\DisplayDevice.h"/>
|
|
<ClInclude Include="src\Core\HAL\Display\Display_Private.h"/>
|
|
<ClInclude Include="src\Core\HAL\Display\Win32\Win32DisplayEvent.h"/>
|
|
<ClInclude Include="src\Core\HAL\Display\Win32\Win32Window.h"/>
|
|
<ClInclude Include="src\Core\HAL\Display\Window.h"/>
|
|
<ClInclude Include="src\Core\HAL\Event\KeyboardMapping.h"/>
|
|
<ClInclude Include="src\Core\HAL\Event\Keyboard_Private.h"/>
|
|
<ClInclude Include="src\Core\HAL\Event\Mouse_Private.h"/>
|
|
<ClInclude Include="src\Core\HAL\Event\Win32ScanCode.h"/>
|
|
<ClInclude Include="src\Core\HAL\Event\WindowEvent.h"/>
|
|
<ClInclude Include="src\Core\Networking\SocketPlatformImpl.h"/>
|
|
<ClInclude Include="src\Core\HAL\Win32.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Common.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12RenderPass.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Synchronization.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Texture.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\DX12CommandList.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\DX12GraphicsDevice.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\DX12Includes.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\DX12SwapChain.h"/>
|
|
<ClInclude Include="src\Graphics\D3D12\DX12Utils.h"/>
|
|
<ClInclude Include="src\Graphics\GraphicsDevice.h"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\Core\Application\ApplicationManager.cpp"/>
|
|
<ClCompile Include="src\Core\Common\CoreUtils.cpp"/>
|
|
<ClCompile Include="src\Core\DynLib\Win32\DynamicLibrary.cpp">
|
|
<RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
|
<Optimization>Disabled</Optimization>
|
|
<SupportJustMyCode>true</SupportJustMyCode>
|
|
<AssemblerOutput>NoListing</AssemblerOutput>
|
|
<AssemblerListingLocation>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</AssemblerListingLocation>
|
|
<UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
|
|
<BrowseInformationFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</BrowseInformationFile>
|
|
<CompileAs>Default</CompileAs>
|
|
<ConformanceMode>Default</ConformanceMode>
|
|
<DiagnosticsFormat>Column</DiagnosticsFormat>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<EnableASAN>false</EnableASAN>
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
<ModuleDependenciesFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</ModuleDependenciesFile>
|
|
<OmitDefaultLibName>false</OmitDefaultLibName>
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
<ObjectFileName>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</ObjectFileName>
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\Juliet.pch</PrecompiledHeaderOutputFile>
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
<PreprocessKeepComments>false</PreprocessKeepComments>
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
<ShowIncludes>false</ShowIncludes>
|
|
<SourceDependenciesFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</SourceDependenciesFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
<TrackerLogDirectory>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\Juliet.tlog\</TrackerLogDirectory>
|
|
<MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<XMLDocumentationFileName>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</XMLDocumentationFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<IntelJCCErratum>false</IntelJCCErratum>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
<TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
|
|
<PreprocessorDefinitions>_DEBUG;JULIET_EXPORT;JULIET_WIN32;_WINDLL;_UNICODE;UNICODE;</PreprocessorDefinitions>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<LinkCompiled>true</LinkCompiled>
|
|
<ClangClMode>true</ClangClMode>
|
|
<MSCVersion>Default</MSCVersion>
|
|
<AdditionalOptions>--target=amd64-pc-windows-msvc</AdditionalOptions>
|
|
</ClCompile>
|
|
<ClCompile Include="src\Core\HAL\Display\Display.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32DisplayDevice.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32DisplayEvent.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32Window.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Event\Keyboard.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Event\KeyboardMapping.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Event\Mouse.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Event\SystemEvent.cpp"/>
|
|
<ClCompile Include="src\Core\HAL\Event\WindowEvent.cpp"/>
|
|
<ClCompile Include="src\Core\Juliet.cpp"/>
|
|
<ClCompile Include="src\Core\Logging\LogManager.cpp"/>
|
|
<ClCompile Include="src\Core\Memory\Allocator.cpp"/>
|
|
<ClCompile Include="src\Core\Networking\NetworkPacket.cpp"/>
|
|
<ClCompile Include="src\Core\Networking\Socket.cpp"/>
|
|
<ClCompile Include="src\Core\Networking\TcpListener.cpp"/>
|
|
<ClCompile Include="src\Core\Networking\TcpSocket.cpp"/>
|
|
<ClCompile Include="src\Core\Networking\Win32\Win32SocketPlatformImpl.cpp"/>
|
|
<ClCompile Include="src\Engine\Engine.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Common.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12RenderPass.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Synchronization.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Texture.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\DX12CommandList.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\DX12GraphicsDevice.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\DX12SwapChain.cpp"/>
|
|
<ClCompile Include="src\Graphics\D3D12\DX12Utils.cpp"/>
|
|
<ClCompile Include="src\Graphics\Graphics.cpp">
|
|
<RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
|
<Optimization>Disabled</Optimization>
|
|
<SupportJustMyCode>true</SupportJustMyCode>
|
|
<AssemblerOutput>NoListing</AssemblerOutput>
|
|
<AssemblerListingLocation>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</AssemblerListingLocation>
|
|
<UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
|
|
<BrowseInformationFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</BrowseInformationFile>
|
|
<CompileAs>Default</CompileAs>
|
|
<ConformanceMode>Default</ConformanceMode>
|
|
<DiagnosticsFormat>Column</DiagnosticsFormat>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<EnableASAN>false</EnableASAN>
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
<ModuleDependenciesFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</ModuleDependenciesFile>
|
|
<OmitDefaultLibName>false</OmitDefaultLibName>
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
<ObjectFileName>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</ObjectFileName>
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\Juliet.pch</PrecompiledHeaderOutputFile>
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
<PreprocessKeepComments>false</PreprocessKeepComments>
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
<ShowIncludes>false</ShowIncludes>
|
|
<SourceDependenciesFile>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</SourceDependenciesFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
<TrackerLogDirectory>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\Juliet.tlog\</TrackerLogDirectory>
|
|
<MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<XMLDocumentationFileName>W:\Classified\Juliet\Intermediate\Juliet\x64\Debug\</XMLDocumentationFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<IntelJCCErratum>false</IntelJCCErratum>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
<TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;JULIET_WIN32;_UNICODE;UNICODE;</PreprocessorDefinitions>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<LibCompiled>true</LibCompiled>
|
|
<ClangClMode>true</ClangClMode>
|
|
<MSCVersion>Default</MSCVersion>
|
|
<AdditionalOptions>--target=amd64-pc-windows-msvc</AdditionalOptions>
|
|
</ClCompile>
|
|
<ClCompile Include="src\pch.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="include\Core\Thread\Mutex.h"/>
|
|
<Content Include="src\TODO.txt"/>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |