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)' == ''" >
34- </DefineConstants >
33+ <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
3534 <Optimize >true</Optimize >
3635 <DebugType >pdbonly</DebugType >
3736 </PropertyGroup >
4140 <DebugType >full</DebugType >
4241 </PropertyGroup >
4342 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWin'" >
44- <DefineConstants Condition =" '$(DefineConstants)' == ''" >
45- </DefineConstants >
43+ <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
4644 <Optimize >true</Optimize >
4745 <DebugType >pdbonly</DebugType >
4846 </PropertyGroup >
5250 <DebugType >full</DebugType >
5351 </PropertyGroup >
5452 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseMonoPY3'" >
55- <DefineConstants Condition =" '$(DefineConstants)' == ''" >
56- </DefineConstants >
53+ <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
5754 <Optimize >true</Optimize >
5855 <DebugType >pdbonly</DebugType >
5956 </PropertyGroup >
6360 <DebugType >full</DebugType >
6461 </PropertyGroup >
6562 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
66- <DefineConstants Condition =" '$(DefineConstants)' == ''" >
67- </DefineConstants >
63+ <DefineConstants Condition =" '$(DefineConstants)' == ''" ></DefineConstants >
6864 <Optimize >true</Optimize >
6965 <DebugType >pdbonly</DebugType >
7066 </PropertyGroup >
106102 <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
107103 <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
108104 </Target >
109- </Project >
105+ </Project >
0 commit comments