|
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|Win32"> |
5 | | - <Configuration>Debug</Configuration> |
| 4 | + <ProjectConfiguration Include="Debug-MD|Win32"> |
| 5 | + <Configuration>Debug-MD</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Debug|x64"> |
9 | | - <Configuration>Debug</Configuration> |
| 8 | + <ProjectConfiguration Include="Debug-MD|x64"> |
| 9 | + <Configuration>Debug-MD</Configuration> |
10 | 10 | <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Release|Win32"> |
13 | | - <Configuration>Release</Configuration> |
| 12 | + <ProjectConfiguration Include="Debug-MT|Win32"> |
| 13 | + <Configuration>Debug-MT</Configuration> |
14 | 14 | <Platform>Win32</Platform> |
15 | 15 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|x64"> |
17 | | - <Configuration>Release</Configuration> |
| 16 | + <ProjectConfiguration Include="Debug-MT|x64"> |
| 17 | + <Configuration>Debug-MT</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release-MD|Win32"> |
| 21 | + <Configuration>Release-MD</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release-MD|x64"> |
| 25 | + <Configuration>Release-MD</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
| 28 | + <ProjectConfiguration Include="Release-MT|Win32"> |
| 29 | + <Configuration>Release-MT</Configuration> |
| 30 | + <Platform>Win32</Platform> |
| 31 | + </ProjectConfiguration> |
| 32 | + <ProjectConfiguration Include="Release-MT|x64"> |
| 33 | + <Configuration>Release-MT</Configuration> |
18 | 34 | <Platform>x64</Platform> |
19 | 35 | </ProjectConfiguration> |
20 | 36 | </ItemGroup> |
|
26 | 42 | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
27 | 43 | </PropertyGroup> |
28 | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'" Label="Configuration"> |
| 46 | + <ConfigurationType>Application</ConfigurationType> |
| 47 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 48 | + <PlatformToolset>v140</PlatformToolset> |
| 49 | + <CharacterSet>Unicode</CharacterSet> |
| 50 | + </PropertyGroup> |
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'" Label="Configuration"> |
30 | 52 | <ConfigurationType>Application</ConfigurationType> |
31 | 53 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | 54 | <PlatformToolset>v140</PlatformToolset> |
33 | 55 | <CharacterSet>Unicode</CharacterSet> |
34 | 56 | </PropertyGroup> |
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'" Label="Configuration"> |
36 | 58 | <ConfigurationType>Application</ConfigurationType> |
37 | 59 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | 60 | <PlatformToolset>v140</PlatformToolset> |
39 | 61 | <CharacterSet>Unicode</CharacterSet> |
40 | 62 | </PropertyGroup> |
41 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'" Label="Configuration"> |
| 64 | + <ConfigurationType>Application</ConfigurationType> |
| 65 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 66 | + <PlatformToolset>v140</PlatformToolset> |
| 67 | + <CharacterSet>Unicode</CharacterSet> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'" Label="Configuration"> |
| 70 | + <ConfigurationType>Application</ConfigurationType> |
| 71 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 72 | + <PlatformToolset>v140</PlatformToolset> |
| 73 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 74 | + <CharacterSet>Unicode</CharacterSet> |
| 75 | + </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'" Label="Configuration"> |
| 77 | + <ConfigurationType>Application</ConfigurationType> |
| 78 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 79 | + <PlatformToolset>v140</PlatformToolset> |
| 80 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 81 | + <CharacterSet>Unicode</CharacterSet> |
| 82 | + </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'" Label="Configuration"> |
42 | 84 | <ConfigurationType>Application</ConfigurationType> |
43 | 85 | <UseDebugLibraries>false</UseDebugLibraries> |
44 | 86 | <PlatformToolset>v140</PlatformToolset> |
45 | 87 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 88 | <CharacterSet>Unicode</CharacterSet> |
47 | 89 | </PropertyGroup> |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'" Label="Configuration"> |
49 | 91 | <ConfigurationType>Application</ConfigurationType> |
50 | 92 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 93 | <PlatformToolset>v140</PlatformToolset> |
|
57 | 99 | </ImportGroup> |
58 | 100 | <ImportGroup Label="Shared"> |
59 | 101 | </ImportGroup> |
60 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 102 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'"> |
| 103 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 104 | + </ImportGroup> |
| 105 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'" Label="PropertySheets"> |
| 106 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 107 | + </ImportGroup> |
| 108 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'" Label="PropertySheets"> |
| 109 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 110 | + </ImportGroup> |
| 111 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'" Label="PropertySheets"> |
| 112 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 113 | + </ImportGroup> |
| 114 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'"> |
61 | 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 | 116 | </ImportGroup> |
63 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 117 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'" Label="PropertySheets"> |
64 | 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 119 | </ImportGroup> |
66 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 120 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'" Label="PropertySheets"> |
67 | 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 122 | </ImportGroup> |
69 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 123 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'" Label="PropertySheets"> |
70 | 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 125 | </ImportGroup> |
72 | 126 | <PropertyGroup Label="UserMacros" /> |
73 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | | - <OutDir>$(SolutionDir)output\$(Configuration)\</OutDir> |
| 127 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'"> |
| 128 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 129 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
75 | 130 | </PropertyGroup> |
76 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
77 | | - <OutDir>$(SolutionDir)output\$(Platform)\$(Configuration)\</OutDir> |
| 131 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'"> |
| 132 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 133 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
78 | 134 | </PropertyGroup> |
79 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
80 | | - <OutDir>$(SolutionDir)output\$(Configuration)\</OutDir> |
| 135 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'"> |
| 136 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 137 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
81 | 138 | </PropertyGroup> |
82 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
83 | | - <OutDir>$(SolutionDir)output\$(Platform)\$(Configuration)\</OutDir> |
| 139 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'"> |
| 140 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 141 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
84 | 142 | </PropertyGroup> |
85 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 143 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'"> |
| 144 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 145 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
| 146 | + </PropertyGroup> |
| 147 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'"> |
| 148 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 149 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
| 150 | + </PropertyGroup> |
| 151 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'"> |
| 152 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 153 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
| 154 | + </PropertyGroup> |
| 155 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'"> |
| 156 | + <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 157 | + <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
| 158 | + </PropertyGroup> |
| 159 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'"> |
86 | 160 | <ClCompile> |
87 | 161 | <WarningLevel>Level3</WarningLevel> |
88 | 162 | <SDLCheck>true</SDLCheck> |
|
93 | 167 | <Link> |
94 | 168 | <SubSystem>Console</SubSystem> |
95 | 169 | <GenerateDebugInformation>true</GenerateDebugInformation> |
96 | | - <AdditionalLibraryDirectories>$(SolutionDir)output\$(Configuration)\;..\..\..\vcpkg\installed\x86-windows\debug\lib;..\..\lib\x86\$(Configuration)\</AdditionalLibraryDirectories> |
| 170 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
97 | 171 | <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib;libprotobufd.lib</AdditionalDependencies> |
98 | 172 | </Link> |
99 | 173 | </ItemDefinitionGroup> |
100 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 174 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'"> |
101 | 175 | <ClCompile> |
102 | 176 | <WarningLevel>Level3</WarningLevel> |
103 | 177 | <SDLCheck>true</SDLCheck> |
104 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 178 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
105 | 179 | <ConformanceMode>true</ConformanceMode> |
106 | 180 | <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x86-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 181 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 182 | + </ClCompile> |
| 183 | + <Link> |
| 184 | + <SubSystem>Console</SubSystem> |
| 185 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 186 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
| 187 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib;libprotobufd.lib</AdditionalDependencies> |
| 188 | + </Link> |
| 189 | + </ItemDefinitionGroup> |
| 190 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'"> |
| 191 | + <ClCompile> |
| 192 | + <WarningLevel>Level3</WarningLevel> |
| 193 | + <SDLCheck>true</SDLCheck> |
| 194 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 195 | + <ConformanceMode>true</ConformanceMode> |
| 196 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
107 | 197 | </ClCompile> |
108 | 198 | <Link> |
109 | 199 | <SubSystem>Console</SubSystem> |
110 | 200 | <GenerateDebugInformation>true</GenerateDebugInformation> |
111 | | - <AdditionalLibraryDirectories>$(SolutionDir)output\$(Platform)\$(Configuration)\;..\..\..\vcpkg\installed\x64-windows\debug\lib;..\..\lib\x64\$(Configuration)\</AdditionalLibraryDirectories> |
| 201 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
112 | 202 | <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib;libprotobufd.lib</AdditionalDependencies> |
113 | 203 | </Link> |
114 | 204 | </ItemDefinitionGroup> |
115 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 205 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'"> |
| 206 | + <ClCompile> |
| 207 | + <WarningLevel>Level3</WarningLevel> |
| 208 | + <SDLCheck>true</SDLCheck> |
| 209 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 210 | + <ConformanceMode>true</ConformanceMode> |
| 211 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 212 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 213 | + </ClCompile> |
| 214 | + <Link> |
| 215 | + <SubSystem>Console</SubSystem> |
| 216 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 217 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
| 218 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib;libprotobufd.lib</AdditionalDependencies> |
| 219 | + </Link> |
| 220 | + </ItemDefinitionGroup> |
| 221 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'"> |
116 | 222 | <ClCompile> |
117 | 223 | <WarningLevel>Level3</WarningLevel> |
118 | 224 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
127 | 233 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
128 | 234 | <OptimizeReferences>true</OptimizeReferences> |
129 | 235 | <GenerateDebugInformation>true</GenerateDebugInformation> |
130 | | - <AdditionalLibraryDirectories>$(SolutionDir)output\$(Configuration)\;..\..\..\vcpkg\installed\x86-windows\lib;..\..\lib\x86\$(Configuration)\</AdditionalLibraryDirectories> |
| 236 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
131 | 237 | <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib;libprotobuf.lib</AdditionalDependencies> |
132 | 238 | </Link> |
133 | 239 | </ItemDefinitionGroup> |
134 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 240 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'"> |
135 | 241 | <ClCompile> |
136 | 242 | <WarningLevel>Level3</WarningLevel> |
137 | 243 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
140 | 246 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
141 | 247 | <ConformanceMode>true</ConformanceMode> |
142 | 248 | <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x86-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 249 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 250 | + </ClCompile> |
| 251 | + <Link> |
| 252 | + <SubSystem>Console</SubSystem> |
| 253 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 254 | + <OptimizeReferences>true</OptimizeReferences> |
| 255 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 256 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
| 257 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib;libprotobuf.lib</AdditionalDependencies> |
| 258 | + </Link> |
| 259 | + </ItemDefinitionGroup> |
| 260 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'"> |
| 261 | + <ClCompile> |
| 262 | + <WarningLevel>Level3</WarningLevel> |
| 263 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 264 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 265 | + <SDLCheck>true</SDLCheck> |
| 266 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 267 | + <ConformanceMode>true</ConformanceMode> |
| 268 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 269 | + </ClCompile> |
| 270 | + <Link> |
| 271 | + <SubSystem>Console</SubSystem> |
| 272 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 273 | + <OptimizeReferences>true</OptimizeReferences> |
| 274 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 275 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
| 276 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib;libprotobuf.lib</AdditionalDependencies> |
| 277 | + </Link> |
| 278 | + </ItemDefinitionGroup> |
| 279 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'"> |
| 280 | + <ClCompile> |
| 281 | + <WarningLevel>Level3</WarningLevel> |
| 282 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 283 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 284 | + <SDLCheck>true</SDLCheck> |
| 285 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 286 | + <ConformanceMode>true</ConformanceMode> |
| 287 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 288 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
143 | 289 | </ClCompile> |
144 | 290 | <Link> |
145 | 291 | <SubSystem>Console</SubSystem> |
146 | 292 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
147 | 293 | <OptimizeReferences>true</OptimizeReferences> |
148 | 294 | <GenerateDebugInformation>true</GenerateDebugInformation> |
149 | | - <AdditionalLibraryDirectories>$(SolutionDir)output\$(Platform)\$(Configuration)\;..\..\..\vcpkg\installed\x64-windows\lib;..\..\lib\x64\$(Configuration)\</AdditionalLibraryDirectories> |
| 295 | + <AdditionalLibraryDirectories>..\..\\output\Windows\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
150 | 296 | <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib;libprotobuf.lib</AdditionalDependencies> |
151 | 297 | </Link> |
152 | 298 | </ItemDefinitionGroup> |
|
0 commit comments