Mercurial > hg > early-roguelike
comparison arogue5/arogue5.vcxproj @ 208:4146e2a06bc1
Update the Visual Studio project files.
These files were produced by Visual Studio 2015 on Windows 8.1.
author | John "Elwin" Edwards |
---|---|
date | Tue, 18 Aug 2015 13:23:56 -0400 |
parents | |
children | 23d2e2bf812f |
comparison
equal
deleted
inserted
replaced
207:3def5e487faa | 208:4146e2a06bc1 |
---|---|
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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 <ProjectConfiguration Include="Debug|x64"> | |
13 <Configuration>Debug</Configuration> | |
14 <Platform>x64</Platform> | |
15 </ProjectConfiguration> | |
16 <ProjectConfiguration Include="Release|x64"> | |
17 <Configuration>Release</Configuration> | |
18 <Platform>x64</Platform> | |
19 </ProjectConfiguration> | |
20 </ItemGroup> | |
21 <PropertyGroup Label="Globals"> | |
22 <ProjectGuid>{F9B8E5FE-F748-453D-8A6B-012D28841D5A}</ProjectGuid> | |
23 <RootNamespace>arogue5</RootNamespace> | |
24 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> | |
25 </PropertyGroup> | |
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
28 <ConfigurationType>Application</ConfigurationType> | |
29 <UseDebugLibraries>true</UseDebugLibraries> | |
30 <PlatformToolset>v140</PlatformToolset> | |
31 <CharacterSet>MultiByte</CharacterSet> | |
32 </PropertyGroup> | |
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
34 <ConfigurationType>Application</ConfigurationType> | |
35 <UseDebugLibraries>false</UseDebugLibraries> | |
36 <PlatformToolset>v140</PlatformToolset> | |
37 <WholeProgramOptimization>true</WholeProgramOptimization> | |
38 <CharacterSet>MultiByte</CharacterSet> | |
39 </PropertyGroup> | |
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
41 <ConfigurationType>Application</ConfigurationType> | |
42 <UseDebugLibraries>true</UseDebugLibraries> | |
43 <PlatformToolset>v140</PlatformToolset> | |
44 <CharacterSet>MultiByte</CharacterSet> | |
45 </PropertyGroup> | |
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
47 <ConfigurationType>Application</ConfigurationType> | |
48 <UseDebugLibraries>false</UseDebugLibraries> | |
49 <PlatformToolset>v140</PlatformToolset> | |
50 <WholeProgramOptimization>true</WholeProgramOptimization> | |
51 <CharacterSet>MultiByte</CharacterSet> | |
52 </PropertyGroup> | |
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
54 <ImportGroup Label="ExtensionSettings"> | |
55 </ImportGroup> | |
56 <ImportGroup Label="Shared"> | |
57 </ImportGroup> | |
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
60 </ImportGroup> | |
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
63 </ImportGroup> | |
64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
66 </ImportGroup> | |
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
69 </ImportGroup> | |
70 <PropertyGroup Label="UserMacros" /> | |
71 <PropertyGroup /> | |
72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
73 <ClCompile> | |
74 <WarningLevel>Level3</WarningLevel> | |
75 <Optimization>Disabled</Optimization> | |
76 <SDLCheck>true</SDLCheck> | |
77 <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> | |
78 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue5.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
79 </ClCompile> | |
80 <Link> | |
81 <GenerateDebugInformation>true</GenerateDebugInformation> | |
82 <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories> | |
83 <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
84 </Link> | |
85 </ItemDefinitionGroup> | |
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
87 <ClCompile> | |
88 <WarningLevel>Level3</WarningLevel> | |
89 <Optimization>Disabled</Optimization> | |
90 <SDLCheck>true</SDLCheck> | |
91 <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> | |
92 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue5.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
93 </ClCompile> | |
94 <Link> | |
95 <GenerateDebugInformation>true</GenerateDebugInformation> | |
96 <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories> | |
97 <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
98 </Link> | |
99 </ItemDefinitionGroup> | |
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
101 <ClCompile> | |
102 <WarningLevel>Level3</WarningLevel> | |
103 <Optimization>MaxSpeed</Optimization> | |
104 <FunctionLevelLinking>true</FunctionLevelLinking> | |
105 <IntrinsicFunctions>true</IntrinsicFunctions> | |
106 <SDLCheck>true</SDLCheck> | |
107 <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> | |
108 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue5.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
109 </ClCompile> | |
110 <Link> | |
111 <GenerateDebugInformation>true</GenerateDebugInformation> | |
112 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
113 <OptimizeReferences>true</OptimizeReferences> | |
114 <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories> | |
115 <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
116 </Link> | |
117 </ItemDefinitionGroup> | |
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
119 <ClCompile> | |
120 <WarningLevel>Level3</WarningLevel> | |
121 <Optimization>MaxSpeed</Optimization> | |
122 <FunctionLevelLinking>true</FunctionLevelLinking> | |
123 <IntrinsicFunctions>true</IntrinsicFunctions> | |
124 <SDLCheck>true</SDLCheck> | |
125 <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> | |
126 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue5.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
127 </ClCompile> | |
128 <Link> | |
129 <GenerateDebugInformation>true</GenerateDebugInformation> | |
130 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
131 <OptimizeReferences>true</OptimizeReferences> | |
132 <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories> | |
133 <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
134 </Link> | |
135 </ItemDefinitionGroup> | |
136 <ItemGroup> | |
137 <ClCompile Include="chase.c" /> | |
138 <ClCompile Include="command.c" /> | |
139 <ClCompile Include="daemon.c" /> | |
140 <ClCompile Include="daemons.c" /> | |
141 <ClCompile Include="encumb.c" /> | |
142 <ClCompile Include="fight.c" /> | |
143 <ClCompile Include="init.c" /> | |
144 <ClCompile Include="io.c" /> | |
145 <ClCompile Include="list.c" /> | |
146 <ClCompile Include="main.c" /> | |
147 <ClCompile Include="maze.c" /> | |
148 <ClCompile Include="mdport.c" /> | |
149 <ClCompile Include="misc.c" /> | |
150 <ClCompile Include="monsters.c" /> | |
151 <ClCompile Include="move.c" /> | |
152 <ClCompile Include="new_level.c" /> | |
153 <ClCompile Include="options.c" /> | |
154 <ClCompile Include="outside.c" /> | |
155 <ClCompile Include="pack.c" /> | |
156 <ClCompile Include="passages.c" /> | |
157 <ClCompile Include="player.c" /> | |
158 <ClCompile Include="potions.c" /> | |
159 <ClCompile Include="rings.c" /> | |
160 <ClCompile Include="rip.c" /> | |
161 <ClCompile Include="rogue.c" /> | |
162 <ClCompile Include="rooms.c" /> | |
163 <ClCompile Include="save.c" /> | |
164 <ClCompile Include="scrolls.c" /> | |
165 <ClCompile Include="state.c" /> | |
166 <ClCompile Include="sticks.c" /> | |
167 <ClCompile Include="things.c" /> | |
168 <ClCompile Include="trader.c" /> | |
169 <ClCompile Include="util.c" /> | |
170 <ClCompile Include="vers.c" /> | |
171 <ClCompile Include="weapons.c" /> | |
172 <ClCompile Include="wear.c" /> | |
173 <ClCompile Include="wizard.c" /> | |
174 <ClCompile Include="xcrypt.c" /> | |
175 </ItemGroup> | |
176 <ItemGroup> | |
177 <ClInclude Include="mach_dep.h" /> | |
178 <ClInclude Include="network.h" /> | |
179 <ClInclude Include="rogue.h" /> | |
180 </ItemGroup> | |
181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
182 <ImportGroup Label="ExtensionTargets"> | |
183 </ImportGroup> | |
184 </Project> |