10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our d 8000 ocumentation.
There was an error while loading. Please reload this page.
1 parent 4dbfaaf commit b0b7b65Copy full SHA for b0b7b65
src/runtime/Python.Runtime.15.csproj
@@ -37,14 +37,6 @@
37
38
<PythonMultiRuntimeDefineConstants>$(PYTHONNET_MULTIRUNTIME_DEFINE_CONSTANTS)</PythonMultiRuntimeDefineConstants>
39
</PropertyGroup>
40
- <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
41
- <Optimize>false</Optimize>
42
- <DebugType>full</DebugType>
43
- </PropertyGroup>
44
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
45
- <Optimize>true</Optimize>
46
- <DebugType>portable</DebugType>
47
48
49
<PropertyGroup Condition=" '$(Configuration)' == 'Debug'">
50
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);$(PythonMultiRuntimeDefineConstants);TRACE;DEBUG</DefineConstants>
0 commit comments