|
From: Jason J. <jrj...@us...> - 2010-04-16 00:48:56
|
Update of /cvsroot/autopatch/autopatch/migrate/dotnet/AutopatchNetTests In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23199/AutopatchNetTests Modified Files: AutopatchNetTests.csproj Log Message: Visual Studio 2010 Index: AutopatchNetTests.csproj =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/AutopatchNetTests/AutopatchNetTests.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** AutopatchNetTests.csproj 6 Feb 2010 19:46:27 -0000 1.8 --- AutopatchNetTests.csproj 16 Apr 2010 00:48:49 -0000 1.9 *************** *** 1,3 **** ! <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> --- 1,4 ---- ! <?xml version="1.0" encoding="utf-8"?> ! <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> *************** *** 14,18 **** <FileUpgradeFlags> </FileUpgradeFlags> ! <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> --- 15,19 ---- <FileUpgradeFlags> </FileUpgradeFlags> ! <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> |