|
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> |
|
63 | 79 | <ClCompile> |
64 | 80 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MASM;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
65 | 81 | <PreprocessorDefinitions Condition="'$(Platform)' == 'Win32'">CONFIG_32;PPRO;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 82 | + <PreprocessorDefinitions Condition="'$(Platform)'=='ARM'">CONFIG_32;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
66 | 83 | <PreprocessorDefinitions Condition="'$(Platform)' == 'x64'">CONFIG_64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
67 | 84 | <AdditionalIncludeDirectories>..\Modules\_decimal;..\Modules\_decimal\libmpdec;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
68 | 85 | </ClCompile> |
|
106 | 123 | <ItemGroup> |
107 | 124 | <CustomBuild Include="..\Modules\_decimal\libmpdec\vcdiv64.asm"> |
108 | 125 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> |
| 126 | + <ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild> |
109 | 127 | <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)vcdiv64.obj" "%(FullPath)"</Command> |
110 | 128 | <Outputs>$(IntDir)vcdiv64.obj;%(Outputs)</Outputs> |
111 | 129 | </CustomBuild> |
|
0 commit comments