|
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|ARM"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 13 | <Configuration>Debug</Configuration> |
6 | 14 | <Platform>Win32</Platform> |
|
9 | 17 | <Configuration>Debug</Configuration> |
10 | 18 | <Platform>x64</Platform> |
11 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="PGInstrument|ARM"> |
| 21 | + <Configuration>PGInstrument</Configuration> |
| 22 | + <Platform>ARM</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="PGInstrument|ARM64"> |
| 25 | + <Configuration>PGInstrument</Configuration> |
| 26 | + <Platform>ARM64</Platform> |
| 27 | + </ProjectConfiguration> |
12 | 28 | <ProjectConfiguration Include="PGInstrument|Win32"> |
13 | 29 | <Configuration>PGInstrument</Configuration> |
14 | 30 | <Platform>Win32</Platform> |
|
17 | 33 | <Configuration>PGInstrument</Configuration> |
18 | 34 | <Platform>x64</Platform> |
19 | 35 | </ProjectConfiguration> |
| 36 | + <ProjectConfiguration Include="PGUpdate|ARM"> |
| 37 | + <Configuration>PGUpdate</Configuration> |
| 38 | + <Platform>ARM</Platform> |
| 39 | + </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="PGUpdate|ARM64"> |
| 41 | + <Configuration>PGUpdate</Configuration> |
| 42 | + <Platform>ARM64</Platform> |
| 43 | + </ProjectConfiguration> |
20 | 44 | <ProjectConfiguration Include="PGUpdate|Win32"> |
21 | 45 | <Configuration>PGUpdate</Configuration> |
22 | 46 | <Platform>Win32</Platform> |
|
25 | 49 | <Configuration>PGUpdate</Configuration> |
26 | 50 | <Platform>x64</Platform> |
27 | 51 | </ProjectConfiguration> |
| 52 | + <ProjectConfiguration Include="Release|ARM"> |
| 53 | + <Configuration>Release</Configuration> |
| 54 | + <Platform>ARM</Platform> |
| 55 | + </ProjectConfiguration> |
| 56 | + <ProjectConfiguration Include="Release|ARM64"> |
| 57 | + <Configuration>Release</Configuration> |
| 58 | + <Platform>ARM64</Platform> |
| 59 | + </ProjectConfiguration> |
28 | 60 | <ProjectConfiguration Include="Release|Win32"> |
29 | 61 | <Configuration>Release</Configuration> |
30 | 62 | <Platform>Win32</Platform> |
|
0 commit comments