From fcb0a828c77a4dc03dabe331da978860d5ce4e3a Mon Sep 17 00:00:00 2001 From: Nathan Fulton Date: Tue, 25 Apr 2017 23:04:10 -0400 Subject: [PATCH] Upgrade Animax project to VS format version 12 One-way upgrade Visual Studio will automatically make functional changes to the following projects in order to open them. You will not be able to open these projects in the version of Visual Studio in which they were originally created. - AniMax, AniMax/Animax.csproj - AniMax, AniMax/AniMax.sln --- AniMax/AniMax.csproj | 359 ++++++++++++++++++++++++------------------- AniMax/AniMax.sln | 9 +- 2 files changed, 206 insertions(+), 162 deletions(-) diff --git a/AniMax/AniMax.csproj b/AniMax/AniMax.csproj index a76ab21..661d560 100644 --- a/AniMax/AniMax.csproj +++ b/AniMax/AniMax.csproj @@ -1,161 +1,200 @@ - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {FBB48F3B-5FB4-4D87-AD16-E17C2FB9FEFA} - WinExe - SpiffCode - AniMax - - - true - full - false - bin\Debug\ - prompt - 4 - false - -unsafe - - - none - false - bin\Release\ - prompt - 4 - false - -unsafe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - misc.cs - - - palette.cs - - - tbitmap.cs - - - - - AboutForm.cs - - - BitmapsForm.cs - - - CombinerForm.cs - - - FrameControl.cs - - - MainForm.cs - - - MiscControls.cs - - - OptionsForm.cs - - - PerPixelAlphaForm.cs - - - PreviewControl.cs - - - PreviewPanel.cs - - - ReplaceColorsForm.cs - - - StripControl.cs - - - StripForm.cs - - - StripProperties.cs - - - StripsForm.cs - - - WallPreviewForm.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - MagicLibrary.dll - - - False - SharpZipLib.dll - - - - - - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {FBB48F3B-5FB4-4D87-AD16-E17C2FB9FEFA} + WinExe + SpiffCode + AniMax + v2.0 + + + + + 2.0 + + + true + full + false + bin\Debug\ + prompt + 4 + false + -unsafe + true + + + none + false + bin\Release\ + prompt + 4 + false + -unsafe + + + + Form + + + + + + Form + + + Form + + + + Component + + + + Form + + + Component + + + Form + + + Form + + + UserControl + + + UserControl + + + Form + + + + UserControl + + + Form + + + Form + + + + Form + + + + Form + + + + + misc.cs + + + palette.cs + + + tbitmap.cs + + + + + AboutForm.cs + + + BitmapsForm.cs + + + CombinerForm.cs + + + FrameControl.cs + + + MainForm.cs + + + MiscControls.cs + + + OptionsForm.cs + + + PerPixelAlphaForm.cs + + + PreviewControl.cs + + + PreviewPanel.cs + + + ReplaceColorsForm.cs + + + StripControl.cs + + + StripForm.cs + + + StripProperties.cs + + + StripsForm.cs + + + WallPreviewForm.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + MagicLibrary.dll + + + False + SharpZipLib.dll + + + + + + + + \ No newline at end of file diff --git a/AniMax/AniMax.sln b/AniMax/AniMax.sln index 61b9260..3c267be 100644 --- a/AniMax/AniMax.sln +++ b/AniMax/AniMax.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}") = "AniMax", "AniMax.csproj", "{FBB48F3B-5FB4-4D87-AD16-E17C2FB9FEFA}" EndProject Global @@ -14,6 +16,9 @@ Global {FBB48F3B-5FB4-4D87-AD16-E17C2FB9FEFA}.Release|Any CPU.ActiveCfg = Release|Any CPU {FBB48F3B-5FB4-4D87-AD16-E17C2FB9FEFA}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = AniMax.csproj EndGlobalSection