変愚蛮怒のメインリポジトリです
リビジョン | 1c3943e693ea76cd1c000222c4d4f55b1f2644d1 (tree) |
---|---|
日時 | 2017-05-28 07:26:04 |
作者 | Deskull <desull@user...> |
コミッター | Deskull |
Visual Studio 2015 ソリューションを追加。 / Add solution file of Visual Studio 2015.
@@ -0,0 +1,23 @@ | ||
1 | + | |
2 | +Microsoft Visual Studio Solution File, Format Version 14.00 | |
3 | +# Visual C++ Express 2015 | |
4 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hengband", "Hengband\Hengband.vcxproj", "{C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}" | |
5 | +EndProject | |
6 | +Global | |
7 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
8 | + Debug|Win32 = Debug|Win32 | |
9 | + English-Debug|Win32 = English-Debug|Win32 | |
10 | + Release|Win32 = Release|Win32 | |
11 | + EndGlobalSection | |
12 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
13 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.ActiveCfg = Debug|Win32 | |
14 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Debug|Win32.Build.0 = Debug|Win32 | |
15 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.English-Debug|Win32.ActiveCfg = English-Debug|Win32 | |
16 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.English-Debug|Win32.Build.0 = English-Debug|Win32 | |
17 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.ActiveCfg = Release|Win32 | |
18 | + {C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}.Release|Win32.Build.0 = Release|Win32 | |
19 | + EndGlobalSection | |
20 | + GlobalSection(SolutionProperties) = preSolution | |
21 | + HideSolutionNode = FALSE | |
22 | + EndGlobalSection | |
23 | +EndGlobal |
@@ -0,0 +1,226 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | + <ItemGroup Label="ProjectConfigurations"> | |
4 | + <ProjectConfiguration Include="Debug|Win32"> | |
5 | + <Configuration>Debug</Configuration> | |
6 | + <Platform>Win32</Platform> | |
7 | + </ProjectConfiguration> | |
8 | + <ProjectConfiguration Include="English-Debug|Win32"> | |
9 | + <Configuration>English-Debug</Configuration> | |
10 | + <Platform>Win32</Platform> | |
11 | + </ProjectConfiguration> | |
12 | + <ProjectConfiguration Include="Release|Win32"> | |
13 | + <Configuration>Release</Configuration> | |
14 | + <Platform>Win32</Platform> | |
15 | + </ProjectConfiguration> | |
16 | + </ItemGroup> | |
17 | + <PropertyGroup Label="Globals"> | |
18 | + <ProjectGuid>{C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}</ProjectGuid> | |
19 | + <RootNamespace>Hengband</RootNamespace> | |
20 | + </PropertyGroup> | |
21 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
22 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
23 | + <ConfigurationType>Application</ConfigurationType> | |
24 | + <CharacterSet>MultiByte</CharacterSet> | |
25 | + <WholeProgramOptimization>true</WholeProgramOptimization> | |
26 | + <PlatformToolset>v140</PlatformToolset> | |
27 | + </PropertyGroup> | |
28 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
29 | + <ConfigurationType>Application</ConfigurationType> | |
30 | + <CharacterSet>MultiByte</CharacterSet> | |
31 | + <UseOfMfc>false</UseOfMfc> | |
32 | + <PlatformToolset>v140</PlatformToolset> | |
33 | + </PropertyGroup> | |
34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'" Label="Configuration"> | |
35 | + <ConfigurationType>Application</ConfigurationType> | |
36 | + <CharacterSet>MultiByte</CharacterSet> | |
37 | + <UseOfMfc>false</UseOfMfc> | |
38 | + <PlatformToolset>v140</PlatformToolset> | |
39 | + </PropertyGroup> | |
40 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
41 | + <ImportGroup Label="ExtensionSettings"> | |
42 | + </ImportGroup> | |
43 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
44 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
45 | + </ImportGroup> | |
46 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
47 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
48 | + </ImportGroup> | |
49 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'" Label="PropertySheets"> | |
50 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
51 | + </ImportGroup> | |
52 | + <PropertyGroup Label="UserMacros" /> | |
53 | + <PropertyGroup> | |
54 | + <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | |
55 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\</OutDir> | |
56 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'">..\..\</OutDir> | |
57 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> | |
58 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'">$(Configuration)\</IntDir> | |
59 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../\</OutDir> | |
60 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
61 | + </PropertyGroup> | |
62 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
63 | + <ClCompile> | |
64 | + <Optimization>Disabled</Optimization> | |
65 | + <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
66 | + <MinimalRebuild>true</MinimalRebuild> | |
67 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
68 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
69 | + <WarningLevel>Level4</WarningLevel> | |
70 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
71 | + <CompileAs>CompileAsC</CompileAs> | |
72 | + <DisableSpecificWarnings>4127;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
73 | + </ClCompile> | |
74 | + <Link> | |
75 | + <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
76 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
77 | + <TargetMachine>MachineX86</TargetMachine> | |
78 | + <ShowProgress>LinkVerbose</ShowProgress> | |
79 | + <SubSystem>Windows</SubSystem> | |
80 | + </Link> | |
81 | + </ItemDefinitionGroup> | |
82 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'"> | |
83 | + <ClCompile> | |
84 | + <Optimization>Disabled</Optimization> | |
85 | + <PreprocessorDefinitions>WINDOWS;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
86 | + <MinimalRebuild>true</MinimalRebuild> | |
87 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
88 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
89 | + <WarningLevel>Level4</WarningLevel> | |
90 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
91 | + <CompileAs>CompileAsC</CompileAs> | |
92 | + <DisableSpecificWarnings>4127;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
93 | + </ClCompile> | |
94 | + <Link> | |
95 | + <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
96 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
97 | + <TargetMachine>MachineX86</TargetMachine> | |
98 | + <ShowProgress>LinkVerbose</ShowProgress> | |
99 | + <SubSystem>Windows</SubSystem> | |
100 | + </Link> | |
101 | + </ItemDefinitionGroup> | |
102 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
103 | + <ClCompile> | |
104 | + <Optimization>MaxSpeed</Optimization> | |
105 | + <IntrinsicFunctions>true</IntrinsicFunctions> | |
106 | + <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
107 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
108 | + <FunctionLevelLinking>true</FunctionLevelLinking> | |
109 | + <WarningLevel>Level3</WarningLevel> | |
110 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
111 | + <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
112 | + </ClCompile> | |
113 | + <Link> | |
114 | + <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
115 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
116 | + <OptimizeReferences>true</OptimizeReferences> | |
117 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
118 | + <TargetMachine>MachineX86</TargetMachine> | |
119 | + </Link> | |
120 | + </ItemDefinitionGroup> | |
121 | + <ItemGroup> | |
122 | + <ClCompile Include="..\..\src\artifact.c" /> | |
123 | + <ClCompile Include="..\..\src\autopick.c" /> | |
124 | + <ClCompile Include="..\..\src\avatar.c" /> | |
125 | + <ClCompile Include="..\..\src\birth.c" /> | |
126 | + <ClCompile Include="..\..\src\bldg.c" /> | |
127 | + <ClCompile Include="..\..\src\cave.c" /> | |
128 | + <ClCompile Include="..\..\src\chuukei.c" /> | |
129 | + <ClCompile Include="..\..\src\cmd1.c" /> | |
130 | + <ClCompile Include="..\..\src\cmd2.c" /> | |
131 | + <ClCompile Include="..\..\src\cmd3.c" /> | |
132 | + <ClCompile Include="..\..\src\cmd4.c" /> | |
133 | + <ClCompile Include="..\..\src\cmd5.c" /> | |
134 | + <ClCompile Include="..\..\src\cmd6.c" /> | |
135 | + <ClCompile Include="..\..\src\do-spell.c" /> | |
136 | + <ClCompile Include="..\..\src\dungeon.c" /> | |
137 | + <ClCompile Include="..\..\src\effects.c" /> | |
138 | + <ClCompile Include="..\..\src\files.c" /> | |
139 | + <ClCompile Include="..\..\src\flavor.c" /> | |
140 | + <ClCompile Include="..\..\src\floors.c" /> | |
141 | + <ClCompile Include="..\..\src\generate.c" /> | |
142 | + <ClCompile Include="..\..\src\grid.c" /> | |
143 | + <ClCompile Include="..\..\src\hex.c" /> | |
144 | + <ClCompile Include="..\..\src\hissatsu.c" /> | |
145 | + <ClCompile Include="..\..\src\inet.c" /> | |
146 | + <ClCompile Include="..\..\src\init1.c" /> | |
147 | + <ClCompile Include="..\..\src\init2.c" /> | |
148 | + <ClCompile Include="..\..\src\japanese.c" /> | |
149 | + <ClCompile Include="..\..\src\load.c" /> | |
150 | + <ClCompile Include="..\..\src\main-win.c" /> | |
151 | + <ClCompile Include="..\..\src\main.c" /> | |
152 | + <ClCompile Include="..\..\src\mane.c" /> | |
153 | + <ClCompile Include="..\..\src\melee1.c" /> | |
154 | + <ClCompile Include="..\..\src\melee2.c" /> | |
155 | + <ClCompile Include="..\..\src\mind.c" /> | |
156 | + <ClCompile Include="..\..\src\monster1.c" /> | |
157 | + <ClCompile Include="..\..\src\monster2.c" /> | |
158 | + <ClCompile Include="..\..\src\mspells1.c" /> | |
159 | + <ClCompile Include="..\..\src\mspells2.c" /> | |
160 | + <ClCompile Include="..\..\src\mspells3.c" /> | |
161 | + <ClCompile Include="..\..\src\mspells4.c" /> | |
162 | + <ClCompile Include="..\..\src\mutation.c" /> | |
163 | + <ClCompile Include="..\..\src\obj_kind.c" /> | |
164 | + <ClCompile Include="..\..\src\object1.c" /> | |
165 | + <ClCompile Include="..\..\src\object2.c" /> | |
166 | + <ClCompile Include="..\..\src\racial.c" /> | |
167 | + <ClCompile Include="..\..\src\readdib.c" /> | |
168 | + <ClCompile Include="..\..\src\report.c" /> | |
169 | + <ClCompile Include="..\..\src\rooms.c" /> | |
170 | + <ClCompile Include="..\..\src\save.c" /> | |
171 | + <ClCompile Include="..\..\src\scores.c" /> | |
172 | + <ClCompile Include="..\..\src\snipe.c" /> | |
173 | + <ClCompile Include="..\..\src\spells1.c" /> | |
174 | + <ClCompile Include="..\..\src\spells2.c" /> | |
175 | + <ClCompile Include="..\..\src\spells3.c" /> | |
176 | + <ClCompile Include="..\..\src\store.c" /> | |
177 | + <ClCompile Include="..\..\src\streams.c" /> | |
178 | + <ClCompile Include="..\..\src\tables.c" /> | |
179 | + <ClCompile Include="..\..\src\util.c" /> | |
180 | + <ClCompile Include="..\..\src\variable.c" /> | |
181 | + <ClCompile Include="..\..\src\wild.c" /> | |
182 | + <ClCompile Include="..\..\src\wizard1.c" /> | |
183 | + <ClCompile Include="..\..\src\wizard2.c" /> | |
184 | + <ClCompile Include="..\..\src\xtra1.c" /> | |
185 | + <ClCompile Include="..\..\src\xtra2.c" /> | |
186 | + <ClCompile Include="..\..\src\z-form.c" /> | |
187 | + <ClCompile Include="..\..\src\z-rand.c" /> | |
188 | + <ClCompile Include="..\..\src\z-term.c" /> | |
189 | + <ClCompile Include="..\..\src\z-util.c" /> | |
190 | + <ClCompile Include="..\..\src\z-virt.c" /> | |
191 | + </ItemGroup> | |
192 | + <ItemGroup> | |
193 | + <ClInclude Include="..\..\src\angband.h" /> | |
194 | + <ClInclude Include="..\..\src\defines.h" /> | |
195 | + <ClInclude Include="..\..\src\externs.h" /> | |
196 | + <ClInclude Include="..\..\src\generate.h" /> | |
197 | + <ClInclude Include="..\..\src\grid.h" /> | |
198 | + <ClInclude Include="..\..\src\h-basic.h" /> | |
199 | + <ClInclude Include="..\..\src\h-config.h" /> | |
200 | + <ClInclude Include="..\..\src\h-define.h" /> | |
201 | + <ClInclude Include="..\..\src\h-system.h" /> | |
202 | + <ClInclude Include="..\..\src\h-type.h" /> | |
203 | + <ClInclude Include="..\..\src\init.h" /> | |
204 | + <ClInclude Include="..\..\src\kajitips.h" /> | |
205 | + <ClInclude Include="..\..\src\mindtips.h" /> | |
206 | + <ClInclude Include="..\..\src\readdib.h" /> | |
207 | + <ClInclude Include="..\..\src\rooms.h" /> | |
208 | + <ClInclude Include="..\..\src\streams.h" /> | |
209 | + <ClInclude Include="..\..\src\types.h" /> | |
210 | + <ClInclude Include="..\..\src\z-config.h" /> | |
211 | + <ClInclude Include="..\..\src\z-form.h" /> | |
212 | + <ClInclude Include="..\..\src\z-rand.h" /> | |
213 | + <ClInclude Include="..\..\src\z-term.h" /> | |
214 | + <ClInclude Include="..\..\src\z-util.h" /> | |
215 | + <ClInclude Include="..\..\src\z-virt.h" /> | |
216 | + </ItemGroup> | |
217 | + <ItemGroup> | |
218 | + <ResourceCompile Include="..\..\src\angband.rc" /> | |
219 | + </ItemGroup> | |
220 | + <ItemGroup> | |
221 | + <None Include="..\..\src\wall.bmp" /> | |
222 | + </ItemGroup> | |
223 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
224 | + <ImportGroup Label="ExtensionTargets"> | |
225 | + </ImportGroup> | |
226 | +</Project> | |
\ No newline at end of file |