From 18a5fa543ce35bb7baa44a9b1a07ef2f073e9954 Mon Sep 17 00:00:00 2001 From: joncham Date: Tue, 8 Jun 2010 03:12:52 +0000 Subject: [PATCH] 2010-06-07 Jonathan Chambers * Copy *.dll.sources to *.dll.msbuild.sources during build to change '/' to '\' for Windows. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158620 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- build/msbuild/Mono.Common.targets | 6 +++++- .../Mono.CompilerServices.SymbolWriter.csproj | 3 --- class/Mono.Security/Mono.Security.csproj | 3 --- class/System.Core/System.Core.csproj | 3 --- class/System.XML/System.Xml.csproj | 3 --- class/System/System.csproj | 3 --- class/corlib/corlib.csproj | 3 --- 7 files changed, 5 insertions(+), 19 deletions(-) diff --git a/build/msbuild/Mono.Common.targets b/build/msbuild/Mono.Common.targets index 2a5c53bccb..761132b52a 100644 --- a/build/msbuild/Mono.Common.targets +++ b/build/msbuild/Mono.Common.targets @@ -12,7 +12,11 @@ $(MSBuildProjectDirectory)\..\lib\net_2_0_bootstrap\ - + + + + + \ No newline at end of file diff --git a/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj b/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj index f2c0d225a0..f6d5eac033 100644 --- a/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj +++ b/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/class/Mono.Security/Mono.Security.csproj b/class/Mono.Security/Mono.Security.csproj index e936d571d7..df70ba8746 100644 --- a/class/Mono.Security/Mono.Security.csproj +++ b/class/Mono.Security/Mono.Security.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/class/System.Core/System.Core.csproj b/class/System.Core/System.Core.csproj index 1c1bf66808..b061351775 100644 --- a/class/System.Core/System.Core.csproj +++ b/class/System.Core/System.Core.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/class/System.XML/System.Xml.csproj b/class/System.XML/System.Xml.csproj index 3081bd4cc3..18af336856 100644 --- a/class/System.XML/System.Xml.csproj +++ b/class/System.XML/System.Xml.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/class/System/System.csproj b/class/System/System.csproj index 2c4dd8255c..62bb2ddbf4 100644 --- a/class/System/System.csproj +++ b/class/System/System.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/class/corlib/corlib.csproj b/class/corlib/corlib.csproj index d55c4ecca3..7ba01d82f5 100644 --- a/class/corlib/corlib.csproj +++ b/class/corlib/corlib.csproj @@ -1,9 +1,6 @@  - - - Library mscorlib -- 2.11.4.GIT