|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="RunCLI|Win32"> |
| 21 | + <Configuration>RunCLI</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="RunCLI|x64"> |
| 25 | + <Configuration>RunCLI</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <PropertyGroup Label="Globals">
|
22 | 30 | <VCProjectVersion>17.0</VCProjectVersion>
|
|
32 | 40 | <PlatformToolset>v143</PlatformToolset>
|
33 | 41 | <CharacterSet>Unicode</CharacterSet>
|
34 | 42 | </PropertyGroup>
|
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|Win32'" Label="Configuration"> |
| 44 | + <ConfigurationType>Application</ConfigurationType> |
| 45 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 46 | + <PlatformToolset>v143</PlatformToolset> |
| 47 | + <CharacterSet>Unicode</CharacterSet> |
| 48 | + </PropertyGroup> |
35 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
36 | 50 | <ConfigurationType>Application</ConfigurationType>
|
37 | 51 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
45 | 59 | <PlatformToolset>v143</PlatformToolset>
|
46 | 60 | <CharacterSet>Unicode</CharacterSet>
|
47 | 61 | </PropertyGroup>
|
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|x64'" Label="Configuration"> |
| 63 | + <ConfigurationType>Application</ConfigurationType> |
| 64 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 65 | + <PlatformToolset>v143</PlatformToolset> |
| 66 | + <CharacterSet>Unicode</CharacterSet> |
| 67 | + </PropertyGroup> |
48 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
49 | 69 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
50 | 70 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
61 | 81 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
62 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
63 | 83 | </ImportGroup>
|
| 84 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|Win32'" Label="PropertySheets"> |
| 85 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 86 | + </ImportGroup> |
64 | 87 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
65 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
66 | 89 | </ImportGroup>
|
67 | 90 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
68 | 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
69 | 92 | </ImportGroup>
|
| 93 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|x64'" Label="PropertySheets"> |
| 94 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 95 | + </ImportGroup> |
70 | 96 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
71 | 97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
72 | 98 | </ImportGroup>
|
|
75 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
76 | 102 | <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir>
|
77 | 103 | </PropertyGroup>
|
| 104 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|x64'"> |
| 105 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir> |
| 106 | + </PropertyGroup> |
78 | 107 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
79 | 108 | <ClCompile>
|
80 | 109 | <WarningLevel>Level3</WarningLevel>
|
|
87 | 116 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
88 | 117 | </Link>
|
89 | 118 | </ItemDefinitionGroup>
|
| 119 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|Win32'"> |
| 120 | + <ClCompile> |
| 121 | + <WarningLevel>Level3</WarningLevel> |
| 122 | + <SDLCheck>true</SDLCheck> |
| 123 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 124 | + <ConformanceMode>true</ConformanceMode> |
| 125 | + </ClCompile> |
| 126 | + <Link> |
| 127 | + <SubSystem>Console</SubSystem> |
| 128 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 129 | + </Link> |
| 130 | + </ItemDefinitionGroup> |
90 | 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
91 | 132 | <ClCompile>
|
92 | 133 | <WarningLevel>Level3</WarningLevel>
|
|
121 | 162 | <SubSystem>Windows</SubSystem>
|
122 | 163 | </Link>
|
123 | 164 | </ItemDefinitionGroup>
|
| 165 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RunCLI|x64'"> |
| 166 | + <ClCompile> |
| 167 | + <WarningLevel>Level3</WarningLevel> |
| 168 | + <SDLCheck>true</SDLCheck> |
| 169 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 170 | + <ConformanceMode>true</ConformanceMode> |
| 171 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 172 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 173 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 174 | + <CompileAs>CompileAsC</CompileAs> |
| 175 | + </ClCompile> |
| 176 | + <Link> |
| 177 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 178 | + <TerminalServerAware>true</TerminalServerAware> |
| 179 | + <LargeAddressAware>true</LargeAddressAware> |
| 180 | + <SubSystem>Console</SubSystem> |
| 181 | + </Link> |
| 182 | + </ItemDefinitionGroup> |
124 | 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
125 | 184 | <ClCompile>
|
126 | 185 | <WarningLevel>Level3</WarningLevel>
|
|
0 commit comments