|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
7 | | - </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Debug|x64"> |
9 | | - <Configuration>Debug</Configuration> |
10 | | - <Platform>x64</Platform> |
11 | | - </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Release|Win32"> |
13 | | - <Configuration>Release</Configuration> |
14 | | - <Platform>Win32</Platform> |
| 4 | + <ProjectConfiguration Include="SDK10Debug|ARM64"> |
| 5 | + <Configuration>SDK10Debug</Configuration> |
| 6 | + <Platform>ARM64</Platform> |
15 | 7 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|x64"> |
17 | | - <Configuration>Release</Configuration> |
18 | | - <Platform>x64</Platform> |
| 8 | + <ProjectConfiguration Include="SDK10ReleaseDynamicLinking|ARM64"> |
| 9 | + <Configuration>SDK10ReleaseDynamicLinking</Configuration> |
| 10 | + <Platform>ARM64</Platform> |
19 | 11 | </ProjectConfiguration> |
20 | 12 | <ProjectConfiguration Include="SDK10ReleaseDynamicLinking|Win32"> |
21 | 13 | <Configuration>SDK10ReleaseDynamicLinking</Configuration> |
|
25 | 17 | <Configuration>SDK10ReleaseDynamicLinking</Configuration> |
26 | 18 | <Platform>x64</Platform> |
27 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="SDK10Release|ARM64"> |
| 21 | + <Configuration>SDK10Release</Configuration> |
| 22 | + <Platform>ARM64</Platform> |
| 23 | + </ProjectConfiguration> |
28 | 24 | <ProjectConfiguration Include="SDK10Release|Win32"> |
29 | 25 | <Configuration>SDK10Release</Configuration> |
30 | 26 | <Platform>Win32</Platform> |
|
47 | 43 | <RootNamespace>CppWindowsService</RootNamespace> |
48 | 44 | <Keyword>Win32Proj</Keyword> |
49 | 45 | <ProjectName>OpenStackService</ProjectName> |
50 | | - <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
| 46 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
51 | 47 | </PropertyGroup> |
52 | 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
53 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
54 | | - <ConfigurationType>Application</ConfigurationType> |
55 | | - <PlatformToolset>v140_xp</PlatformToolset> |
56 | | - <CharacterSet>Unicode</CharacterSet> |
57 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
58 | | - </PropertyGroup> |
59 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
60 | | - <ConfigurationType>Application</ConfigurationType> |
61 | | - <PlatformToolset>v140_xp</PlatformToolset> |
62 | | - <CharacterSet>Unicode</CharacterSet> |
63 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
64 | | - </PropertyGroup> |
65 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
66 | | - <ConfigurationType>Application</ConfigurationType> |
67 | | - <PlatformToolset>v140_xp</PlatformToolset> |
68 | | - <CharacterSet>Unicode</CharacterSet> |
69 | | - </PropertyGroup> |
70 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'" Label="Configuration"> |
71 | 50 | <ConfigurationType>Application</ConfigurationType> |
72 | | - <PlatformToolset>v141</PlatformToolset> |
| 51 | + <PlatformToolset>v142</PlatformToolset> |
73 | 52 | <CharacterSet>Unicode</CharacterSet> |
74 | 53 | </PropertyGroup> |
75 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="Configuration"> |
76 | 55 | <ConfigurationType>Application</ConfigurationType> |
77 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 56 | + <PlatformToolset>v142</PlatformToolset> |
78 | 57 | <CharacterSet>Unicode</CharacterSet> |
79 | 58 | </PropertyGroup> |
80 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="Configuration"> |
| 59 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'" Label="Configuration"> |
81 | 60 | <ConfigurationType>Application</ConfigurationType> |
82 | | - <PlatformToolset>v141</PlatformToolset> |
| 61 | + <PlatformToolset>v142</PlatformToolset> |
83 | 62 | <CharacterSet>Unicode</CharacterSet> |
84 | 63 | </PropertyGroup> |
85 | 64 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'"> |
86 | | - <PlatformToolset>v141</PlatformToolset> |
| 65 | + <PlatformToolset>v142</PlatformToolset> |
87 | 66 | <CharacterSet>Unicode</CharacterSet> |
88 | 67 | </PropertyGroup> |
89 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'" Label="Configuration"> |
90 | | - <PlatformToolset>v141</PlatformToolset> |
| 69 | + <PlatformToolset>v142</PlatformToolset> |
91 | 70 | <CharacterSet>Unicode</CharacterSet> |
92 | 71 | </PropertyGroup> |
93 | 72 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'"> |
94 | | - <PlatformToolset>v141</PlatformToolset> |
| 73 | + <PlatformToolset>v142</PlatformToolset> |
| 74 | + <CharacterSet>Unicode</CharacterSet> |
| 75 | + </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|ARM64'" Label="Configuration"> |
| 77 | + <PlatformToolset>v142</PlatformToolset> |
95 | 78 | <CharacterSet>Unicode</CharacterSet> |
96 | 79 | </PropertyGroup> |
97 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'" Label="Configuration"> |
98 | | - <PlatformToolset>v141</PlatformToolset> |
| 81 | + <PlatformToolset>v142</PlatformToolset> |
| 82 | + <CharacterSet>Unicode</CharacterSet> |
| 83 | + </PropertyGroup> |
| 84 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|ARM64'" Label="Configuration"> |
| 85 | + <PlatformToolset>v142</PlatformToolset> |
99 | 86 | <CharacterSet>Unicode</CharacterSet> |
100 | 87 | </PropertyGroup> |
101 | 88 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
102 | 89 | <ImportGroup Label="ExtensionSettings"> |
103 | 90 | </ImportGroup> |
104 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
105 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
106 | | - </ImportGroup> |
107 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
108 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
109 | | - </ImportGroup> |
110 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
111 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
112 | | - </ImportGroup> |
113 | 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'" Label="PropertySheets"> |
114 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
115 | 93 | </ImportGroup> |
116 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="PropertySheets"> |
117 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
118 | 96 | </ImportGroup> |
119 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="PropertySheets"> |
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'" Label="PropertySheets"> |
120 | 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
121 | 99 | </ImportGroup> |
122 | 100 | <PropertyGroup Label="UserMacros" /> |
123 | 101 | <PropertyGroup> |
124 | 102 | <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> |
125 | 103 | </PropertyGroup> |
126 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
127 | | - <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
128 | | - <IntDir>$(Configuration)\</IntDir> |
129 | | - <LinkIncremental>true</LinkIncremental> |
130 | | - </PropertyGroup> |
131 | 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'"> |
132 | 105 | <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
133 | 106 | <IntDir>$(Configuration)\</IntDir> |
134 | 107 | <LinkIncremental>true</LinkIncremental> |
135 | 108 | </PropertyGroup> |
136 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
137 | | - <LinkIncremental>true</LinkIncremental> |
138 | | - </PropertyGroup> |
139 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'"> |
140 | 110 | <LinkIncremental>true</LinkIncremental> |
141 | 111 | </PropertyGroup> |
142 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
143 | | - <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
144 | | - <IntDir>$(Configuration)\</IntDir> |
145 | | - <LinkIncremental>false</LinkIncremental> |
146 | | - </PropertyGroup> |
147 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
148 | | - <LinkIncremental>false</LinkIncremental> |
| 112 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'"> |
| 113 | + <LinkIncremental>true</LinkIncremental> |
149 | 114 | </PropertyGroup> |
150 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
151 | | - <ClCompile> |
152 | | - <Optimization>Disabled</Optimization> |
153 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
154 | | - <MinimalRebuild>true</MinimalRebuild> |
155 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
156 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
157 | | - <PrecompiledHeader /> |
158 | | - <WarningLevel>Level3</WarningLevel> |
159 | | - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
160 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
161 | | - </ClCompile> |
162 | | - <Link> |
163 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
164 | | - <SubSystem>Console</SubSystem> |
165 | | - <TargetMachine>MachineX86</TargetMachine> |
166 | | - </Link> |
167 | | - </ItemDefinitionGroup> |
168 | 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'"> |
169 | 116 | <ClCompile> |
170 | 117 | <Optimization>Disabled</Optimization> |
|
184 | 131 | <TargetMachine>MachineX86</TargetMachine> |
185 | 132 | </Link> |
186 | 133 | </ItemDefinitionGroup> |
187 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 134 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'"> |
188 | 135 | <ClCompile> |
189 | 136 | <Optimization>Disabled</Optimization> |
190 | 137 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
201 | 148 | <SubSystem>Console</SubSystem> |
202 | 149 | </Link> |
203 | 150 | </ItemDefinitionGroup> |
204 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'"> |
| 151 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'"> |
205 | 152 | <ClCompile> |
206 | 153 | <Optimization>Disabled</Optimization> |
207 | 154 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
218 | 165 | <SubSystem>Console</SubSystem> |
219 | 166 | </Link> |
220 | 167 | </ItemDefinitionGroup> |
221 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 168 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'"> |
222 | 169 | <ClCompile> |
223 | | - <Optimization>MaxSpeed</Optimization> |
224 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
225 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
226 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
227 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
228 | | - <PrecompiledHeader /> |
229 | | - <WarningLevel>Level3</WarningLevel> |
230 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
231 | 170 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 171 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
232 | 172 | </ClCompile> |
233 | | - <Link> |
234 | | - <GenerateDebugInformation>false</GenerateDebugInformation> |
235 | | - <SubSystem>Console</SubSystem> |
236 | | - <OptimizeReferences>true</OptimizeReferences> |
237 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
238 | | - <TargetMachine>MachineX86</TargetMachine> |
239 | | - </Link> |
240 | | - <PostBuildEvent> |
241 | | - <Command> |
242 | | - </Command> |
243 | | - </PostBuildEvent> |
244 | 173 | </ItemDefinitionGroup> |
245 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 174 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'"> |
246 | 175 | <ClCompile> |
247 | | - <Optimization>MaxSpeed</Optimization> |
248 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
249 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
250 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
251 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
252 | | - <PrecompiledHeader> |
253 | | - </PrecompiledHeader> |
254 | | - <WarningLevel>Level3</WarningLevel> |
255 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
256 | 176 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 177 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
257 | 178 | </ClCompile> |
258 | | - <Link> |
259 | | - <GenerateDebugInformation>false</GenerateDebugInformation> |
260 | | - <SubSystem>Console</SubSystem> |
261 | | - <OptimizeReferences>true</OptimizeReferences> |
262 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
263 | | - </Link> |
264 | | - <PostBuildEvent> |
265 | | - <Command> |
266 | | - </Command> |
267 | | - </PostBuildEvent> |
268 | 179 | </ItemDefinitionGroup> |
269 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'"> |
| 180 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'"> |
270 | 181 | <ClCompile> |
271 | 182 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
272 | 183 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
273 | 184 | </ClCompile> |
274 | 185 | </ItemDefinitionGroup> |
275 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'"> |
| 186 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|ARM64'"> |
276 | 187 | <ClCompile> |
277 | 188 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
278 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 189 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
279 | 190 | </ClCompile> |
280 | 191 | </ItemDefinitionGroup> |
281 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'"> |
| 192 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'"> |
282 | 193 | <ClCompile> |
283 | 194 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
284 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 195 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
285 | 196 | </ClCompile> |
286 | 197 | </ItemDefinitionGroup> |
287 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'"> |
| 198 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|ARM64'"> |
288 | 199 | <ClCompile> |
289 | 200 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
290 | 201 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
0 commit comments