|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug WINAPI|x64"> |
| 5 | + <Configuration>Debug WINAPI</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|x64"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>x64</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release WINAPI|x64"> |
| 13 | + <Configuration>Release WINAPI</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|x64"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>x64</Platform> |
|
24 | 32 | <PlatformToolset>v143</PlatformToolset> |
25 | 33 | <CharacterSet>Unicode</CharacterSet> |
26 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug WINAPI|x64'" Label="Configuration"> |
| 36 | + <ConfigurationType>Application</ConfigurationType> |
| 37 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 38 | + <PlatformToolset>v143</PlatformToolset> |
| 39 | + <CharacterSet>Unicode</CharacterSet> |
| 40 | + </PropertyGroup> |
27 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
28 | 42 | <ConfigurationType>Application</ConfigurationType> |
29 | 43 | <UseDebugLibraries>false</UseDebugLibraries> |
30 | 44 | <PlatformToolset>v143</PlatformToolset> |
31 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization> |
32 | 46 | <CharacterSet>Unicode</CharacterSet> |
33 | 47 | </PropertyGroup> |
| 48 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release WINAPI|x64'" Label="Configuration"> |
| 49 | + <ConfigurationType>Application</ConfigurationType> |
| 50 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 51 | + <PlatformToolset>v143</PlatformToolset> |
| 52 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 53 | + <CharacterSet>Unicode</CharacterSet> |
| 54 | + </PropertyGroup> |
34 | 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
35 | 56 | <ImportGroup Label="ExtensionSettings"> |
36 | 57 | </ImportGroup> |
|
39 | 60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
40 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
41 | 62 | </ImportGroup> |
| 63 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug WINAPI|x64'" Label="PropertySheets"> |
| 64 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 | + </ImportGroup> |
42 | 66 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
43 | 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
44 | 68 | </ImportGroup> |
| 69 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release WINAPI|x64'" Label="PropertySheets"> |
| 70 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 71 | + </ImportGroup> |
45 | 72 | <PropertyGroup Label="UserMacros" /> |
46 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
47 | 74 | <LinkIncremental>true</LinkIncremental> |
48 | 75 | <OutDir>$(SolutionDir)bin\</OutDir> |
49 | 76 | <IntDir>$(SolutionDir)obj\</IntDir> |
50 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug WINAPI|x64'"> |
| 79 | + <LinkIncremental>true</LinkIncremental> |
| 80 | + <OutDir>$(SolutionDir)bin\</OutDir> |
| 81 | + <IntDir>$(SolutionDir)obj\</IntDir> |
| 82 | + </PropertyGroup> |
51 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
52 | 84 | <LinkIncremental>false</LinkIncremental> |
53 | 85 | <OutDir>$(SolutionDir)bin\</OutDir> |
54 | 86 | <IntDir>$(SolutionDir)obj\</IntDir> |
55 | 87 | </PropertyGroup> |
| 88 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release WINAPI|x64'"> |
| 89 | + <LinkIncremental>false</LinkIncremental> |
| 90 | + <OutDir>$(SolutionDir)bin\</OutDir> |
| 91 | + <IntDir>$(SolutionDir)obj\</IntDir> |
| 92 | + </PropertyGroup> |
56 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
57 | 94 | <ClCompile> |
58 | 95 | <WarningLevel>Level3</WarningLevel> |
|
66 | 103 | <GenerateDebugInformation>true</GenerateDebugInformation> |
67 | 104 | </Link> |
68 | 105 | </ItemDefinitionGroup> |
| 106 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug WINAPI|x64'"> |
| 107 | + <ClCompile> |
| 108 | + <WarningLevel>Level3</WarningLevel> |
| 109 | + <SDLCheck>true</SDLCheck> |
| 110 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 111 | + <ConformanceMode>true</ConformanceMode> |
| 112 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 113 | + </ClCompile> |
| 114 | + <Link> |
| 115 | + <SubSystem>Windows</SubSystem> |
| 116 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 117 | + </Link> |
| 118 | + </ItemDefinitionGroup> |
69 | 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 120 | <ClCompile> |
71 | 121 | <WarningLevel>Level3</WarningLevel> |
|
83 | 133 | <GenerateDebugInformation>true</GenerateDebugInformation> |
84 | 134 | </Link> |
85 | 135 | </ItemDefinitionGroup> |
| 136 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release WINAPI|x64'"> |
| 137 | + <ClCompile> |
| 138 | + <WarningLevel>Level3</WarningLevel> |
| 139 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 140 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 141 | + <SDLCheck>true</SDLCheck> |
| 142 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 143 | + <ConformanceMode>true</ConformanceMode> |
| 144 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 145 | + </ClCompile> |
| 146 | + <Link> |
| 147 | + <SubSystem>Windows</SubSystem> |
| 148 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 149 | + <OptimizeReferences>true</OptimizeReferences> |
| 150 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
86 | 153 | <ItemGroup> |
87 | 154 | <ClCompile Include="src\main.cpp" /> |
| 155 | + <ClCompile Include="src\wWinMain.cpp" /> |
88 | 156 | </ItemGroup> |
89 | 157 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
90 | 158 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments