From: Jonathan Chambers Date: Mon, 7 Jun 2010 16:39:11 +0000 (-0000) Subject: 2010-06-07 Jonathan Chambers X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=bfd65fd81813880aee16028782283b14027caca5;p=mono.git 2010-06-07 Jonathan Chambers * Add start of MSBuild based build. svn path=/trunk/mcs/; revision=158591 --- diff --git a/mcs/build/msbuild/Mono.Common.targets b/mcs/build/msbuild/Mono.Common.targets new file mode 100644 index 00000000000..2a5c53bccb0 --- /dev/null +++ b/mcs/build/msbuild/Mono.Common.targets @@ -0,0 +1,18 @@ + + + + + gmcs.bat + C:\MonoExperimental2.5.0\bin + + + $(MSBuildProjectDirectory)\..\lib\basic\ + + + $(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 new file mode 100644 index 00000000000..f2c0d225a07 --- /dev/null +++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj @@ -0,0 +1,25 @@ + + + + + + + + Library + $(MSBuildProjectName) + v2.0 + @(ResponseFile) + true + 65001 + false + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0 + + + + + + + + \ No newline at end of file diff --git a/mcs/class/Mono.Security/Mono.Security.csproj b/mcs/class/Mono.Security/Mono.Security.csproj new file mode 100644 index 00000000000..e936d571d7c --- /dev/null +++ b/mcs/class/Mono.Security/Mono.Security.csproj @@ -0,0 +1,26 @@ + + + + + + + + Library + $(MSBuildProjectName) + v2.0 + @(ResponseFile) + true + 65001 + false + true + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0 + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.Core/System.Core.csproj b/mcs/class/System.Core/System.Core.csproj new file mode 100644 index 00000000000..1c1bf66808d --- /dev/null +++ b/mcs/class/System.Core/System.Core.csproj @@ -0,0 +1,26 @@ + + + + + + + + Library + $(MSBuildProjectName) + v2.0 + @(ResponseFile) + true + 1720 + 65001 + false + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0,INSIDE_SYSCORE,LIBC,NET_3_5 + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.XML/System.Xml.csproj b/mcs/class/System.XML/System.Xml.csproj new file mode 100644 index 00000000000..3081bd4cc35 --- /dev/null +++ b/mcs/class/System.XML/System.Xml.csproj @@ -0,0 +1,30 @@ + + + + + + + + Library + $(MSBuildProjectName) + v2.0 + @(ResponseFile) + 0618,0612,0642 + true + 65001 + false + true + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0 + + + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System/System.csproj b/mcs/class/System/System.csproj new file mode 100644 index 00000000000..2c4dd8255c1 --- /dev/null +++ b/mcs/class/System/System.csproj @@ -0,0 +1,36 @@ + + + + + + + + Library + $(MSBuildProjectName) + v2.0 + @(ResponseFile) + true + 65001 + false + true + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0,CONFIGURATION_2_0 + + + BOOTSTRAP_BASIC,NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/corlib/corlib.csproj b/mcs/class/corlib/corlib.csproj new file mode 100644 index 00000000000..d55c4ecca32 --- /dev/null +++ b/mcs/class/corlib/corlib.csproj @@ -0,0 +1,36 @@ + + + + + + + + Library + mscorlib + v2.0 + @(ResponseFile) + true + true + 65001 + false + true + + + INSIDE_CORLIB,NET_1_1,NET_2_0,LIBC,BOOTSTRAP_BASIC + + + INSIDE_CORLIB,NET_1_1,NET_2_0,LIBC,BOOTSTRAP_BASIC + + + + + + + + + + + + + + \ No newline at end of file