|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="test|Win32"> |
| 21 | + <Configuration>test</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="test|x64"> |
| 25 | + <Configuration>test</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <ItemGroup>
|
22 | 30 | <ClCompile Include="index.ixx" />
|
| 31 | + <ClCompile Include="test.cpp" /> |
23 | 32 | </ItemGroup>
|
24 | 33 | <PropertyGroup Label="Globals">
|
25 | 34 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
42 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
43 | 52 | <CharacterSet>Unicode</CharacterSet>
|
44 | 53 | </PropertyGroup>
|
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'" Label="Configuration"> |
| 55 | + <ConfigurationType>Application</ConfigurationType> |
| 56 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 57 | + <PlatformToolset>v143</PlatformToolset> |
| 58 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 59 | + <CharacterSet>Unicode</CharacterSet> |
| 60 | + </PropertyGroup> |
45 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
46 | 62 | <ConfigurationType>Application</ConfigurationType>
|
47 | 63 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
55 | 71 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
56 | 72 | <CharacterSet>Unicode</CharacterSet>
|
57 | 73 | </PropertyGroup>
|
| 74 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'" Label="Configuration"> |
| 75 | + <ConfigurationType>Application</ConfigurationType> |
| 76 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 77 | + <PlatformToolset>v143</PlatformToolset> |
| 78 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 79 | + <CharacterSet>Unicode</CharacterSet> |
| 80 | + </PropertyGroup> |
58 | 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
59 | 82 | <ImportGroup Label="ExtensionSettings">
|
60 | 83 | </ImportGroup>
|
|
66 | 89 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
67 | 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 91 | </ImportGroup>
|
| 92 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'" Label="PropertySheets"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + </ImportGroup> |
69 | 95 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
70 | 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
71 | 97 | </ImportGroup>
|
72 | 98 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
73 | 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
74 | 100 | </ImportGroup>
|
| 101 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'" Label="PropertySheets"> |
| 102 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 103 | + </ImportGroup> |
75 | 104 | <PropertyGroup Label="UserMacros" />
|
76 | 105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
77 | 106 | <ClCompile>
|
|
101 | 130 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
102 | 131 | </Link>
|
103 | 132 | </ItemDefinitionGroup>
|
| 133 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'"> |
| 134 | + <ClCompile> |
| 135 | + <WarningLevel>Level3</WarningLevel> |
| 136 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 137 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 138 | + <SDLCheck>true</SDLCheck> |
| 139 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 140 | + <ConformanceMode>true</ConformanceMode> |
| 141 | + </ClCompile> |
| 142 | + <Link> |
| 143 | + <SubSystem>Console</SubSystem> |
| 144 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 145 | + <OptimizeReferences>true</OptimizeReferences> |
| 146 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 147 | + </Link> |
| 148 | + </ItemDefinitionGroup> |
104 | 149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
105 | 150 | <ClCompile>
|
106 | 151 | <WarningLevel>Level3</WarningLevel>
|
|
131 | 176 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
132 | 177 | </Link>
|
133 | 178 | </ItemDefinitionGroup>
|
| 179 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'"> |
| 180 | + <ClCompile> |
| 181 | + <WarningLevel>Level3</WarningLevel> |
| 182 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 183 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 184 | + <SDLCheck>true</SDLCheck> |
| 185 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;__TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 186 | + <ConformanceMode>true</ConformanceMode> |
| 187 | + <AdditionalIncludeDirectories>C:\Users\Administrator\Documents\vcpkg-master\installed\x64-windows-static\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 188 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 189 | + </ClCompile> |
| 190 | + <Link> |
| 191 | + <SubSystem>Console</SubSystem> |
| 192 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 193 | + <OptimizeReferences>true</OptimizeReferences> |
| 194 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 195 | + </Link> |
| 196 | + </ItemDefinitionGroup> |
134 | 197 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
135 | 198 | <ImportGroup Label="ExtensionTargets">
|
136 | 199 | </ImportGroup>
|
|
0 commit comments