|
From: Jason J. <jrj...@us...> - 2010-04-16 00:48:56
|
Update of /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23199/TestApp Modified Files: TestApp.csproj Log Message: Visual Studio 2010 Index: TestApp.csproj =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/TestApp.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestApp.csproj 6 Feb 2010 19:46:49 -0000 1.2 --- TestApp.csproj 16 Apr 2010 00:48:49 -0000 1.3 *************** *** 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> *************** *** 12,16 **** <FileUpgradeFlags> </FileUpgradeFlags> ! <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> --- 13,17 ---- <FileUpgradeFlags> </FileUpgradeFlags> ! <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> |