|
7 | 7 | <Configuration>Debug</Configuration> |
8 | 8 | <Platform>arm64</Platform> |
9 | 9 | </ProjectConfiguration> |
10 | | - <ProjectConfiguration Include="Debug|Win32"> |
| 10 | + <ProjectConfiguration Include="Debug|x86"> |
11 | 11 | <Configuration>Debug</Configuration> |
12 | | - <Platform>Win32</Platform> |
| 12 | + <Platform>x86</Platform> |
13 | 13 | </ProjectConfiguration> |
14 | 14 | <ProjectConfiguration Include="Preview|arm64"> |
15 | 15 | <Configuration>Preview</Configuration> |
16 | 16 | <Platform>arm64</Platform> |
17 | 17 | </ProjectConfiguration> |
18 | | - <ProjectConfiguration Include="Preview|Win32"> |
| 18 | + <ProjectConfiguration Include="Preview|x86"> |
19 | 19 | <Configuration>Preview</Configuration> |
20 | | - <Platform>Win32</Platform> |
| 20 | + <Platform>x86</Platform> |
21 | 21 | </ProjectConfiguration> |
22 | 22 | <ProjectConfiguration Include="Preview|x64"> |
23 | 23 | <Configuration>Preview</Configuration> |
|
27 | 27 | <Configuration>Release</Configuration> |
28 | 28 | <Platform>arm64</Platform> |
29 | 29 | </ProjectConfiguration> |
30 | | - <ProjectConfiguration Include="Release|Win32"> |
| 30 | + <ProjectConfiguration Include="Release|x86"> |
31 | 31 | <Configuration>Release</Configuration> |
32 | | - <Platform>Win32</Platform> |
| 32 | + <Platform>x86</Platform> |
33 | 33 | </ProjectConfiguration> |
34 | 34 | <ProjectConfiguration Include="Debug|x64"> |
35 | 35 | <Configuration>Debug</Configuration> |
|
43 | 43 | <Configuration>Sideload</Configuration> |
44 | 44 | <Platform>arm64</Platform> |
45 | 45 | </ProjectConfiguration> |
46 | | - <ProjectConfiguration Include="Sideload|Win32"> |
| 46 | + <ProjectConfiguration Include="Sideload|x86"> |
47 | 47 | <Configuration>Sideload</Configuration> |
48 | | - <Platform>Win32</Platform> |
| 48 | + <Platform>x86</Platform> |
49 | 49 | </ProjectConfiguration> |
50 | 50 | <ProjectConfiguration Include="Sideload|x64"> |
51 | 51 | <Configuration>Sideload</Configuration> |
|
55 | 55 | <Configuration>Stable</Configuration> |
56 | 56 | <Platform>arm64</Platform> |
57 | 57 | </ProjectConfiguration> |
58 | | - <ProjectConfiguration Include="Stable|Win32"> |
| 58 | + <ProjectConfiguration Include="Stable|x86"> |
59 | 59 | <Configuration>Stable</Configuration> |
60 | | - <Platform>Win32</Platform> |
| 60 | + <Platform>x86</Platform> |
61 | 61 | </ProjectConfiguration> |
62 | 62 | <ProjectConfiguration Include="Stable|x64"> |
63 | 63 | <Configuration>Stable</Configuration> |
|
67 | 67 | <Configuration>Store</Configuration> |
68 | 68 | <Platform>arm64</Platform> |
69 | 69 | </ProjectConfiguration> |
70 | | - <ProjectConfiguration Include="Store|Win32"> |
| 70 | + <ProjectConfiguration Include="Store|x86"> |
71 | 71 | <Configuration>Store</Configuration> |
72 | | - <Platform>Win32</Platform> |
| 72 | + <Platform>x86</Platform> |
73 | 73 | </ProjectConfiguration> |
74 | 74 | <ProjectConfiguration Include="Store|x64"> |
75 | 75 | <Configuration>Store</Configuration> |
|
141 | 141 | </PostBuildEvent> |
142 | 142 | </ItemDefinitionGroup> |
143 | 143 |
|
144 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 144 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
145 | 145 | <ClCompile> |
146 | 146 | <Optimization>Disabled</Optimization> |
147 | 147 | <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
148 | 148 | </ClCompile> |
149 | 149 | <Midl> |
150 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 150 | + <TargetEnvironment>x86</TargetEnvironment> |
151 | 151 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
152 | 152 | </Midl> |
153 | 153 | <ResourceCompile> |
|
181 | 181 | </ResourceCompile> |
182 | 182 | </ItemDefinitionGroup> |
183 | 183 |
|
184 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 184 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
185 | 185 | <ClCompile> |
186 | 186 | <Optimization>MaxSpeed</Optimization> |
187 | 187 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
188 | 188 | </ClCompile> |
189 | 189 | <Midl> |
190 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 190 | + <TargetEnvironment>x86</TargetEnvironment> |
191 | 191 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
192 | 192 | </Midl> |
193 | 193 | <ResourceCompile> |
|
199 | 199 | </Link> |
200 | 200 | </ItemDefinitionGroup> |
201 | 201 |
|
202 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Sideload|Win32'"> |
| 202 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Sideload|x86'"> |
203 | 203 | <ClCompile> |
204 | 204 | <Optimization>MaxSpeed</Optimization> |
205 | 205 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
206 | 206 | </ClCompile> |
207 | 207 | <Midl> |
208 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 208 | + <TargetEnvironment>x86</TargetEnvironment> |
209 | 209 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
210 | 210 | </Midl> |
211 | 211 | <ResourceCompile> |
|
217 | 217 | </Link> |
218 | 218 | </ItemDefinitionGroup> |
219 | 219 |
|
220 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Store|Win32'"> |
| 220 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Store|x86'"> |
221 | 221 | <ClCompile> |
222 | 222 | <Optimization>MaxSpeed</Optimization> |
223 | 223 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
224 | 224 | </ClCompile> |
225 | 225 | <Midl> |
226 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 226 | + <TargetEnvironment>x86</TargetEnvironment> |
227 | 227 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
228 | 228 | </Midl> |
229 | 229 | <ResourceCompile> |
|
235 | 235 | </Link> |
236 | 236 | </ItemDefinitionGroup> |
237 | 237 |
|
238 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'"> |
| 238 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|x86'"> |
239 | 239 | <ClCompile> |
240 | 240 | <Optimization>MaxSpeed</Optimization> |
241 | 241 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
242 | 242 | </ClCompile> |
243 | 243 | <Midl> |
244 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 244 | + <TargetEnvironment>x86</TargetEnvironment> |
245 | 245 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
246 | 246 | </Midl> |
247 | 247 | <ResourceCompile> |
|
253 | 253 | </Link> |
254 | 254 | </ItemDefinitionGroup> |
255 | 255 |
|
256 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Stable|Win32'"> |
| 256 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Stable|x86'"> |
257 | 257 | <ClCompile> |
258 | 258 | <Optimization>MaxSpeed</Optimization> |
259 | 259 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
260 | 260 | </ClCompile> |
261 | 261 | <Midl> |
262 | | - <TargetEnvironment>Win32</TargetEnvironment> |
| 262 | + <TargetEnvironment>x86</TargetEnvironment> |
263 | 263 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
264 | 264 | </Midl> |
265 | 265 | <ResourceCompile> |
|
0 commit comments