From 1c3943e693ea76cd1c000222c4d4f55b1f2644d1 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sun, 28 May 2017 07:26:04 +0900 Subject: [PATCH] =?utf8?q?Visual=20Studio=202015=20=E3=82=BD=E3=83=AA?= =?utf8?q?=E3=83=A5=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E8=BF=BD?= =?utf8?q?=E5=8A=A0=E3=80=82=20/=20Add=20solution=20file=20of=20Visual=20S?= =?utf8?q?tudio=202015.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Hengband_vcs2015/Hengband.sln | 23 +++ Hengband_vcs2015/Hengband/Hengband.vcxproj | 226 +++++++++++++++++++++++++++++ 2 files changed, 249 insertions(+) create mode 100644 Hengband_vcs2015/Hengband.sln create mode 100644 Hengband_vcs2015/Hengband/Hengband.vcxproj diff --git a/Hengband_vcs2015/Hengband.sln b/Hengband_vcs2015/Hengband.sln new file mode 100644 index 000000000..4caf8dc99 --- /dev/null +++ b/Hengband_vcs2015/Hengband.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 14.00 +# Visual C++ Express 2015 +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_vcs2015/Hengband/Hengband.vcxproj b/Hengband_vcs2015/Hengband/Hengband.vcxproj new file mode 100644 index 000000000..7e91c18d1 --- /dev/null +++ b/Hengband_vcs2015/Hengband/Hengband.vcxproj @@ -0,0 +1,226 @@ + + + + + Debug + Win32 + + + English-Debug + Win32 + + + Release + Win32 + + + + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2} + Hengband + + + + Application + MultiByte + true + v140 + + + Application + MultiByte + false + v140 + + + Application + MultiByte + false + v140 + + + + + + + + + + + + + + + + <_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