From cb627b2b4b35635e400e580ca94894a3a53ef640 Mon Sep 17 00:00:00 2001 From: Nathan Fulton Date: Tue, 25 Apr 2017 23:03:07 -0400 Subject: [PATCH] Upgrade acrunch project to VS format version 12 --- acrunch/acrunch.csproj | 191 +++++++++++++++++++++-------------------- acrunch/acrunch.sln | 9 +- 2 files changed, 106 insertions(+), 94 deletions(-) diff --git a/acrunch/acrunch.csproj b/acrunch/acrunch.csproj index 8f1e7ca..c41c11f 100644 --- a/acrunch/acrunch.csproj +++ b/acrunch/acrunch.csproj @@ -1,93 +1,100 @@ - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {E38095A5-464E-4BF3-9E98-36BABC43EC32} - Exe - acrunch - acrunch - - - true - full - false - bin\Debug\ - prompt - 4 - false - -unsafe - - - none - false - bin\Release\ - prompt - 4 - false - -unsafe - - - - - - doublerect.cs - - - AnimDoc.cs - - - Frame.cs - - - Globals.cs - - - Strip.cs - - - StripSet.cs - - - XBitmap.cs - - - XBitmapSet.cs - - - misc.cs - - - palette.cs - - - tbitmap.cs - - - tbitmaptools.cs - - - - - - - - - - - - - - False - ..\bin\SharpZipLib.dll - - - - - - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {E38095A5-464E-4BF3-9E98-36BABC43EC32} + Exe + acrunch + acrunch + v2.0 + + + + + 2.0 + + + true + full + false + bin\Debug\ + prompt + 4 + false + -unsafe + true + + + none + false + bin\Release\ + prompt + 4 + false + -unsafe + + + + + + doublerect.cs + + + AnimDoc.cs + + + Frame.cs + + + Globals.cs + + + Strip.cs + + + StripSet.cs + + + XBitmap.cs + + + XBitmapSet.cs + + + misc.cs + + + palette.cs + + + tbitmap.cs + + + tbitmaptools.cs + + + + + + + + + + + + + + False + ..\bin\SharpZipLib.dll + + + + + + + + \ No newline at end of file diff --git a/acrunch/acrunch.sln b/acrunch/acrunch.sln index e812d04..f5b9fec 100644 --- a/acrunch/acrunch.sln +++ b/acrunch/acrunch.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "acrunch", "acrunch.csproj", "{E38095A5-464E-4BF3-9E98-36BABC43EC32}" EndProject Global @@ -14,6 +16,9 @@ Global {E38095A5-464E-4BF3-9E98-36BABC43EC32}.Release|Any CPU.ActiveCfg = Release|Any CPU {E38095A5-464E-4BF3-9E98-36BABC43EC32}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = acrunch.csproj EndGlobalSection