From cd004d49dcfdcd3f56eace75e58fdd1070143d2c Mon Sep 17 00:00:00 2001 From: Jonathan Chambers 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. svn path=/trunk/mcs/; revision=158620 --- mcs/build/msbuild/Mono.Common.targets | 6 +++++- .../Mono.CompilerServices.SymbolWriter.csproj | 3 --- mcs/class/Mono.Security/Mono.Security.csproj | 3 --- mcs/class/System.Core/System.Core.csproj | 3 --- mcs/class/System.XML/System.Xml.csproj | 3 --- mcs/class/System/System.csproj | 3 --- mcs/class/corlib/corlib.csproj | 3 --- 7 files changed, 5 insertions(+), 19 deletions(-) diff --git a/mcs/build/msbuild/Mono.Common.targets b/mcs/build/msbuild/Mono.Common.targets index 2a5c53bccb0..761132b52a0 100644 --- a/mcs/build/msbuild/Mono.Common.targets +++ b/mcs/build/msbuild/Mono.Common.targets @@ -12,7 +12,11 @@ $(MSBuildProjectDirectory)\..\lib\net_2_0_bootstrap\ - + + + + + \ No newline at end of file diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj index f2c0d225a07..f6d5eac033d 100644 --- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj +++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/mcs/class/Mono.Security/Mono.Security.csproj b/mcs/class/Mono.Security/Mono.Security.csproj index e936d571d7c..df70ba87465 100644 --- a/mcs/class/Mono.Security/Mono.Security.csproj +++ b/mcs/class/Mono.Security/Mono.Security.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/mcs/class/System.Core/System.Core.csproj b/mcs/class/System.Core/System.Core.csproj index 1c1bf66808d..b061351775e 100644 --- a/mcs/class/System.Core/System.Core.csproj +++ b/mcs/class/System.Core/System.Core.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/mcs/class/System.XML/System.Xml.csproj b/mcs/class/System.XML/System.Xml.csproj index 3081bd4cc35..18af3368560 100644 --- a/mcs/class/System.XML/System.Xml.csproj +++ b/mcs/class/System.XML/System.Xml.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/mcs/class/System/System.csproj b/mcs/class/System/System.csproj index 2c4dd8255c1..62bb2ddbf44 100644 --- a/mcs/class/System/System.csproj +++ b/mcs/class/System/System.csproj @@ -1,9 +1,6 @@  - - - Library $(MSBuildProjectName) diff --git a/mcs/class/corlib/corlib.csproj b/mcs/class/corlib/corlib.csproj index d55c4ecca32..7ba01d82f5f 100644 --- a/mcs/class/corlib/corlib.csproj +++ b/mcs/class/corlib/corlib.csproj @@ -1,9 +1,6 @@  - - - Library mscorlib -- 2.25.1