1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
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 >
72
76
</ItemGroup >
73
77
<ItemGroup >
74
78
<None Include =" ..\pythonnet.snk" />
75
- <None Include =" packages.config" />
79
+ <None Include =" packages.config" >
80
+ <SubType >Designer</SubType >
81
+ </None >
76
82
</ItemGroup >
77
83
<ItemGroup >
78
84
<Compile Include =" pyinitialize.cs" />
82
88
<Compile Include =" pyobject.cs" />
83
89
<Compile Include =" pythonexception.cs" />
84
90
<Compile Include =" pytuple.cs" />
91
+ <Compile Include =" pyscope.cs" />
85
92
</ItemGroup >
86
93
<ItemGroup >
87
94
<ProjectReference Include =" ..\runtime\Python.Runtime.csproj" >
101
108
<Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
102
109
<Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
103
110
</Target >
104
- </Project >
111
+ </Project >
0 commit comments