|
29 | 29 | <PlatformTarget>x64</PlatformTarget>
|
30 | 30 | </PropertyGroup>-->
|
31 | 31 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMono'">
|
32 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
| 32 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON2;PYTHON27;UCS4</DefineConstants> |
33 | 33 | <Optimize>true</Optimize>
|
34 | 34 | <DebugType>pdbonly</DebugType>
|
35 | 35 | </PropertyGroup>
|
36 | 36 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'">
|
37 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON38;UCS4</DefineConstants> |
| 37 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON3;PYTHON38;UCS4</DefineConstants> |
38 | 38 | <Optimize>true</Optimize>
|
39 | 39 | <DebugType>pdbonly</DebugType>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugMono'">
|
42 | 42 | <DebugSymbols>true</DebugSymbols>
|
43 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4;TRACE;DEBUG</DefineConstants> |
| 43 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON2;PYTHON27;UCS4;TRACE;DEBUG</DefineConstants> |
44 | 44 | <Optimize>false</Optimize>
|
45 | 45 | <DebugType>full</DebugType>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugMonoPY3'">
|
48 | 48 | <DebugSymbols>true</DebugSymbols>
|
49 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON38;UCS4;TRACE;DEBUG</DefineConstants> |
| 49 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON3;PYTHON38;UCS4;TRACE;DEBUG</DefineConstants> |
50 | 50 | <Optimize>false</Optimize>
|
51 | 51 | <DebugType>full</DebugType>
|
52 | 52 | </PropertyGroup>
|
53 | 53 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWin'">
|
54 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
| 54 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON2;PYTHON27;UCS2</DefineConstants> |
55 | 55 | <Optimize>true</Optimize>
|
56 | 56 | <DebugType>pdbonly</DebugType>
|
57 | 57 | </PropertyGroup>
|
58 | 58 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWinPY3'">
|
59 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON38;UCS2</DefineConstants> |
| 59 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON3;PYTHON38;UCS2</DefineConstants> |
60 | 60 | <Optimize>true</Optimize>
|
61 | 61 | <DebugType>pdbonly</DebugType>
|
62 | 62 | </PropertyGroup>
|
63 | 63 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugWin'">
|
64 | 64 | <DebugSymbols>true</DebugSymbols>
|
65 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2;TRACE;DEBUG</DefineConstants> |
| 65 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON2;PYTHON27;UCS2;TRACE;DEBUG</DefineConstants> |
66 | 66 | <Optimize>false</Optimize>
|
67 | 67 | <DebugType>full</DebugType>
|
68 | 68 | </PropertyGroup>
|
69 | 69 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'">
|
70 | 70 | <DebugSymbols>true</DebugSymbols>
|
71 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON38;UCS2;TRACE;DEBUG</DefineConstants> |
| 71 | + <DefineConstants Condition="'$(DefineConstants)' == ''">NET40;PYTHON3;PYTHON38;UCS2;TRACE;DEBUG</DefineConstants> |
72 | 72 | <Optimize>false</Optimize>
|
73 | 73 | <DebugType>full</DebugType>
|
74 | 74 | </PropertyGroup>
|
|
131 | 131 | <Compile Include="propertyobject.cs" />
|
132 | 132 | <Compile Include="pyansistring.cs" />
|
133 | 133 | <Compile Include="pydict.cs" />
|
| 134 | + <Compile Include="PyExportAttribute.cs" /> |
134 | 135 | <Compile Include="pyfloat.cs" />
|
135 | 136 | <Compile Include="pyint.cs" />
|
136 | 137 | <Compile Include="pyiter.cs" />
|
|
151 | 152 | <Compile Include="Util.cs" />
|
152 | 153 | <Compile Include="platform\Types.cs" />
|
153 | 154 | <Compile Include="platform\LibraryLoader.cs" />
|
| 155 | + <Compile Include="polyfill\ReflectionPolifills.cs" /> |
154 | 156 | <Compile Include="slots\mp_length.cs" />
|
155 | 157 | </ItemGroup>
|
156 | 158 | <ItemGroup Condition=" '$(PythonInteropFile)' != '' ">
|
|
0 commit comments