1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
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 >
7276 </ItemGroup >
7377 <ItemGroup >
7478 <None Include =" ..\pythonnet.snk" />
75- <None Include =" packages.config" />
79+ <None Include =" packages.config" >
80+ <SubType >Designer</SubType >
81+ </None >
7682 </ItemGroup >
7783 <ItemGroup >
7884 <Compile Include =" pyinitialize.cs" />
8288 <Compile Include =" pyobject.cs" />
8389 <Compile Include =" pythonexception.cs" />
8490 <Compile Include =" pytuple.cs" />
91+ <Compile Include =" pyscope.cs" />
8592 </ItemGroup >
8693 <ItemGroup >
8794 <ProjectReference Include =" ..\runtime\Python.Runtime.csproj" >
101108 <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
102109 <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
103110 </Target >
104- </Project >
111+ </Project >
0 commit comments