|
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> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>Win32</Platform> |
|
9 | 13 | <Configuration>Debug</Configuration> |
10 | 14 | <Platform>x64</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="PGInstrument|ARM"> |
| 17 | + <Configuration>PGInstrument</Configuration> |
| 18 | + <Platform>ARM</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="PGInstrument|Win32"> |
13 | 21 | <Configuration>PGInstrument</Configuration> |
14 | 22 | <Platform>Win32</Platform> |
|
17 | 25 | <Configuration>PGInstrument</Configuration> |
18 | 26 | <Platform>x64</Platform> |
19 | 27 | </ProjectConfiguration> |
| 28 | + <ProjectConfiguration Include="PGUpdate|ARM"> |
| 29 | + <Configuration>PGUpdate</Configuration> |
| 30 | + <Platform>ARM</Platform> |
| 31 | + </ProjectConfiguration> |
20 | 32 | <ProjectConfiguration Include="PGUpdate|Win32"> |
21 | 33 | <Configuration>PGUpdate</Configuration> |
22 | 34 | <Platform>Win32</Platform> |
|
25 | 37 | <Configuration>PGUpdate</Configuration> |
26 | 38 | <Platform>x64</Platform> |
27 | 39 | </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="Release|ARM"> |
| 41 | + <Configuration>Release</Configuration> |
| 42 | + <Platform>ARM</Platform> |
| 43 | + </ProjectConfiguration> |
28 | 44 | <ProjectConfiguration Include="Release|Win32"> |
29 | 45 | <Configuration>Release</Configuration> |
30 | 46 | <Platform>Win32</Platform> |
|
61 | 77 | </PropertyGroup> |
62 | 78 | <ItemDefinitionGroup> |
63 | 79 | <Link> |
64 | | - <AdditionalDependencies>version.lib;ole32.lib;oleaut32.lib;Microsoft.VisualStudio.Setup.Configuration.Native.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 80 | + <AdditionalDependencies>version.lib;ole32.lib;oleaut32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
65 | 81 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);$(PySourcePath)PC\external\$(PlatformToolset)\$(ArchName)</AdditionalLibraryDirectories> |
66 | 82 | </Link> |
67 | 83 | </ItemDefinitionGroup> |
|
0 commit comments