|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.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 | 4 | <ProjectConfiguration Include="Release|Win32">
|
9 | 5 | <Configuration>Release</Configuration>
|
10 | 6 | <Platform>Win32</Platform>
|
11 | 7 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="PGInstrument|Win32"> |
13 |
| - <Configuration>PGInstrument</Configuration> |
14 |
| - <Platform>Win32</Platform> |
15 |
| - </ProjectConfiguration> |
16 |
| - <ProjectConfiguration Include="PGInstrument|x64"> |
17 |
| - <Configuration>PGInstrument</Configuration> |
18 |
| - <Platform>x64</Platform> |
19 |
| - </ProjectConfiguration> |
20 |
| - <ProjectConfiguration Include="PGUpdate|Win32"> |
21 |
| - <Configuration>PGUpdate</Configuration> |
22 |
| - <Platform>Win32</Platform> |
23 |
| - </ProjectConfiguration> |
24 |
| - <ProjectConfiguration Include="PGUpdate|x64"> |
25 |
| - <Configuration>PGUpdate</Configuration> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
| 9 | + <Configuration>Release</Configuration> |
26 | 10 | <Platform>x64</Platform>
|
27 | 11 | </ProjectConfiguration>
|
28 |
| - <ProjectConfiguration Include="Debug|x64"> |
29 |
| - <Configuration>Debug</Configuration> |
30 |
| - <Platform>x64</Platform> |
| 12 | + <ProjectConfiguration Include="Release|ARM"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>ARM</Platform> |
31 | 15 | </ProjectConfiguration>
|
32 |
| - <ProjectConfiguration Include="Release|x64"> |
| 16 | + <ProjectConfiguration Include="Release|ARM64"> |
33 | 17 | <Configuration>Release</Configuration>
|
34 |
| - <Platform>x64</Platform> |
| 18 | + <Platform>ARM64</Platform> |
35 | 19 | </ProjectConfiguration>
|
36 | 20 | </ItemGroup>
|
37 | 21 | <PropertyGroup Label="Globals">
|
|
40 | 24 |
|
41 | 25 | <Import Project="python.props" />
|
42 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
43 |
| - |
44 |
| - <PropertyGroup Label="Configuration"> |
| 27 | + |
| 28 | + <PropertyGroup Label="Configuration" Condition="$(Platform) == 'Win32'"> |
45 | 29 | <ConfigurationType>Makefile</ConfigurationType>
|
46 | 30 | <Bitness>32</Bitness>
|
47 |
| - <Bitness Condition="$(Platform) == 'x64'">64</Bitness> |
48 | 31 | <ArchName>x86</ArchName>
|
49 |
| - <ArchName Condition="$(Platform) == 'x64'">amd64</ArchName> |
50 | 32 | <OpenSSLPlatform>VC-WIN32</OpenSSLPlatform>
|
51 |
| - <OpenSSLPlatform Condition="$(Platform) == 'x64'">VC-WIN64A</OpenSSLPlatform> |
| 33 | + <SupportSigning>true</SupportSigning> |
| 34 | + </PropertyGroup> |
| 35 | + |
| 36 | + <PropertyGroup Label="Configuration" Condition="$(Platform) == 'x64'"> |
| 37 | + <ConfigurationType>Makefile</ConfigurationType> |
| 38 | + <Bitness>64</Bitness> |
| 39 | + <ArchName>amd64</ArchName> |
| 40 | + <OpenSSLPlatform>VC-WIN64A</OpenSSLPlatform> |
| 41 | + <SupportSigning>true</SupportSigning> |
| 42 | + </PropertyGroup> |
| 43 | + |
| 44 | + <PropertyGroup Label="Configuration" Condition="$(Platform) == 'ARM'"> |
| 45 | + <ConfigurationType>Makefile</ConfigurationType> |
| 46 | + <Bitness>ARM</Bitness> |
| 47 | + <ArchName>ARM</ArchName> |
| 48 | + <OpenSSLPlatform>VC-WIN32-ARM</OpenSSLPlatform> |
| 49 | + <SupportSigning>true</SupportSigning> |
| 50 | + </PropertyGroup> |
| 51 | + |
| 52 | + <PropertyGroup Label="Configuration" Condition="$(Platform) == 'ARM64'"> |
| 53 | + <ConfigurationType>Makefile</ConfigurationType> |
| 54 | + <Bitness>ARM64</Bitness> |
| 55 | + <ArchName>ARM64</ArchName> |
| 56 | + <OpenSSLPlatform>VC-WIN64-ARM</OpenSSLPlatform> |
52 | 57 | <SupportSigning>true</SupportSigning>
|
53 | 58 | </PropertyGroup>
|
54 | 59 |
|
|
0 commit comments