OSDN Git Service

7155a43e41274beb4cf983fa7ae0f4122a6364a5
[hengband/hengband.git] / Hengband_vcs2017 / Hengband / Hengband.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
4     <ConfigurationType>StaticLibrary</ConfigurationType>\r
5     <UseDebugLibraries>true</UseDebugLibraries>\r
6     <PlatformToolset>v120</PlatformToolset>\r
7     <CharacterSet>Unicode</CharacterSet>\r
8   </PropertyGroup>\r
9   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
10     <ConfigurationType>StaticLibrary</ConfigurationType>\r
11     <UseDebugLibraries>false</UseDebugLibraries>\r
12     <PlatformToolset>v120</PlatformToolset>\r
13     <CharacterSet>Unicode</CharacterSet>\r
14   </PropertyGroup>\r
15   <ItemGroup Label="ProjectConfigurations">\r
16     <ProjectConfiguration Include="Debug|Win32">\r
17       <Configuration>Debug</Configuration>\r
18       <Platform>Win32</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="English-Debug|Win32">\r
21       <Configuration>English-Debug</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|Win32">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>Win32</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <PropertyGroup Label="Globals">\r
30     <ProjectGuid>{C00503B6-18FF-42F1-BAC0-6C94EDE62CB2}</ProjectGuid>\r
31     <RootNamespace>Hengband</RootNamespace>\r
32     <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>\r
33   </PropertyGroup>\r
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
36     <ConfigurationType>Application</ConfigurationType>\r
37     <CharacterSet>MultiByte</CharacterSet>\r
38     <WholeProgramOptimization>true</WholeProgramOptimization>\r
39     <PlatformToolset>v141</PlatformToolset>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
42     <ConfigurationType>Application</ConfigurationType>\r
43     <CharacterSet>MultiByte</CharacterSet>\r
44     <UseOfMfc>false</UseOfMfc>\r
45     <PlatformToolset>v141</PlatformToolset>\r
46     <SpectreMitigation>false</SpectreMitigation>\r
47   </PropertyGroup>\r
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'" Label="Configuration">\r
49     <ConfigurationType>Application</ConfigurationType>\r
50     <CharacterSet>MultiByte</CharacterSet>\r
51     <UseOfMfc>false</UseOfMfc>\r
52     <PlatformToolset>v141</PlatformToolset>\r
53   </PropertyGroup>\r
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
55   <ImportGroup Label="ExtensionSettings">\r
56   </ImportGroup>\r
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
59   </ImportGroup>\r
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
62   </ImportGroup>\r
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'" Label="PropertySheets">\r
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
65   </ImportGroup>\r
66   <PropertyGroup Label="UserMacros" />\r
67   <PropertyGroup>\r
68     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>\r
69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\</OutDir>\r
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'">..\..\</OutDir>\r
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>\r
72     <IntDir Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'">$(Configuration)\</IntDir>\r
73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../\</OutDir>\r
74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
75   </PropertyGroup>\r
76   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
77     <ClCompile>\r
78       <Optimization>Disabled</Optimization>\r
79       <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
80       <MinimalRebuild>false</MinimalRebuild>\r
81       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
82       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
83       <WarningLevel>EnableAllWarnings</WarningLevel>\r
84       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
85       <CompileAs>CompileAsC</CompileAs>\r
86       <DisableSpecificWarnings>4127;4244;4255;4668;4710;4820;4996;4774;5045;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
87     </ClCompile>\r
88     <Link>\r
89       <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
90       <GenerateDebugInformation>true</GenerateDebugInformation>\r
91       <TargetMachine>MachineX86</TargetMachine>\r
92       <ShowProgress>LinkVerbose</ShowProgress>\r
93       <SubSystem>Windows</SubSystem>\r
94     </Link>\r
95   </ItemDefinitionGroup>\r
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'">\r
97     <ClCompile>\r
98       <Optimization>Disabled</Optimization>\r
99       <PreprocessorDefinitions>WINDOWS;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
100       <MinimalRebuild>true</MinimalRebuild>\r
101       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
102       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
103       <WarningLevel>Level4</WarningLevel>\r
104       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
105       <CompileAs>CompileAsC</CompileAs>\r
106       <DisableSpecificWarnings>4127;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
107     </ClCompile>\r
108     <Link>\r
109       <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
110       <GenerateDebugInformation>true</GenerateDebugInformation>\r
111       <TargetMachine>MachineX86</TargetMachine>\r
112       <ShowProgress>LinkVerbose</ShowProgress>\r
113       <SubSystem>Windows</SubSystem>\r
114     </Link>\r
115   </ItemDefinitionGroup>\r
116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
117     <ClCompile>\r
118       <Optimization>MaxSpeed</Optimization>\r
119       <IntrinsicFunctions>true</IntrinsicFunctions>\r
120       <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
121       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
122       <FunctionLevelLinking>true</FunctionLevelLinking>\r
123       <WarningLevel>Level3</WarningLevel>\r
124       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
125       <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
126     </ClCompile>\r
127     <Link>\r
128       <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
129       <GenerateDebugInformation>true</GenerateDebugInformation>\r
130       <OptimizeReferences>true</OptimizeReferences>\r
131       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
132       <TargetMachine>MachineX86</TargetMachine>\r
133     </Link>\r
134   </ItemDefinitionGroup>\r
135   <ItemGroup>\r
136     <ClCompile Include="..\..\src\artifact.c" />\r
137     <ClCompile Include="..\..\src\autopick.c" />\r
138     <ClCompile Include="..\..\src\avatar.c" />\r
139     <ClCompile Include="..\..\src\birth.c" />\r
140     <ClCompile Include="..\..\src\bldg.c" />\r
141     <ClCompile Include="..\..\src\cave.c" />\r
142     <ClCompile Include="..\..\src\chest.c" />\r
143     <ClCompile Include="..\..\src\chuukei.c" />\r
144     <ClCompile Include="..\..\src\cmd-activate.c" />\r
145     <ClCompile Include="..\..\src\cmd-eat.c" />\r
146     <ClCompile Include="..\..\src\cmd-pet.c" />\r
147     <ClCompile Include="..\..\src\cmd-quaff.c" />\r
148     <ClCompile Include="..\..\src\cmd-read.c" />\r
149     <ClCompile Include="..\..\src\floor-events.c" />\r
150     <ClCompile Include="..\..\src\floor-generate.c" />\r
151     <ClCompile Include="..\..\src\floor-save.c" />\r
152     <ClCompile Include="..\..\src\history.c" />\r
153     <ClCompile Include="..\..\src\monster-process.c" />\r
154     <ClCompile Include="..\..\src\monster-status.c" />\r
155     <ClCompile Include="..\..\src\monsterrace-hook.c" />\r
156     <ClCompile Include="..\..\src\object-curse.c" />\r
157     <ClCompile Include="..\..\src\object-hook.c" />\r
158     <ClCompile Include="..\..\src\player-damage.c" />\r
159     <ClCompile Include="..\..\src\player-item.c" />\r
160     <ClCompile Include="..\..\src\realm-craft.c" />\r
161     <ClCompile Include="..\..\src\realm-crusade.c" />\r
162     <ClCompile Include="..\..\src\realm-daemon.c" />\r
163     <ClCompile Include="..\..\src\realm-death.c" />\r
164     <ClCompile Include="..\..\src\realm-hissatsu.c" />\r
165     <ClCompile Include="..\..\src\realm-nature.c" />\r
166     <ClCompile Include="..\..\src\realm-song.c" />\r
167     <ClCompile Include="..\..\src\realm-sorcery.c" />\r
168     <ClCompile Include="..\..\src\cmd-usestaff.c" />\r
169     <ClCompile Include="..\..\src\cmd-zaprod.c" />\r
170     <ClCompile Include="..\..\src\cmd-zapwand.c" />\r
171     <ClInclude Include="..\..\src\chest.h" />\r
172     <ClInclude Include="..\..\src\cmd-item.h" />\r
173     <ClInclude Include="..\..\src\cmd-magiceat.h" />\r
174     <ClInclude Include="..\..\src\cmd-pet.h" />\r
175     <ClInclude Include="..\..\src\cmd-spell.h" />\r
176     <ClInclude Include="..\..\src\cmd-zaprod.h" />\r
177     <ClInclude Include="..\..\src\cmd-zapwand.h">\r
178       <FileType>CppCode</FileType>\r
179     </ClInclude>\r
180     <ClCompile Include="..\..\src\cmd1.c" />\r
181     <ClCompile Include="..\..\src\cmd2.c" />\r
182     <ClCompile Include="..\..\src\cmd-item.c" />\r
183     <ClCompile Include="..\..\src\cmd4.c" />\r
184     <ClCompile Include="..\..\src\cmd5.c" />\r
185     <ClCompile Include="..\..\src\cmd-magiceat.c" />\r
186     <ClCompile Include="..\..\src\cmd-spell.c" />\r
187     <ClCompile Include="..\..\src\dungeon.c" />\r
188     <ClCompile Include="..\..\src\effects.c" />\r
189     <ClCompile Include="..\..\src\files.c" />\r
190     <ClCompile Include="..\..\src\flavor.c" />\r
191     <ClCompile Include="..\..\src\gameoption.c" />\r
192     <ClCompile Include="..\..\src\grid.c" />\r
193     <ClCompile Include="..\..\src\hissatsu.c" />\r
194     <ClCompile Include="..\..\src\inet.c" />\r
195     <ClCompile Include="..\..\src\init1.c" />\r
196     <ClCompile Include="..\..\src\init2.c" />\r
197     <ClCompile Include="..\..\src\japanese.c" />\r
198     <ClCompile Include="..\..\src\load.c" />\r
199     <ClCompile Include="..\..\src\main-win.c" />\r
200     <ClCompile Include="..\..\src\mane.c" />\r
201     <ClCompile Include="..\..\src\melee1.c" />\r
202     <ClCompile Include="..\..\src\mind.c" />\r
203     <ClCompile Include="..\..\src\monster1.c" />\r
204     <ClCompile Include="..\..\src\monster2.c" />\r
205     <ClCompile Include="..\..\src\mspells1.c" />\r
206     <ClCompile Include="..\..\src\mspells2.c" />\r
207     <ClCompile Include="..\..\src\mspells3.c" />\r
208     <ClCompile Include="..\..\src\mspells4.c" />\r
209     <ClCompile Include="..\..\src\mutation.c" />\r
210     <ClCompile Include="..\..\src\obj_kind.c" />\r
211     <ClCompile Include="..\..\src\object1.c" />\r
212     <ClCompile Include="..\..\src\object2.c" />\r
213     <ClCompile Include="..\..\src\racial.c" />\r
214     <ClCompile Include="..\..\src\readdib.c" />\r
215     <ClCompile Include="..\..\src\realm-arcane.c" />\r
216     <ClCompile Include="..\..\src\realm-chaos.c" />\r
217     <ClCompile Include="..\..\src\realm-hex.c" />\r
218     <ClCompile Include="..\..\src\realm-life.c" />\r
219     <ClCompile Include="..\..\src\realm-trump.c" />\r
220     <ClCompile Include="..\..\src\report.c" />\r
221     <ClCompile Include="..\..\src\rooms-city.c" />\r
222     <ClCompile Include="..\..\src\rooms-fractal.c" />\r
223     <ClCompile Include="..\..\src\rooms-normal.c" />\r
224     <ClCompile Include="..\..\src\rooms-pitnest.c" />\r
225     <ClCompile Include="..\..\src\rooms-special.c" />\r
226     <ClCompile Include="..\..\src\rooms-trap.c" />\r
227     <ClCompile Include="..\..\src\rooms-vault.c" />\r
228     <ClCompile Include="..\..\src\rooms.c" />\r
229     <ClCompile Include="..\..\src\save.c" />\r
230     <ClCompile Include="..\..\src\scores.c" />\r
231     <ClCompile Include="..\..\src\selfinfo.c" />\r
232     <ClCompile Include="..\..\src\shoot.c" />\r
233     <ClCompile Include="..\..\src\snipe.c" />\r
234     <ClCompile Include="..\..\src\spells-summon.c" />\r
235     <ClCompile Include="..\..\src\spells1.c" />\r
236     <ClCompile Include="..\..\src\spells2.c" />\r
237     <ClCompile Include="..\..\src\spells3.c" />\r
238     <ClCompile Include="..\..\src\store.c" />\r
239     <ClCompile Include="..\..\src\floor-streams.c" />\r
240     <ClCompile Include="..\..\src\tables.c" />\r
241     <ClCompile Include="..\..\src\trap.c" />\r
242     <ClCompile Include="..\..\src\util.c" />\r
243     <ClCompile Include="..\..\src\variable.c" />\r
244     <ClCompile Include="..\..\src\wild.c" />\r
245     <ClCompile Include="..\..\src\wizard1.c" />\r
246     <ClCompile Include="..\..\src\wizard2.c" />\r
247     <ClCompile Include="..\..\src\xtra1.c" />\r
248     <ClCompile Include="..\..\src\xtra2.c" />\r
249     <ClCompile Include="..\..\src\z-form.c" />\r
250     <ClCompile Include="..\..\src\z-rand.c" />\r
251     <ClCompile Include="..\..\src\z-term.c" />\r
252     <ClCompile Include="..\..\src\z-util.c" />\r
253     <ClCompile Include="..\..\src\z-virt.c" />\r
254   </ItemGroup>\r
255   <ItemGroup>\r
256     <ClInclude Include="..\..\src\angband.h" />\r
257     <ClInclude Include="..\..\src\cmd-activate.h" />\r
258     <ClInclude Include="..\..\src\cmd-eat.h" />\r
259     <ClInclude Include="..\..\src\cmd-quaff.h" />\r
260     <ClInclude Include="..\..\src\cmd-read.h" />\r
261     <ClInclude Include="..\..\src\cmd-usestaff.h" />\r
262     <ClInclude Include="..\..\src\defines.h" />\r
263     <ClInclude Include="..\..\src\externs.h" />\r
264     <ClInclude Include="..\..\src\floor-events.h" />\r
265     <ClInclude Include="..\..\src\gameoption.h" />\r
266     <ClInclude Include="..\..\src\gamevalue.h" />\r
267     <ClInclude Include="..\..\src\generate.h" />\r
268     <ClInclude Include="..\..\src\grid.h" />\r
269     <ClInclude Include="..\..\src\h-basic.h" />\r
270     <ClInclude Include="..\..\src\h-config.h" />\r
271     <ClInclude Include="..\..\src\h-define.h" />\r
272     <ClInclude Include="..\..\src\h-system.h" />\r
273     <ClInclude Include="..\..\src\h-type.h" />\r
274     <ClInclude Include="..\..\src\history.h" />\r
275     <ClInclude Include="..\..\src\init.h" />\r
276     <ClInclude Include="..\..\src\kajitips.h" />\r
277     <ClInclude Include="..\..\src\mindtips.h" />\r
278     <ClInclude Include="..\..\src\monster-status.h" />\r
279     <ClInclude Include="..\..\src\monsterrace-hook.h" />\r
280     <ClInclude Include="..\..\src\object-curse.h" />\r
281     <ClInclude Include="..\..\src\object-hook.h" />\r
282     <ClInclude Include="..\..\src\player-damage.h" />\r
283     <ClInclude Include="..\..\src\player-item.h" />\r
284     <ClInclude Include="..\..\src\readdib.h" />\r
285     <ClInclude Include="..\..\src\realm-arcane.h" />\r
286     <ClInclude Include="..\..\src\realm-chaos.h" />\r
287     <ClInclude Include="..\..\src\realm-craft.h" />\r
288     <ClInclude Include="..\..\src\realm-crusade.h" />\r
289     <ClInclude Include="..\..\src\realm-daemon.h" />\r
290     <ClInclude Include="..\..\src\realm-death.h" />\r
291     <ClInclude Include="..\..\src\realm-hex.h" />\r
292     <ClInclude Include="..\..\src\realm-hissatsu.h" />\r
293     <ClInclude Include="..\..\src\realm-life.h" />\r
294     <ClInclude Include="..\..\src\realm-nature.h" />\r
295     <ClInclude Include="..\..\src\realm-song.h" />\r
296     <ClInclude Include="..\..\src\realm-sorcery.h" />\r
297     <ClInclude Include="..\..\src\realm-trump.h" />\r
298     <ClInclude Include="..\..\src\rooms-city.h" />\r
299     <ClInclude Include="..\..\src\rooms-fractal.h" />\r
300     <ClInclude Include="..\..\src\rooms-normal.h" />\r
301     <ClInclude Include="..\..\src\rooms-pitnest.h" />\r
302     <ClInclude Include="..\..\src\rooms-special.h" />\r
303     <ClInclude Include="..\..\src\rooms-trap.h" />\r
304     <ClInclude Include="..\..\src\rooms-vault.h" />\r
305     <ClInclude Include="..\..\src\rooms.h" />\r
306     <ClInclude Include="..\..\src\selfinfo.h" />\r
307     <ClInclude Include="..\..\src\spells-summon.h" />\r
308     <ClInclude Include="..\..\src\floor-streams.h" />\r
309     <ClInclude Include="..\..\src\store.h" />\r
310     <ClInclude Include="..\..\src\trap.h" />\r
311     <ClInclude Include="..\..\src\types.h" />\r
312     <ClInclude Include="..\..\src\z-config.h" />\r
313     <ClInclude Include="..\..\src\z-form.h" />\r
314     <ClInclude Include="..\..\src\z-rand.h" />\r
315     <ClInclude Include="..\..\src\z-term.h" />\r
316     <ClInclude Include="..\..\src\z-util.h" />\r
317     <ClInclude Include="..\..\src\z-virt.h" />\r
318   </ItemGroup>\r
319   <ItemGroup>\r
320     <ResourceCompile Include="..\..\src\angband.rc" />\r
321   </ItemGroup>\r
322   <ItemGroup>\r
323     <None Include="..\..\src\wall.bmp" />\r
324   </ItemGroup>\r
325   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
326   <ImportGroup Label="ExtensionTargets">\r
327   </ImportGroup>\r
328 </Project>