From 52410dd58264287f5e90b10aed27b84a0ff44da6 Mon Sep 17 00:00:00 2001 From: Deskull Date: Wed, 7 Jun 2017 08:28:41 +0900 Subject: [PATCH] =?utf8?q?VS2008=E3=81=A8VS2010=E3=81=AE=E3=82=BD=E3=83=AA?= =?utf8?q?=E3=83=A5=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=95=E3=82=A1?= =?utf8?q?=E3=82=A4=E3=83=AB=E3=82=92=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Hengband_vcs2008/Hengband.sln | 20 - Hengband_vcs2008/Hengband/Hengband.vcproj | 563 ----------------------------- Hengband_vcs2010/Hengband.sln | 23 -- Hengband_vcs2010/Hengband/Hengband.vcxproj | 224 ------------ 4 files changed, 830 deletions(-) delete mode 100644 Hengband_vcs2008/Hengband.sln delete mode 100644 Hengband_vcs2008/Hengband/Hengband.vcproj delete mode 100644 Hengband_vcs2010/Hengband.sln delete mode 100644 Hengband_vcs2010/Hengband/Hengband.vcxproj diff --git a/Hengband_vcs2008/Hengband.sln b/Hengband_vcs2008/Hengband.sln deleted file mode 100644 index 79dfb5466..000000000 --- a/Hengband_vcs2008/Hengband.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hengband", "Hengband\Hengband.vcproj", "{C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.ActiveCfg = Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.Build.0 = Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.ActiveCfg = Release|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Hengband_vcs2008/Hengband/Hengband.vcproj b/Hengband_vcs2008/Hengband/Hengband.vcproj deleted file mode 100644 index c19b9aba1..000000000 --- a/Hengband_vcs2008/Hengband/Hengband.vcproj +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Hengband_vcs2010/Hengband.sln b/Hengband_vcs2010/Hengband.sln deleted file mode 100644 index 9e07ae67c..000000000 --- a/Hengband_vcs2010/Hengband.sln +++ /dev/null @@ -1,23 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual C++ Express 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hengband", "Hengband\Hengband.vcxproj", "{C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - English-Debug|Win32 = English-Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.ActiveCfg = Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.Build.0 = Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.English-Debug|Win32.ActiveCfg = English-Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.English-Debug|Win32.Build.0 = English-Debug|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.ActiveCfg = Release|Win32 - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Hengband_vcs2010/Hengband/Hengband.vcxproj b/Hengband_vcs2010/Hengband/Hengband.vcxproj deleted file mode 100644 index a2a541990..000000000 --- a/Hengband_vcs2010/Hengband/Hengband.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - Win32 - - - English-Debug - Win32 - - - Release - Win32 - - - - {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2} - Hengband - - - - Application - MultiByte - true - v100 - - - Application - MultiByte - false - - - Application - MultiByte - false - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\..\ - ..\..\ - $(Configuration)\ - $(Configuration)\ - ../../\ - $(Configuration)\ - - - - Disabled - WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - CompileAsC - 4127;4996;4244;%(DisableSpecificWarnings) - - - winmm.lib;wsock32.lib;%(AdditionalDependencies) - true - MachineX86 - LinkVerbose - Windows - - - - - Disabled - WINDOWS;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - CompileAsC - 4127;4996;4244;%(DisableSpecificWarnings) - - - winmm.lib;wsock32.lib;%(AdditionalDependencies) - true - MachineX86 - LinkVerbose - Windows - - - - - MaxSpeed - true - WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions) - MultiThreadedDLL - true - Level3 - ProgramDatabase - 4244;4996;%(DisableSpecificWarnings) - - - winmm.lib;wsock32.lib;%(AdditionalDependencies) - true - true - true - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- 2.11.0