34
34
<DebugType >pdbonly</DebugType >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
37
- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON36 ;UCS4</DefineConstants >
37
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON37 ;UCS4</DefineConstants >
38
38
<Optimize >true</Optimize >
39
39
<DebugType >pdbonly</DebugType >
40
40
</PropertyGroup >
46
46
</PropertyGroup >
47
47
<PropertyGroup Condition =" '$(Configuration)' == 'DebugMonoPY3'" >
48
48
<DebugSymbols >true</DebugSymbols >
49
- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON36 ;UCS4;TRACE;DEBUG</DefineConstants >
49
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON37 ;UCS4;TRACE;DEBUG</DefineConstants >
50
50
<Optimize >false</Optimize >
51
51
<DebugType >full</DebugType >
52
52
</PropertyGroup >
56
56
<DebugType >pdbonly</DebugType >
57
57
</PropertyGroup >
58
58
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
59
- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON36 ;UCS2</DefineConstants >
59
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON37 ;UCS2</DefineConstants >
60
60
<Optimize >true</Optimize >
61
61
<DebugType >pdbonly</DebugType >
62
62
</PropertyGroup >
68
68
</PropertyGroup >
69
69
<PropertyGroup Condition =" '$(Configuration)' == 'DebugWinPY3'" >
70
70
<DebugSymbols >true</DebugSymbols >
71
- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON36 ;UCS2;TRACE;DEBUG</DefineConstants >
71
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON37 ;UCS2;TRACE;DEBUG</DefineConstants >
72
72
<Optimize >false</Optimize >
73
73
<DebugType >full</DebugType >
74
74
</PropertyGroup >
166
166
<Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
167
167
<!-- Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
168
168
</Target >
169
- </Project >
169
+ </Project >
0 commit comments