File tree 4 files changed +24
-13
lines changed 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 31
31
<DebugType >full</DebugType >
32
32
</PropertyGroup >
33
33
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
34
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
34
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
35
+ </DefineConstants >
35
36
<Optimize >true</Optimize >
36
37
<DebugType >pdbonly</DebugType >
37
38
</PropertyGroup >
41
42
<DebugType >full</DebugType >
42
43
</PropertyGroup >
43
44
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
44
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
45
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
46
+ </DefineConstants >
45
47
<Optimize >true</Optimize >
46
48
<DebugType >pdbonly</DebugType >
47
49
</PropertyGroup >
51
53
<DebugType >full</DebugType >
52
54
</PropertyGroup >
53
55
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
54
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
56
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
57
+ </DefineConstants >
55
58
<Optimize >true</Optimize >
56
59
<DebugType >pdbonly</DebugType >
57
60
</PropertyGroup >
61
64
<DebugType >full</DebugType >
62
65
</PropertyGroup >
63
66
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
64
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
67
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
68
+ </DefineConstants >
65
69
<Optimize >true</Optimize >
66
70
<DebugType >pdbonly</DebugType >
67
71
</PropertyGroup >
Original file line number Diff line number Diff line change 30
30
<DebugType >full</DebugType >
31
31
</PropertyGroup >
32
32
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
33
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
33
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
34
+ </DefineConstants >
34
35
<Optimize >true</Optimize >
35
36
<DebugType >pdbonly</DebugType >
36
37
</PropertyGroup >
40
41
<DebugType >full</DebugType >
41
42
</PropertyGroup >
42
43
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
43
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
44
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
45
+ </DefineConstants >
44
46
<Optimize >true</Optimize >
45
47
<DebugType >pdbonly</DebugType >
46
48
</PropertyGroup >
50
52
<DebugType >full</DebugType >
51
53
</PropertyGroup >
52
54
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
53
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
55
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
56
+ </DefineConstants >
54
57
<Optimize >true</Optimize >
55
58
<DebugType >pdbonly</DebugType >
56
59
</PropertyGroup >
60
63
<DebugType >full</DebugType >
61
64
</PropertyGroup >
62
65
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
63
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
66
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
67
+ </DefineConstants >
64
68
<Optimize >true</Optimize >
65
69
<DebugType >pdbonly</DebugType >
66
70
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ internal static void Initialize()
195
195
{
196
196
op = Runtime . PyImport_ImportModule ( "builtins" ) ;
197
197
dict = Runtime . PyObject_GetAttrString ( op , "__dict__" ) ;
198
-
199
198
}
200
199
else // Python2
201
200
{
Original file line number Diff line number Diff line change 31
31
<DebugType >full</DebugType >
32
32
</PropertyGroup >
33
33
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMono'" >
34
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
34
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
35
+ </DefineConstants >
35
36
<Optimize >true</Optimize >
36
37
<DebugType >pdbonly</DebugType >
37
38
</PropertyGroup >
41
42
<DebugType >full</DebugType >
42
43
</PropertyGroup >
43
44
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
44
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
45
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
46
+ </DefineConstants >
45
47
<Optimize >true</Optimize >
46
48
<DebugType >pdbonly</DebugType >
47
49
</PropertyGroup >
51
53
<DebugType >full</DebugType >
52
54
</PropertyGroup >
53
55
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
54
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
56
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
57
+ </DefineConstants >
55
58
<Optimize >true</Optimize >
56
59
<DebugType >pdbonly</DebugType >
57
60
</PropertyGroup >
61
64
<DebugType >full</DebugType >
62
65
</PropertyGroup >
63
66
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
64
- <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
67
+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >
68
+ </DefineConstants >
65
69
<Optimize >true</Optimize >
66
70
<DebugType >pdbonly</DebugType >
67
71
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments