1515 <DebugType >full</DebugType >
1616 <Optimize >true</Optimize >
1717 <OutputPath >.\bin\Debug\</OutputPath >
18- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
18+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
1919 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2020 </PropertyGroup >
2121 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2222 <DebugType >pdbonly</DebugType >
2323 <Optimize >true</Optimize >
2424 <OutputPath >.\bin\Release\</OutputPath >
25- <DefineConstants >TRACE;PYTHON27, UCS2</DefineConstants >
25+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;PYTHON27, UCS2</DefineConstants >
2626 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2727 </PropertyGroup >
2828 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU' " >
2929 <DebugSymbols >true</DebugSymbols >
3030 <OutputPath >bin\EmbeddingTest\</OutputPath >
31- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
31+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
3232 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3333 <Optimize >true</Optimize >
3434 <DebugType >full</DebugType >
3737 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'UnitTests|AnyCPU' " >
3838 <DebugSymbols >true</DebugSymbols >
3939 <OutputPath >bin\UnitTests\</OutputPath >
40- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
40+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
4141 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
4242 <Optimize >true</Optimize >
4343 <DebugType >full</DebugType >
4444 <PlatformTarget >AnyCPU</PlatformTarget >
4545 </PropertyGroup >
4646 <PropertyGroup >
47- <SignAssembly >true </SignAssembly >
47+ <SignAssembly >false </SignAssembly >
4848 </PropertyGroup >
4949 <PropertyGroup >
5050 <AssemblyOriginatorKeyFile >pythonnet.snk</AssemblyOriginatorKeyFile >
5151 </PropertyGroup >
5252 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
5353 <DebugSymbols >true</DebugSymbols >
5454 <OutputPath >bin\x86\Debug\</OutputPath >
55- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
55+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
5656 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5757 <Optimize >true</Optimize >
5858 <DebugType >full</DebugType >
5959 <PlatformTarget >x86</PlatformTarget >
6060 </PropertyGroup >
6161 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
6262 <OutputPath >bin\x86\Release\</OutputPath >
63- <DefineConstants >PYTHON27, UCS4</DefineConstants >
63+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >PYTHON27, UCS4</DefineConstants >
6464 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6565 <Optimize >true</Optimize >
6666 <DebugType >pdbonly</DebugType >
7070 </PropertyGroup >
7171 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'EmbeddingTest|x86'" >
7272 <DebugSymbols >true</DebugSymbols >
73- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
73+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
7474 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7575 <Optimize >true</Optimize >
7676 <DebugType >full</DebugType >
8282 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'UnitTests|x86'" >
8383 <DebugSymbols >true</DebugSymbols >
8484 <OutputPath >bin\x86\UnitTests\</OutputPath >
85- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
85+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
8686 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8787 <Optimize >true</Optimize >
8888 <DebugType >full</DebugType >
9191 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugMono_x86|AnyCPU'" >
9292 <DebugSymbols >true</DebugSymbols >
9393 <OutputPath >bin\DebugMono_x86\</OutputPath >
94- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
94+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
9595 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9696 <Optimize >true</Optimize >
9797 <DebugType >full</DebugType >
103103 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugMono_x86|x86'" >
104104 <DebugSymbols >true</DebugSymbols >
105105 <OutputPath >bin\x86\DebugMono_x86\</OutputPath >
106- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
106+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
107107 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
108108 <Optimize >true</Optimize >
109109 <DebugType >full</DebugType >
112112 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
113113 <DebugSymbols >true</DebugSymbols >
114114 <OutputPath >bin\x64\Debug\</OutputPath >
115- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
115+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
116116 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
117117 <Optimize >true</Optimize >
118118 <DebugType >full</DebugType >
121121 </PropertyGroup >
122122 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
123123 <OutputPath >bin\x64\Release\</OutputPath >
124- <DefineConstants >PYTHON27, UCS4 </DefineConstants >
124+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >PYTHON32, UCS2 </DefineConstants >
125125 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
126126 <Optimize >true</Optimize >
127127 <DebugType >pdbonly</DebugType >
132132 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'EmbeddingTest|x64'" >
133133 <DebugSymbols >true</DebugSymbols >
134134 <OutputPath >bin\x64\EmbeddingTest\</OutputPath >
135- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
135+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
136136 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
137137 <Optimize >true</Optimize >
138138 <DebugType >full</DebugType >
144144 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'UnitTests|x64'" >
145145 <DebugSymbols >true</DebugSymbols >
146146 <OutputPath >bin\x64\UnitTests\</OutputPath >
147- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
147+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS2</DefineConstants >
148148 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
149149 <Optimize >true</Optimize >
150150 <DebugType >full</DebugType >
156156 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugMono_x86|x64'" >
157157 <DebugSymbols >true</DebugSymbols >
158158 <OutputPath >bin\x64\DebugMono_x86\</OutputPath >
159- <DefineConstants >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
159+ <DefineConstants Condition = " '$(DefineConstants)'=='' " >TRACE;DEBUG;PYTHON27,UCS4</DefineConstants >
160160 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
161161 <Optimize >true</Optimize >
162162 <DebugType >full</DebugType >
@@ -244,4 +244,4 @@ copy "$(TargetDir)clr.pyd" "$(SolutionDir)"
244244 <PreBuildEvent >del "$(TargetDir)clr.pyd"</PreBuildEvent >
245245 </PropertyGroup >
246246 <Import Project =" ../../packages/UnmanagedExports.1.2.3-Beta/tools/RGiesecke.DllExport.targets" />
247- </Project >
247+ </Project >
0 commit comments