From f592ac43c2d6af966aa7fb774917772309aaace0 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Fri, 20 Feb 2009 02:36:28 +0000 Subject: [PATCH] 2009-02-19 Jonathan Chambers * Microsoft.Build.Engine.csproj: Add. * Microsoft.Build.Engine.Test.csproj: Update. 2009-02-19 Jonathan Chambers * xbuild.csproj: Add. * xbuild.sln: Add. svn path=/trunk/mcs/; revision=127495 --- mcs/class/Microsoft.Build.Engine/ChangeLog | 5 +- .../Microsoft.Build.Engine.Test.csproj | 45 +++++-- .../Microsoft.Build.Engine.csproj | 115 ++++++++++++++++++ mcs/tools/xbuild/ChangeLog | 5 + mcs/tools/xbuild/xbuild.csproj | 77 ++++++++++++ mcs/tools/xbuild/xbuild.sln | 39 ++++++ 6 files changed, 277 insertions(+), 9 deletions(-) create mode 100644 mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj create mode 100644 mcs/tools/xbuild/xbuild.csproj create mode 100644 mcs/tools/xbuild/xbuild.sln diff --git a/mcs/class/Microsoft.Build.Engine/ChangeLog b/mcs/class/Microsoft.Build.Engine/ChangeLog index 6888544f2c9..36a290d3520 100644 --- a/mcs/class/Microsoft.Build.Engine/ChangeLog +++ b/mcs/class/Microsoft.Build.Engine/ChangeLog @@ -1,6 +1,7 @@ -2009-02-15 Jonathan Chambers +2009-02-19 Jonathan Chambers - * Microsoft.Build.Engine_test.dll.sources: Add BuildChooseTest.cs. + * Microsoft.Build.Engine.csproj: Add. + * Microsoft.Build.Engine.Test.csproj: Update. 2009-01-31 Ankit Jain diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.Test.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.Test.csproj index ab002ef4f50..81f54b0e4c2 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.Test.csproj +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.Test.csproj @@ -19,6 +19,18 @@ false + + .\ + False + DEBUG;TRACE + True + Full + True + true + + + false + bin\Release\ True @@ -35,22 +47,36 @@ - - - + + False + ..\..\nunit24\NUnitCore\core\bin\Debug2005\nunit.core.dll + + + False + ..\..\nunit24\NUnitFramework\framework\bin\Debug2005\nunit.framework.dll + - + + + + + + {49CC9B64-E28A-4818-97F9-301E14B383B9} + Microsoft.Build.Engine + - - + + + + @@ -60,8 +86,9 @@ - + + @@ -70,6 +97,10 @@ + + + C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll /target:library /out:Test\resources\TestTasks.dll Test\resources\TestTasks.cs + \ No newline at end of file diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj new file mode 100644 index 00000000000..3b9be7cdedd --- /dev/null +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj @@ -0,0 +1,115 @@ + + + Library + Microsoft.Build.Engine + Microsoft.Build.Engine + Debug + AnyCPU + {49CC9B64-E28A-4818-97F9-301E14B383B9} + + + .\ + False + TRACE;DEBUG;NET_2_0 + True + Full + True + true + + + false + + + bin\Release\ + True + TRACE;NET_2_0 + False + None + False + true + + + false + + + true + bin\DebugMS\ + TRACE;DEBUG;NET_2_0 + true + Full + AnyCPU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mcs/tools/xbuild/ChangeLog b/mcs/tools/xbuild/ChangeLog index 72dc20a0b76..8f7392b7a0e 100644 --- a/mcs/tools/xbuild/ChangeLog +++ b/mcs/tools/xbuild/ChangeLog @@ -1,3 +1,8 @@ +2009-02-19 Jonathan Chambers + + * xbuild.csproj: Add. + * xbuild.sln: Add. + 2009-02-13 Jonathan Chambers * SolutionParser.cs: Make Guid Regex case insensitive. diff --git a/mcs/tools/xbuild/xbuild.csproj b/mcs/tools/xbuild/xbuild.csproj new file mode 100644 index 00000000000..df1a4e1ad53 --- /dev/null +++ b/mcs/tools/xbuild/xbuild.csproj @@ -0,0 +1,77 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {89938F1A-C851-41D5-96D2-C329E00887B6} + Exe + Properties + xbuild + xbuild + + + true + full + false + bin\Debug\ + TRACE;DEBUG;NET_2_0 + prompt + 4 + + + true + full + false + bin\Debug\ + TRACE;DEBUG;NET_2_0 + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE;NET_2_0 + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + {49CC9B64-E28A-4818-97F9-301E14B383B9} + Microsoft.Build.Engine + + + + + + + + \ No newline at end of file diff --git a/mcs/tools/xbuild/xbuild.sln b/mcs/tools/xbuild/xbuild.sln new file mode 100644 index 00000000000..6f596626902 --- /dev/null +++ b/mcs/tools/xbuild/xbuild.sln @@ -0,0 +1,39 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Build.Engine", "..\..\class\Microsoft.Build.Engine\Microsoft.Build.Engine.csproj", "{49CC9B64-E28A-4818-97F9-301E14B383B9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xbuild", "xbuild.csproj", "{89938F1A-C851-41D5-96D2-C329E00887B6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Build.Engine.Test", "..\..\class\Microsoft.Build.Engine\Microsoft.Build.Engine.Test.csproj", "{A2F451CD-8701-434A-A562-EF1809E2DB7D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + DebugMS|Any CPU = DebugMS|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {49CC9B64-E28A-4818-97F9-301E14B383B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {49CC9B64-E28A-4818-97F9-301E14B383B9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {49CC9B64-E28A-4818-97F9-301E14B383B9}.DebugMS|Any CPU.ActiveCfg = DebugMS|Any CPU + {49CC9B64-E28A-4818-97F9-301E14B383B9}.DebugMS|Any CPU.Build.0 = DebugMS|Any CPU + {49CC9B64-E28A-4818-97F9-301E14B383B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {49CC9B64-E28A-4818-97F9-301E14B383B9}.Release|Any CPU.Build.0 = Release|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.DebugMS|Any CPU.ActiveCfg = DebugMS|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.DebugMS|Any CPU.Build.0 = DebugMS|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89938F1A-C851-41D5-96D2-C329E00887B6}.Release|Any CPU.Build.0 = Release|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.DebugMS|Any CPU.ActiveCfg = DebugMS|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.DebugMS|Any CPU.Build.0 = DebugMS|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A2F451CD-8701-434A-A562-EF1809E2DB7D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- 2.25.1