From 5d91b0fc111eb8e29ad8a262b66d983099eb11e5 Mon Sep 17 00:00:00 2001 From: deskull Date: Sat, 24 Nov 2012 05:08:52 +0000 Subject: [PATCH] =?utf8?q?VC++2008=E5=8F=8A=E3=81=B32010=E3=81=AE=E3=82=BD?= =?utf8?q?=E3=83=AA=E3=83=A5=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=95?= =?utf8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=A8=E3=83=97=E3=83=AD=E3=82=B8?= =?utf8?q?=E3=82=A7=E3=82=AF=E3=83=88=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?utf8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=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 | 559 +++++++++++++++++++++++++++++ Hengband_vcs2010/Hengband.sln | 20 ++ Hengband_vcs2010/Hengband/Hengband.vcxproj | 185 ++++++++++ 4 files changed, 784 insertions(+) create mode 100644 Hengband_vcs2008/Hengband.sln create mode 100644 Hengband_vcs2008/Hengband/Hengband.vcproj create mode 100644 Hengband_vcs2010/Hengband.sln create mode 100644 Hengband_vcs2010/Hengband/Hengband.vcxproj diff --git a/Hengband_vcs2008/Hengband.sln b/Hengband_vcs2008/Hengband.sln new file mode 100644 index 000000000..79dfb5466 --- /dev/null +++ b/Hengband_vcs2008/Hengband.sln @@ -0,0 +1,20 @@ + +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 new file mode 100644 index 000000000..beee141a0 --- /dev/null +++ b/Hengband_vcs2008/Hengband/Hengband.vcproj @@ -0,0 +1,559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hengband_vcs2010/Hengband.sln b/Hengband_vcs2010/Hengband.sln new file mode 100644 index 000000000..9857040a4 --- /dev/null +++ b/Hengband_vcs2010/Hengband.sln @@ -0,0 +1,20 @@ + +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 + 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_vcs2010/Hengband/Hengband.vcxproj b/Hengband_vcs2010/Hengband/Hengband.vcxproj new file mode 100644 index 000000000..5d35f5203 --- /dev/null +++ b/Hengband_vcs2010/Hengband/Hengband.vcxproj @@ -0,0 +1,185 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2} + Hengband + + + + Application + MultiByte + true + + + Application + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + ..\..\ + $(Configuration)\ + ../../\ + $(Configuration)\ + + + + Disabled + WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + CompileAsC + 4996;4244;%(DisableSpecificWarnings) + + + winmm.lib;wsock32.lib;%(AdditionalDependencies) + true + MachineX86 + + + + + 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