Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|ARM"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>ARM</Platform> |
| 7 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>ARM64</Platform> |
| 11 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 20 | <ProjectConfiguration Include="PGInstrument|ARM"> |
| 21 | <Configuration>PGInstrument</Configuration> |
| 22 | <Platform>ARM</Platform> |
| 23 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 24 | <ProjectConfiguration Include="PGInstrument|ARM64"> |
| 25 | <Configuration>PGInstrument</Configuration> |
| 26 | <Platform>ARM64</Platform> |
| 27 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 28 | <ProjectConfiguration Include="PGInstrument|Win32"> |
| 29 | <Configuration>PGInstrument</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="PGInstrument|x64"> |
| 33 | <Configuration>PGInstrument</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 36 | <ProjectConfiguration Include="PGUpdate|ARM"> |
| 37 | <Configuration>PGUpdate</Configuration> |
| 38 | <Platform>ARM</Platform> |
| 39 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 40 | <ProjectConfiguration Include="PGUpdate|ARM64"> |
| 41 | <Configuration>PGUpdate</Configuration> |
| 42 | <Platform>ARM64</Platform> |
| 43 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 44 | <ProjectConfiguration Include="PGUpdate|Win32"> |
| 45 | <Configuration>PGUpdate</Configuration> |
| 46 | <Platform>Win32</Platform> |
| 47 | </ProjectConfiguration> |
| 48 | <ProjectConfiguration Include="PGUpdate|x64"> |
| 49 | <Configuration>PGUpdate</Configuration> |
| 50 | <Platform>x64</Platform> |
| 51 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 52 | <ProjectConfiguration Include="Release|ARM"> |
| 53 | <Configuration>Release</Configuration> |
| 54 | <Platform>ARM</Platform> |
| 55 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 56 | <ProjectConfiguration Include="Release|ARM64"> |
| 57 | <Configuration>Release</Configuration> |
| 58 | <Platform>ARM64</Platform> |
| 59 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 60 | <ProjectConfiguration Include="Release|Win32"> |
| 61 | <Configuration>Release</Configuration> |
| 62 | <Platform>Win32</Platform> |
| 63 | </ProjectConfiguration> |
| 64 | <ProjectConfiguration Include="Release|x64"> |
| 65 | <Configuration>Release</Configuration> |
| 66 | <Platform>x64</Platform> |
| 67 | </ProjectConfiguration> |
| 68 | </ItemGroup> |
| 69 | <PropertyGroup Label="Globals"> |
| 70 | <ProjectGuid>{0E9791DB-593A-465F-98BC-681011311617}</ProjectGuid> |
| 71 | <RootNamespace>_decimal</RootNamespace> |
| 72 | <Keyword>Win32Proj</Keyword> |
| 73 | </PropertyGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 74 | <Import Project="python.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 76 | <PropertyGroup Label="Configuration"> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 77 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 78 | <CharacterSet>NotSet</CharacterSet> |
| 79 | </PropertyGroup> |
| 80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 81 | <PropertyGroup> |
| 82 | <TargetExt>.pyd</TargetExt> |
| 83 | </PropertyGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 84 | <ImportGroup Label="ExtensionSettings"> |
| 85 | </ImportGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 86 | <ImportGroup Label="PropertySheets"> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 88 | <Import Project="pyproject.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 89 | </ImportGroup> |
| 90 | <PropertyGroup Label="UserMacros" /> |
| 91 | <PropertyGroup> |
| 92 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 93 | </PropertyGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 94 | <ItemDefinitionGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 95 | <ClCompile> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 96 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MASM;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 97 | <PreprocessorDefinitions Condition="'$(Platform)' == 'Win32'">CONFIG_32;PPRO;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 98 | <PreprocessorDefinitions Condition="'$(Platform)'=='ARM'">CONFIG_32;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 99 | <PreprocessorDefinitions Condition="'$(Platform)'=='ARM64'">CONFIG_64;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 100 | <PreprocessorDefinitions Condition="'$(Platform)' == 'x64'">CONFIG_64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 101 | <AdditionalIncludeDirectories>..\Modules\_decimal;..\Modules\_decimal\libmpdec;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 102 | </ClCompile> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 103 | </ItemDefinitionGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 104 | <ItemGroup> |
| 105 | <ClInclude Include="..\Modules\_decimal\libmpdec\basearith.h" /> |
| 106 | <ClInclude Include="..\Modules\_decimal\libmpdec\bits.h" /> |
| 107 | <ClInclude Include="..\Modules\_decimal\libmpdec\constants.h" /> |
| 108 | <ClInclude Include="..\Modules\_decimal\libmpdec\convolute.h" /> |
| 109 | <ClInclude Include="..\Modules\_decimal\libmpdec\crt.h" /> |
| 110 | <ClInclude Include="..\Modules\_decimal\libmpdec\difradix2.h" /> |
| 111 | <ClInclude Include="..\Modules\_decimal\docstrings.h" /> |
| 112 | <ClInclude Include="..\Modules\_decimal\libmpdec\fnt.h" /> |
| 113 | <ClInclude Include="..\Modules\_decimal\libmpdec\fourstep.h" /> |
| 114 | <ClInclude Include="..\Modules\_decimal\libmpdec\mpdecimal.h" /> |
| 115 | <ClInclude Include="..\Modules\_decimal\libmpdec\numbertheory.h" /> |
| 116 | <ClInclude Include="..\Modules\_decimal\libmpdec\sixstep.h" /> |
| 117 | <ClInclude Include="..\Modules\_decimal\libmpdec\transpose.h" /> |
| 118 | <ClInclude Include="..\Modules\_decimal\libmpdec\typearith.h" /> |
| 119 | <ClInclude Include="..\Modules\_decimal\libmpdec\umodarith.h" /> |
| 120 | <ClInclude Include="..\Modules\_decimal\libmpdec\vccompat.h" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 121 | </ItemGroup> |
| 122 | <ItemGroup> |
| 123 | <ClCompile Include="..\Modules\_decimal\_decimal.c" /> |
| 124 | <ClCompile Include="..\Modules\_decimal\libmpdec\basearith.c" /> |
| 125 | <ClCompile Include="..\Modules\_decimal\libmpdec\constants.c" /> |
| 126 | <ClCompile Include="..\Modules\_decimal\libmpdec\context.c" /> |
| 127 | <ClCompile Include="..\Modules\_decimal\libmpdec\convolute.c" /> |
| 128 | <ClCompile Include="..\Modules\_decimal\libmpdec\crt.c" /> |
| 129 | <ClCompile Include="..\Modules\_decimal\libmpdec\difradix2.c" /> |
| 130 | <ClCompile Include="..\Modules\_decimal\libmpdec\fnt.c" /> |
| 131 | <ClCompile Include="..\Modules\_decimal\libmpdec\fourstep.c" /> |
| 132 | <ClCompile Include="..\Modules\_decimal\libmpdec\io.c" /> |
Stefan Krah | f117d87 | 2019-07-10 18:27:38 +0200 | [diff] [blame] | 133 | <ClCompile Include="..\Modules\_decimal\libmpdec\mpalloc.c" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 134 | <ClCompile Include="..\Modules\_decimal\libmpdec\mpdecimal.c" /> |
| 135 | <ClCompile Include="..\Modules\_decimal\libmpdec\numbertheory.c" /> |
| 136 | <ClCompile Include="..\Modules\_decimal\libmpdec\sixstep.c" /> |
| 137 | <ClCompile Include="..\Modules\_decimal\libmpdec\transpose.c" /> |
| 138 | </ItemGroup> |
| 139 | <ItemGroup> |
| 140 | <CustomBuild Include="..\Modules\_decimal\libmpdec\vcdiv64.asm"> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 141 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 142 | <ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 143 | <ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 144 | <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)vcdiv64.obj" "%(FullPath)"</Command> |
| 145 | <Outputs>$(IntDir)vcdiv64.obj;%(Outputs)</Outputs> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 146 | </CustomBuild> |
| 147 | </ItemGroup> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 148 | <ItemGroup> |
Steve Dower | b066058 | 2016-04-06 12:35:24 -0700 | [diff] [blame] | 149 | <ResourceCompile Include="..\PC\python_nt.rc" /> |
| 150 | </ItemGroup> |
| 151 | <ItemGroup> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 152 | <ProjectReference Include="pythoncore.vcxproj"> |
| 153 | <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> |
| 154 | </ProjectReference> |
| 155 | </ItemGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 156 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 157 | <ImportGroup Label="ExtensionTargets"> |
| 158 | </ImportGroup> |
Yury Selivanov | f23746a | 2018-01-22 19:11:18 -0500 | [diff] [blame] | 159 | </Project> |