|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 |
| - <PlatformName>x86</PlatformName> |
8 | 7 | </ProjectConfiguration>
|
9 | 8 | <ProjectConfiguration Include="Release|Win32">
|
10 | 9 | <Configuration>Release</Configuration>
|
11 | 10 | <Platform>Win32</Platform>
|
12 |
| - <PlatformName>x86</PlatformName> |
13 | 11 | </ProjectConfiguration>
|
14 | 12 | <ProjectConfiguration Include="Debug|x64">
|
15 | 13 | <Configuration>Debug</Configuration>
|
16 | 14 | <Platform>x64</Platform>
|
17 |
| - <PlatformName>x64</PlatformName> |
18 | 15 | </ProjectConfiguration>
|
19 | 16 | <ProjectConfiguration Include="Release|x64">
|
20 | 17 | <Configuration>Release</Configuration>
|
21 | 18 | <Platform>x64</Platform>
|
22 |
| - <PlatformName>x64</PlatformName> |
23 | 19 | </ProjectConfiguration>
|
24 | 20 | <ProjectConfiguration Include="Release|ARM64">
|
25 | 21 | <Configuration>Release</Configuration>
|
26 | 22 | <Platform>ARM64</Platform>
|
27 |
| - <PlatformName>Arm64</PlatformName> |
28 | 23 | </ProjectConfiguration>
|
29 | 24 | <ProjectConfiguration Include="Debug|ARM64">
|
30 | 25 | <Configuration>Debug</Configuration>
|
31 | 26 | <Platform>ARM64</Platform>
|
32 |
| - <PlatformName>Arm64</PlatformName> |
33 | 27 | </ProjectConfiguration>
|
34 | 28 | </ItemGroup>
|
| 29 | + <PropertyGroup Condition="'$(Platform)' == 'Win32'"> |
| 30 | + <PlatformType>x86</PlatformType> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Platform)' == 'x64'"> |
| 33 | + <PlatformType>x64</PlatformType> |
| 34 | + </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Platform)' == 'ARM64'"> |
| 36 | + <PlatformType>arm64</PlatformType> |
| 37 | + </PropertyGroup> |
35 | 38 | <PropertyGroup Label="Globals">
|
36 | 39 | <SccProjectName />
|
37 | 40 | <SccLocalPath />
|
|
57 | 60 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
58 | 61 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
|
59 | 62 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
|
60 |
| - <TargetName>Configure.$(PlatformName)</TargetName> |
61 |
| - <OutputFolder>..\Artifacts\$(Configuration)\$(PlatformName)</OutputFolder> |
| 63 | + <TargetName>Configure.$(PlatformType)</TargetName> |
| 64 | + <OutputFolder>..\Artifacts\$(Configuration)\$(PlatformType)</OutputFolder> |
62 | 65 | <OutDir>$(OutputFolder)\bin\</OutDir>
|
63 | 66 | <IntDir>$(OutputFolder)\obj\</IntDir>
|
64 | 67 | </PropertyGroup>
|
65 |
| - <ItemDefinitionGroup> |
66 |
| - <ClCompile> |
67 |
| - <PrecompiledHeaderOutputFile>$(OutputFolder)\Configure.pch</PrecompiledHeaderOutputFile> |
68 |
| - <AssemblerListingLocation>$(OutputFolder)\obj\</AssemblerListingLocation> |
69 |
| - <ObjectFileName>$(OutputFolder)\obj\</ObjectFileName> |
70 |
| - <ProgramDataBaseFileName>$(OutDir)\Configure</ProgramDataBaseFileName> |
71 |
| - </ClCompile> |
72 |
| - <Link> |
73 |
| - <ProgramDatabaseFile>$(OutputFolder)\bin\Configure.$(PlatformName).pdb</ProgramDatabaseFile> |
74 |
| - </Link> |
75 |
| - <Midl> |
76 |
| - <TypeLibraryName>$(OutputFolder)\obj\Configure.tlb</TypeLibraryName> |
77 |
| - </Midl> |
78 |
| - </ItemDefinitionGroup> |
79 | 68 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
80 | 69 | <ClCompile>
|
81 | 70 | <AdditionalOptions>/Zm200 %(AdditionalOptions)</AdditionalOptions>
|
|
0 commit comments