[svn] r7132: nemerle/trunk: Nemerle.MSBuild.Tasks.nproj Nemerle.sln

VladD2 svnadmin at nemerle.org
Fri Dec 22 00:34:00 CET 2006


Log:
Remove test.nproj from Nemerle.sln

Author: VladD2
Date: Fri Dec 22 00:33:59 2006
New Revision: 7132

Modified:
   nemerle/trunk/Nemerle.MSBuild.Tasks.nproj
   nemerle/trunk/Nemerle.sln

Modified: nemerle/trunk/Nemerle.MSBuild.Tasks.nproj
==============================================================================
--- nemerle/trunk/Nemerle.MSBuild.Tasks.nproj	(original)
+++ nemerle/trunk/Nemerle.MSBuild.Tasks.nproj	Fri Dec 22 00:33:59 2006
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -24,6 +24,7 @@
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>
+    <Folder Include="tools\" />
     <Folder Include="tools\msbuild-task" />
   </ItemGroup>
   <ItemGroup>

Modified: nemerle/trunk/Nemerle.sln
==============================================================================
--- nemerle/trunk/Nemerle.sln	(original)
+++ nemerle/trunk/Nemerle.sln	Fri Dec 22 00:33:59 2006
@@ -11,8 +11,6 @@
 EndProject
 Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Nemerle.MSBuild.Tasks", "Nemerle.MSBuild.Tasks.nproj", "{0C558E39-7DF9-4A68-9015-B316DD59C0CB}"
 EndProject
-Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Tests", "Tests.nproj", "{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}"
-EndProject
 Global
 	GlobalSection(TextTemplating) = postSolution
 		TextTemplating = 1
@@ -64,12 +62,6 @@
 		{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
 		{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
 		{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Release|AnyCPU.Build.0 = Release|AnyCPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Release|Any CPU.Build.0 = Release|Any CPU
-		{8C500DEC-8CB9-4E9D-8438-BDB64AD667A2}.Release|AnyCPU.ActiveCfg = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE



More information about the svn mailing list