|
81 | 81 | </PropertyGroup> |
82 | 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x86'"> |
83 | 83 | <OutputPath>bin\</OutputPath> |
84 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS4</DefineConstants> |
| 84 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants> |
85 | 85 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
86 | 86 | <Optimize>true</Optimize> |
87 | 87 | <DebugType>pdbonly</DebugType> |
88 | 88 | <PlatformTarget>x86</PlatformTarget> |
89 | 89 | </PropertyGroup> |
90 | 90 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x64'"> |
91 | 91 | <OutputPath>bin\</OutputPath> |
92 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS4</DefineConstants> |
| 92 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants> |
93 | 93 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
94 | 94 | <Optimize>true</Optimize> |
95 | 95 | <DebugType>pdbonly</DebugType> |
96 | 96 | <PlatformTarget>x64</PlatformTarget> |
97 | 97 | </PropertyGroup> |
98 | 98 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x86'"> |
99 | 99 | <OutputPath>bin\</OutputPath> |
100 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS2</DefineConstants> |
| 100 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2</DefineConstants> |
101 | 101 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
102 | 102 | <Optimize>true</Optimize> |
103 | 103 | <DebugType>pdbonly</DebugType> |
104 | 104 | <PlatformTarget>x86</PlatformTarget> |
105 | 105 | </PropertyGroup> |
106 | 106 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x64'"> |
107 | 107 | <OutputPath>bin\</OutputPath> |
108 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS2</DefineConstants> |
| 108 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2</DefineConstants> |
109 | 109 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
110 | 110 | <Optimize>true</Optimize> |
111 | 111 | <DebugType>pdbonly</DebugType> |
|
114 | 114 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x86'"> |
115 | 115 | <DebugSymbols>true</DebugSymbols> |
116 | 116 | <OutputPath>bin\</OutputPath> |
117 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS4</DefineConstants> |
| 117 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS4</DefineConstants> |
118 | 118 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
119 | 119 | <Optimize>false</Optimize> |
120 | 120 | <DebugType>full</DebugType> |
|
123 | 123 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x64'"> |
124 | 124 | <DebugSymbols>true</DebugSymbols> |
125 | 125 | <OutputPath>bin\</OutputPath> |
126 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS4</DefineConstants> |
| 126 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS4</DefineConstants> |
127 | 127 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
128 | 128 | <Optimize>false</Optimize> |
129 | 129 | <DebugType>full</DebugType> |
|
132 | 132 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x86'"> |
133 | 133 | <DebugSymbols>true</DebugSymbols> |
134 | 134 | <OutputPath>bin\</OutputPath> |
135 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS2</DefineConstants> |
| 135 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS2</DefineConstants> |
136 | 136 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
137 | 137 | <Optimize>false</Optimize> |
138 | 138 | <DebugType>full</DebugType> |
|
141 | 141 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x64'"> |
142 | 142 | <DebugSymbols>true</DebugSymbols> |
143 | 143 | <OutputPath>bin\</OutputPath> |
144 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS2</DefineConstants> |
| 144 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS2</DefineConstants> |
145 | 145 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
146 | 146 | <Optimize>false</Optimize> |
147 | 147 | <DebugType>full</DebugType> |
|
0 commit comments