File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 113
113
<TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
114
114
</PropertyGroup >
115
115
116
+ <Target Name =" BeforeBuild" Condition =" '$(TargetFramework)'=='net40' AND $(Configuration.Contains('Mono'))" >
117
+ <!-- Endless war!-->
118
+ <Exec Command =" cp $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.XML.dll $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.Xml.dll" />
119
+ </Target >
116
120
<Target Name =" AfterBuild" >
117
121
<Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
118
122
<!-- Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
You can’t perform that action at this time.
0 commit comments