|
29 | 29 | <Optimize>true</Optimize> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | </PropertyGroup> |
32 | | - <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWin'"> |
33 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
| 32 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'"> |
| 33 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants> |
34 | 34 | <Optimize>true</Optimize> |
35 | 35 | <DebugType>pdbonly</DebugType> |
36 | 36 | </PropertyGroup> |
37 | 37 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugMono'"> |
38 | 38 | <DebugSymbols>true</DebugSymbols> |
39 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS4</DefineConstants> |
| 39 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4;TRACE;DEBUG</DefineConstants> |
40 | 40 | <Optimize>false</Optimize> |
41 | 41 | <DebugType>full</DebugType> |
42 | 42 | </PropertyGroup> |
43 | | - <PropertyGroup Condition=" '$(Configuration)' == 'DebugWin'"> |
| 43 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugMonoPY3'"> |
44 | 44 | <DebugSymbols>true</DebugSymbols> |
45 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS2</DefineConstants> |
| 45 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4;TRACE;DEBUG</DefineConstants> |
46 | 46 | <Optimize>false</Optimize> |
47 | 47 | <DebugType>full</DebugType> |
48 | 48 | </PropertyGroup> |
49 | | - <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'"> |
50 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants> |
| 49 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWin'"> |
| 50 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
51 | 51 | <Optimize>true</Optimize> |
52 | 52 | <DebugType>pdbonly</DebugType> |
53 | 53 | </PropertyGroup> |
|
56 | 56 | <Optimize>true</Optimize> |
57 | 57 | <DebugType>pdbonly</DebugType> |
58 | 58 | </PropertyGroup> |
59 | | - <PropertyGroup Condition=" '$(Configuration)' == 'DebugMonoPY3'"> |
| 59 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugWin'"> |
60 | 60 | <DebugSymbols>true</DebugSymbols> |
61 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS4</DefineConstants> |
| 61 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2;TRACE;DEBUG</DefineConstants> |
62 | 62 | <Optimize>false</Optimize> |
63 | 63 | <DebugType>full</DebugType> |
64 | 64 | </PropertyGroup> |
65 | 65 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'"> |
66 | 66 | <DebugSymbols>true</DebugSymbols> |
67 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3;PYTHON36;UCS2</DefineConstants> |
| 67 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2;TRACE;DEBUG</DefineConstants> |
68 | 68 | <Optimize>false</Optimize> |
69 | 69 | <DebugType>full</DebugType> |
70 | 70 | </PropertyGroup> |
71 | | - <Choose> |
72 | | - <When Condition=" '$(Configuration)'=='DebugMono' "> |
73 | | - <ItemGroup> |
74 | | - <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
75 | | - <SpecificVersion>False</SpecificVersion> |
76 | | - <HintPath>..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath> |
77 | | - </Reference> |
78 | | - </ItemGroup> |
79 | | - </When> |
80 | | - <When Condition=" '$(Configuration)'=='ReleaseMono' "> |
81 | | - <ItemGroup> |
82 | | - <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
83 | | - <SpecificVersion>False</SpecificVersion> |
84 | | - <HintPath>..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath> |
85 | | - </Reference> |
86 | | - </ItemGroup> |
87 | | - </When> |
88 | | - </Choose> |
| 71 | + <ItemGroup Condition=" '$(Configuration)'=='DebugMono' Or '$(Configuration)'=='ReleaseMono' "> |
| 72 | + <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 73 | + <SpecificVersion>False</SpecificVersion> |
| 74 | + <HintPath>..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath> |
| 75 | + </Reference> |
| 76 | + </ItemGroup> |
89 | 77 | <ItemGroup> |
90 | 78 | <Reference Include="System" /> |
91 | 79 | </ItemGroup> |
|
0 commit comments