From 0329e0af13fe3bb7f590f00706388068e0f0e49c Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Sat, 8 May 2021 18:35:07 +0200 Subject: [PATCH] Adapted to GIT. Removed VS files. --- .hgignore => .gitignore | 0 respak.sln | 22 ----------- respak.vcxproj | 84 ----------------------------------------- respak.vcxproj.filters | 22 ----------- 4 files changed, 128 deletions(-) rename .hgignore => .gitignore (100%) delete mode 100644 respak.sln delete mode 100644 respak.vcxproj delete mode 100644 respak.vcxproj.filters diff --git a/.hgignore b/.gitignore similarity index 100% rename from .hgignore rename to .gitignore diff --git a/respak.sln b/respak.sln deleted file mode 100644 index 4191c66..0000000 --- a/respak.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "respak", "respak.vcxproj", "{F8B2669A-E04A-48A3-9B70-9DBBAB7231AC}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F8B2669A-E04A-48A3-9B70-9DBBAB7231AC}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8B2669A-E04A-48A3-9B70-9DBBAB7231AC}.Debug|Win32.Build.0 = Debug|Win32 - {F8B2669A-E04A-48A3-9B70-9DBBAB7231AC}.Release|Win32.ActiveCfg = Release|Win32 - {F8B2669A-E04A-48A3-9B70-9DBBAB7231AC}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/respak.vcxproj b/respak.vcxproj deleted file mode 100644 index ff7f10a..0000000 --- a/respak.vcxproj +++ /dev/null @@ -1,84 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {F8B2669A-E04A-48A3-9B70-9DBBAB7231AC} - Win32Proj - respak - - - - Application - true - v120 - Unicode - - - Application - false - v120 - true - Unicode - - - - - - - - - - - - - true - - - false - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - - - Console - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - - - Console - true - true - true - - - - - - - - - \ No newline at end of file diff --git a/respak.vcxproj.filters b/respak.vcxproj.filters deleted file mode 100644 index 109acb8..0000000 --- a/respak.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file