Clean up of .csproj files for building on bamboo server.

This commit is contained in:
markpollack
2009-11-30 17:50:50 +00:00
parent 5514ea47e2
commit 613677fb8a
5 changed files with 2 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ Rebuilding Solutions using Nant and "solutions.build":
<target name="RebuildSolution-1.1" description="rebuilds a given VS2003 solution file">
<!-- "c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" Spring.NET.2003.sln /rebuild Debug-1.1 /out solutions.build-1.1.log -->
<echo message="Rebuilding VS2003 Solution ${solutionfile}" />
<echo message="Rebuilding .NET 1.1 Solution ${solutionfile}" />
<exec program="${devenv11.exe}" basedir="${devenv11.exe}" verbose="true">
<arg value="${solutionfile}" />
<arg line="/rebuild ${solutionconfiguration}" />
@@ -134,7 +134,7 @@ Rebuilding Solutions using Nant and "solutions.build":
</target>
<target name="RebuildSolution-2.0" description="rebuilds a given VS2005 solution file">
<echo message="Rebuilding VS2005 Solution ${solutionfile}" />
<echo message="Rebuilding .NET 2.0 Solution ${solutionfile}" />
<exec program="${msbuild.exe}">
<!--
<arg value="/property:OutDir=${output.dir}/"/>

View File

@@ -42,12 +42,6 @@
<HintPath>..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>

View File

@@ -11,7 +11,6 @@
<AssemblyName>Spring.Template.Velocity</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>http://localhost/Spring.Template.Velocity/</PublishUrl>

View File

@@ -11,7 +11,6 @@
<AssemblyName>Spring.Testing.Microsoft</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>http://localhost/Spring.Testing.Microsoft/</PublishUrl>

View File

@@ -11,7 +11,6 @@
<AssemblyName>Spring.Messaging.Ems.Tests</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>http://localhost/Spring.Messaging.Ems.Tests/</PublishUrl>