|
3 | 3 | <Import Project="..\packages\Microsoft.Direct3D.D3D12.1.610.4\build\native\Microsoft.Direct3D.D3D12.props" Condition="Exists('..\packages\Microsoft.Direct3D.D3D12.1.610.4\build\native\Microsoft.Direct3D.D3D12.props')" /> |
4 | 4 | <Import Project="..\packages\Microsoft.Direct3D.DXC.1.7.2212.36\build\native\Microsoft.Direct3D.DXC.props" Condition="Exists('..\packages\Microsoft.Direct3D.DXC.1.7.2212.36\build\native\Microsoft.Direct3D.DXC.props')" /> |
5 | 5 | <ItemGroup Label="ProjectConfigurations"> |
| 6 | + <ProjectConfiguration Include="Checked|x64"> |
| 7 | + <Configuration>Checked</Configuration> |
| 8 | + <Platform>x64</Platform> |
| 9 | + </ProjectConfiguration> |
6 | 10 | <ProjectConfiguration Include="Debug|x64"> |
7 | 11 | <Configuration>Debug</Configuration> |
8 | 12 | <Platform>x64</Platform> |
|
33 | 37 | <WholeProgramOptimization>true</WholeProgramOptimization> |
34 | 38 | <CharacterSet>Unicode</CharacterSet> |
35 | 39 | </PropertyGroup> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration"> |
| 41 | + <ConfigurationType>Application</ConfigurationType> |
| 42 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 43 | + <PlatformToolset>v143</PlatformToolset> |
| 44 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 45 | + <CharacterSet>Unicode</CharacterSet> |
| 46 | + </PropertyGroup> |
36 | 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
37 | 48 | <ImportGroup Label="ExtensionSettings"> |
38 | 49 | </ImportGroup> |
|
46 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
47 | 58 | <Import Project="ThreeL.props" /> |
48 | 59 | </ImportGroup> |
| 60 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="PropertySheets"> |
| 61 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 62 | + <Import Project="ThreeL.props" /> |
| 63 | + </ImportGroup> |
49 | 64 | <PropertyGroup Label="UserMacros" /> |
50 | 65 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
51 | 66 | <ClCompile> |
|
75 | 90 | <GenerateDebugInformation>true</GenerateDebugInformation> |
76 | 91 | </Link> |
77 | 92 | </ItemDefinitionGroup> |
| 93 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'"> |
| 94 | + <ClCompile> |
| 95 | + <WarningLevel>Level3</WarningLevel> |
| 96 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 97 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 98 | + <SDLCheck>true</SDLCheck> |
| 99 | + <PreprocessorDefinitions>USE_PIX;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 100 | + <ConformanceMode>true</ConformanceMode> |
| 101 | + </ClCompile> |
| 102 | + <Link> |
| 103 | + <SubSystem>Console</SubSystem> |
| 104 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 105 | + <OptimizeReferences>true</OptimizeReferences> |
| 106 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 107 | + </Link> |
| 108 | + </ItemDefinitionGroup> |
78 | 109 | <ItemGroup> |
79 | 110 | <ClCompile Include="..\external\DearImGui\imgui.cpp" /> |
80 | 111 | <ClCompile Include="..\external\DearImGui\imgui_demo.cpp" /> |
|
0 commit comments