File tree Expand file tree Collapse file tree 4 files changed +24
-13
lines changed
Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 3131 <DebugType >full</DebugType >
3232 </PropertyGroup >
3333 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
34- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
34+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
35+ </DefineConstants >
3536 <Optimize >true</Optimize >
3637 <DebugType >pdbonly</DebugType >
3738 </PropertyGroup >
4142 <DebugType >full</DebugType >
4243 </PropertyGroup >
4344 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
44- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
45+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
46+ </DefineConstants >
4547 <Optimize >true</Optimize >
4648 <DebugType >pdbonly</DebugType >
4749 </PropertyGroup >
5153 <DebugType >full</DebugType >
5254 </PropertyGroup >
5355 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
54- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
56+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
57+ </DefineConstants >
5558 <Optimize >true</Optimize >
5659 <DebugType >pdbonly</DebugType >
5760 </PropertyGroup >
6164 <DebugType >full</DebugType >
6265 </PropertyGroup >
6366 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
64- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
67+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
68+ </DefineConstants >
6569 <Optimize >true</Optimize >
6670 <DebugType >pdbonly</DebugType >
6771 </PropertyGroup >
Original file line number Diff line number Diff line change 3030 <DebugType >full</DebugType >
3131 </PropertyGroup >
3232 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
33- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
33+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
34+ </DefineConstants >
3435 <Optimize >true</Optimize >
3536 <DebugType >pdbonly</DebugType >
3637 </PropertyGroup >
4041 <DebugType >full</DebugType >
4142 </PropertyGroup >
4243 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
43- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
44+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
45+ </DefineConstants >
4446 <Optimize >true</Optimize >
4547 <DebugType >pdbonly</DebugType >
4648 </PropertyGroup >
5052 <DebugType >full</DebugType >
5153 </PropertyGroup >
5254 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
53- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
55+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
56+ </DefineConstants >
5457 <Optimize >true</Optimize >
5558 <DebugType >pdbonly</DebugType >
5659 </PropertyGroup >
6063 <DebugType >full</DebugType >
6164 </PropertyGroup >
6265 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
63- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
66+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
67+ </DefineConstants >
6468 <Optimize >true</Optimize >
6569 <DebugType >pdbonly</DebugType >
6670 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ internal static void Initialize()
195195 {
196196 op = Runtime . PyImport_ImportModule ( "builtins" ) ;
197197 dict = Runtime . PyObject_GetAttrString ( op , "__dict__" ) ;
198-
199198 }
200199 else // Python2
201200 {
Original file line number Diff line number Diff line change 3131 <DebugType >full</DebugType >
3232 </PropertyGroup >
3333 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
34- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
34+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
35+ </DefineConstants >
3536 <Optimize >true</Optimize >
3637 <DebugType >pdbonly</DebugType >
3738 </PropertyGroup >
4142 <DebugType >full</DebugType >
4243 </PropertyGroup >
4344 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
44- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
45+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
46+ </DefineConstants >
4547 <Optimize >true</Optimize >
4648 <DebugType >pdbonly</DebugType >
4749 </PropertyGroup >
5153 <DebugType >full</DebugType >
5254 </PropertyGroup >
5355 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
54- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
56+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
57+ </DefineConstants >
5558 <Optimize >true</Optimize >
5659 <DebugType >pdbonly</DebugType >
5760 </PropertyGroup >
6164 <DebugType >full</DebugType >
6265 </PropertyGroup >
6366 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
64- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
67+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
68+ </DefineConstants >
6569 <Optimize >true</Optimize >
6670 <DebugType >pdbonly</DebugType >
6771 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments