From 2622011a5dbd8dc20b9a49e10290047058fddc87 Mon Sep 17 00:00:00 2001 From: csharptest Date: Tue, 4 Oct 2011 14:16:28 -0500 Subject: Removed the 2008 solution and created batch files to toggle the solution to the desired version of Visual Studio. --- src/UseVS2008.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/UseVS2008.bat (limited to 'src/UseVS2008.bat') diff --git a/src/UseVS2008.bat b/src/UseVS2008.bat new file mode 100644 index 00000000..4cf97381 --- /dev/null +++ b/src/UseVS2008.bat @@ -0,0 +1,8 @@ +@ECHO OFF +REM ---- Converts the solution to Visual Studio 2008 ---- +PUSHD %~dp0 +ECHO Microsoft Visual Studio Solution File, Format Version 10.00> Temp.sln +ECHO # Visual Studio 2008>> Temp.sln +type ProtocolBuffers.sln | FIND /V " Visual Studio " >> Temp.sln +move /Y Temp.sln ProtocolBuffers.sln +POPD -- cgit v1.2.3