|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>ARM</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 13 | <Configuration>Debug</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
|
17 | 21 | <Configuration>PGInstrument</Configuration> |
18 | 22 | <Platform>ARM</Platform> |
19 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="PGInstrument|ARM64"> |
| 25 | + <Configuration>PGInstrument</Configuration> |
| 26 | + <Platform>ARM64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | <ProjectConfiguration Include="PGInstrument|Win32"> |
21 | 29 | <Configuration>PGInstrument</Configuration> |
22 | 30 | <Platform>Win32</Platform> |
|
29 | 37 | <Configuration>PGUpdate</Configuration> |
30 | 38 | <Platform>ARM</Platform> |
31 | 39 | </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="PGUpdate|ARM64"> |
| 41 | + <Configuration>PGUpdate</Configuration> |
| 42 | + <Platform>ARM64</Platform> |
| 43 | + </ProjectConfiguration> |
32 | 44 | <ProjectConfiguration Include="PGUpdate|Win32"> |
33 | 45 | <Configuration>PGUpdate</Configuration> |
34 | 46 | <Platform>Win32</Platform> |
|
41 | 53 | <Configuration>Release</Configuration> |
42 | 54 | <Platform>ARM</Platform> |
43 | 55 | </ProjectConfiguration> |
| 56 | + <ProjectConfiguration Include="Release|ARM64"> |
| 57 | + <Configuration>Release</Configuration> |
| 58 | + <Platform>ARM64</Platform> |
| 59 | + </ProjectConfiguration> |
44 | 60 | <ProjectConfiguration Include="Release|Win32"> |
45 | 61 | <Configuration>Release</Configuration> |
46 | 62 | <Platform>Win32</Platform> |
|
80 | 96 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MASM;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
81 | 97 | <PreprocessorDefinitions Condition="'$(Platform)' == 'Win32'">CONFIG_32;PPRO;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
82 | 98 | <PreprocessorDefinitions Condition="'$(Platform)'=='ARM'">CONFIG_32;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 99 | + <PreprocessorDefinitions Condition="'$(Platform)'=='ARM64'">CONFIG_64;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
83 | 100 | <PreprocessorDefinitions Condition="'$(Platform)' == 'x64'">CONFIG_64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
84 | 101 | <AdditionalIncludeDirectories>..\Modules\_decimal;..\Modules\_decimal\libmpdec;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
85 | 102 | </ClCompile> |
|
124 | 141 | <CustomBuild Include="..\Modules\_decimal\libmpdec\vcdiv64.asm"> |
125 | 142 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> |
126 | 143 | <ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild> |
| 144 | + <ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild> |
127 | 145 | <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)vcdiv64.obj" "%(FullPath)"</Command> |
128 | 146 | <Outputs>$(IntDir)vcdiv64.obj;%(Outputs)</Outputs> |
129 | 147 | </CustomBuild> |
|
0 commit comments