X Tutup
Skip to content

Commit b823400

Browse files
committed
Update runtime.csproj
1 parent 9d317bf commit b823400

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,31 +81,31 @@
8181
</PropertyGroup>
8282
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x86'">
8383
<OutputPath>bin\</OutputPath>
84-
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS4</DefineConstants>
84+
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants>
8585
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8686
<Optimize>true</Optimize>
8787
<DebugType>pdbonly</DebugType>
8888
<PlatformTarget>x86</PlatformTarget>
8989
</PropertyGroup>
9090
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x64'">
9191
<OutputPath>bin\</OutputPath>
92-
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS4</DefineConstants>
92+
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants>
9393
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9494
<Optimize>true</Optimize>
9595
<DebugType>pdbonly</DebugType>
9696
<PlatformTarget>x64</PlatformTarget>
9797
</PropertyGroup>
9898
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x86'">
9999
<OutputPath>bin\</OutputPath>
100-
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS2</DefineConstants>
100+
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2</DefineConstants>
101101
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
102102
<Optimize>true</Optimize>
103103
<DebugType>pdbonly</DebugType>
104104
<PlatformTarget>x86</PlatformTarget>
105105
</PropertyGroup>
106106
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x64'">
107107
<OutputPath>bin\</OutputPath>
108-
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON35;UCS2</DefineConstants>
108+
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2</DefineConstants>
109109
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
110110
<Optimize>true</Optimize>
111111
<DebugType>pdbonly</DebugType>
@@ -114,7 +114,7 @@
114114
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x86'">
115115
<DebugSymbols>true</DebugSymbols>
116116
<OutputPath>bin\</OutputPath>
117-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS4</DefineConstants>
117+
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS4</DefineConstants>
118118
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
119119
<Optimize>false</Optimize>
120120
<DebugType>full</DebugType>
@@ -123,7 +123,7 @@
123123
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x64'">
124124
<DebugSymbols>true</DebugSymbols>
125125
<OutputPath>bin\</OutputPath>
126-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS4</DefineConstants>
126+
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS4</DefineConstants>
127127
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
128128
<Optimize>false</Optimize>
129129
<DebugType>full</DebugType>
@@ -132,7 +132,7 @@
132132
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x86'">
133133
<DebugSymbols>true</DebugSymbols>
134134
<OutputPath>bin\</OutputPath>
135-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS2</DefineConstants>
135+
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS2</DefineConstants>
136136
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
137137
<Optimize>false</Optimize>
138138
<DebugType>full</DebugType>
@@ -141,7 +141,7 @@
141141
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x64'">
142142
<DebugSymbols>true</DebugSymbols>
143143
<OutputPath>bin\</OutputPath>
144-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON35;UCS2</DefineConstants>
144+
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS2</DefineConstants>
145145
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
146146
<Optimize>false</Optimize>
147147
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)
X Tutup