|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
9 | | - <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
11 | | - </ProjectConfiguration> |
12 | 8 | <ProjectConfiguration Include="Debug|x64"> |
13 | 9 | <Configuration>Debug</Configuration> |
14 | 10 | <Platform>x64</Platform> |
15 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|Win32"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
16 | 16 | <ProjectConfiguration Include="Release|x64"> |
17 | 17 | <Configuration>Release</Configuration> |
18 | 18 | <Platform>x64</Platform> |
|
32 | 32 | <PlatformToolset>v140</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | 34 | </PropertyGroup> |
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | | - <UseDebugLibraries>false</UseDebugLibraries> |
| 37 | + <UseDebugLibraries>true</UseDebugLibraries> |
38 | 38 | <PlatformToolset>v140</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 39 | <CharacterSet>Unicode</CharacterSet> |
41 | 40 | </PropertyGroup> |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
43 | 42 | <ConfigurationType>Application</ConfigurationType> |
44 | | - <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v143</PlatformToolset> |
| 43 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 44 | + <PlatformToolset>v140</PlatformToolset> |
| 45 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 49 | <ConfigurationType>Application</ConfigurationType> |
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v143</PlatformToolset> |
| 51 | + <PlatformToolset>v140</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 53 | <CharacterSet>Unicode</CharacterSet> |
54 | 54 | </PropertyGroup> |
|
60 | 60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 | 62 | </ImportGroup> |
63 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 63 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
64 | 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 65 | </ImportGroup> |
66 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 66 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
67 | 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 68 | </ImportGroup> |
69 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 69 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
70 | 70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 71 | </ImportGroup> |
72 | 72 | <PropertyGroup Label="UserMacros" /> |
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 74 | <OutDir>$(SolutionDir)output\$(Configuration)\</OutDir> |
75 | 75 | </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 77 | + <OutDir>$(SolutionDir)output\$(Platform)\$(Configuration)\</OutDir> |
| 78 | + </PropertyGroup> |
76 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
77 | 80 | <OutDir>$(SolutionDir)output\$(Configuration)\</OutDir> |
78 | 81 | </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 83 | + <OutDir>$(SolutionDir)output\$(Platform)\$(Configuration)\</OutDir> |
| 84 | + </PropertyGroup> |
79 | 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
80 | 86 | <ClCompile> |
81 | 87 | <WarningLevel>Level3</WarningLevel> |
|
91 | 97 | <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib</AdditionalDependencies> |
92 | 98 | </Link> |
93 | 99 | </ItemDefinitionGroup> |
94 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 100 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
95 | 101 | <ClCompile> |
96 | 102 | <WarningLevel>Level3</WarningLevel> |
97 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
98 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
99 | 103 | <SDLCheck>true</SDLCheck> |
100 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
101 | 105 | <ConformanceMode>true</ConformanceMode> |
102 | 106 | <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x86-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
103 | 107 | </ClCompile> |
104 | 108 | <Link> |
105 | 109 | <SubSystem>Console</SubSystem> |
106 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
107 | | - <OptimizeReferences>true</OptimizeReferences> |
108 | 110 | <GenerateDebugInformation>true</GenerateDebugInformation> |
109 | | - <AdditionalLibraryDirectories>$(SolutionDir)output\$(Configuration)\;..\..\..\vcpkg\installed\x86-windows\lib</AdditionalLibraryDirectories> |
110 | | - <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib</AdditionalDependencies> |
| 111 | + <AdditionalLibraryDirectories>$(SolutionDir)output\$(Platform)\$(Configuration)\;..\..\..\vcpkg\installed\x64-windows\debug\lib</AdditionalLibraryDirectories> |
| 112 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10d.lib</AdditionalDependencies> |
111 | 113 | </Link> |
112 | 114 | </ItemDefinitionGroup> |
113 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 115 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
114 | 116 | <ClCompile> |
115 | 117 | <WarningLevel>Level3</WarningLevel> |
| 118 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 119 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
116 | 120 | <SDLCheck>true</SDLCheck> |
117 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 121 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
118 | 122 | <ConformanceMode>true</ConformanceMode> |
| 123 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x86-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
119 | 124 | </ClCompile> |
120 | 125 | <Link> |
121 | 126 | <SubSystem>Console</SubSystem> |
| 127 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 128 | + <OptimizeReferences>true</OptimizeReferences> |
122 | 129 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 130 | + <AdditionalLibraryDirectories>$(SolutionDir)output\$(Configuration)\;..\..\..\vcpkg\installed\x86-windows\lib</AdditionalLibraryDirectories> |
| 131 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib</AdditionalDependencies> |
123 | 132 | </Link> |
124 | 133 | </ItemDefinitionGroup> |
125 | 134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
128 | 137 | <FunctionLevelLinking>true</FunctionLevelLinking> |
129 | 138 | <IntrinsicFunctions>true</IntrinsicFunctions> |
130 | 139 | <SDLCheck>true</SDLCheck> |
131 | | - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 140 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
132 | 141 | <ConformanceMode>true</ConformanceMode> |
| 142 | + <AdditionalIncludeDirectories>..\..\include;..\..\..\vcpkg\installed\x86-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
133 | 143 | </ClCompile> |
134 | 144 | <Link> |
135 | 145 | <SubSystem>Console</SubSystem> |
136 | 146 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
137 | 147 | <OptimizeReferences>true</OptimizeReferences> |
138 | 148 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 149 | + <AdditionalLibraryDirectories>$(SolutionDir)output\$(Platform)\$(Configuration)\;..\..\..\vcpkg\installed\x64-windows\lib</AdditionalLibraryDirectories> |
| 150 | + <AdditionalDependencies>openapi-cpp-sdk.lib;cpprest_2_10.lib</AdditionalDependencies> |
139 | 151 | </Link> |
140 | 152 | </ItemDefinitionGroup> |
141 | 153 | <ItemGroup> |
|
0 commit comments