Mercurial > hg > early-roguelike
comparison arogue7/arogue77.vcproj @ 125:adfa37e67084
Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490)
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 08 May 2015 15:24:40 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 124:d10fc4a065ac | 125:adfa37e67084 |
|---|---|
| 1 <?xml version="1.0" encoding = "Windows-1252"?> | |
| 2 <VisualStudioProject | |
| 3 ProjectType="Visual C++" | |
| 4 Version="7.00" | |
| 5 Name="arogue77" | |
| 6 ProjectGUID="{D95CFDAC-E66E-47D3-87B7-F76149F6A51D}" | |
| 7 Keyword="Win32Proj"> | |
| 8 <Platforms> | |
| 9 <Platform | |
| 10 Name="Win32"/> | |
| 11 </Platforms> | |
| 12 <Configurations> | |
| 13 <Configuration | |
| 14 Name="Debug|Win32" | |
| 15 OutputDirectory="Debug" | |
| 16 IntermediateDirectory="Debug" | |
| 17 ConfigurationType="1" | |
| 18 CharacterSet="2"> | |
| 19 <Tool | |
| 20 Name="VCCLCompilerTool" | |
| 21 Optimization="0" | |
| 22 AdditionalIncludeDirectories="../pdcurses" | |
| 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DUMP" | |
| 24 MinimalRebuild="TRUE" | |
| 25 BasicRuntimeChecks="3" | |
| 26 RuntimeLibrary="5" | |
| 27 UsePrecompiledHeader="0" | |
| 28 WarningLevel="3" | |
| 29 Detect64BitPortabilityProblems="TRUE" | |
| 30 DebugInformationFormat="4" | |
| 31 DisableSpecificWarnings="4013;4033;4716"/> | |
| 32 <Tool | |
| 33 Name="VCCustomBuildTool"/> | |
| 34 <Tool | |
| 35 Name="VCLinkerTool" | |
| 36 AdditionalDependencies="shfolder.lib pdcurses.lib" | |
| 37 OutputFile="$(OutDir)/arogue77.exe" | |
| 38 LinkIncremental="2" | |
| 39 AdditionalLibraryDirectories="../pdcurses" | |
| 40 IgnoreAllDefaultLibraries="FALSE" | |
| 41 IgnoreDefaultLibraryNames="LIBC.LIB" | |
| 42 GenerateDebugInformation="TRUE" | |
| 43 ProgramDatabaseFile="$(OutDir)/arogue77.pdb" | |
| 44 SubSystem="1" | |
| 45 TargetMachine="1"/> | |
| 46 <Tool | |
| 47 Name="VCMIDLTool"/> | |
| 48 <Tool | |
| 49 Name="VCPostBuildEventTool"/> | |
| 50 <Tool | |
| 51 Name="VCPreBuildEventTool"/> | |
| 52 <Tool | |
| 53 Name="VCPreLinkEventTool"/> | |
| 54 <Tool | |
| 55 Name="VCResourceCompilerTool"/> | |
| 56 <Tool | |
| 57 Name="VCWebServiceProxyGeneratorTool"/> | |
| 58 <Tool | |
| 59 Name="VCWebDeploymentTool"/> | |
| 60 </Configuration> | |
| 61 <Configuration | |
| 62 Name="Release|Win32" | |
| 63 OutputDirectory="Release" | |
| 64 IntermediateDirectory="Release" | |
| 65 ConfigurationType="1" | |
| 66 CharacterSet="2"> | |
| 67 <Tool | |
| 68 Name="VCCLCompilerTool" | |
| 69 Optimization="2" | |
| 70 InlineFunctionExpansion="1" | |
| 71 OmitFramePointers="TRUE" | |
| 72 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
| 73 StringPooling="TRUE" | |
| 74 RuntimeLibrary="4" | |
| 75 EnableFunctionLevelLinking="TRUE" | |
| 76 UsePrecompiledHeader="0" | |
| 77 WarningLevel="3" | |
| 78 Detect64BitPortabilityProblems="TRUE" | |
| 79 DebugInformationFormat="3"/> | |
| 80 <Tool | |
| 81 Name="VCCustomBuildTool"/> | |
| 82 <Tool | |
| 83 Name="VCLinkerTool" | |
| 84 OutputFile="$(OutDir)/arogue77.exe" | |
| 85 LinkIncremental="1" | |
| 86 GenerateDebugInformation="TRUE" | |
| 87 SubSystem="1" | |
| 88 OptimizeReferences="2" | |
| 89 EnableCOMDATFolding="2" | |
| 90 TargetMachine="1"/> | |
| 91 <Tool | |
| 92 Name="VCMIDLTool"/> | |
| 93 <Tool | |
| 94 Name="VCPostBuildEventTool"/> | |
| 95 <Tool | |
| 96 Name="VCPreBuildEventTool"/> | |
| 97 <Tool | |
| 98 Name="VCPreLinkEventTool"/> | |
| 99 <Tool | |
| 100 Name="VCResourceCompilerTool"/> | |
| 101 <Tool | |
| 102 Name="VCWebServiceProxyGeneratorTool"/> | |
| 103 <Tool | |
| 104 Name="VCWebDeploymentTool"/> | |
| 105 </Configuration> | |
| 106 </Configurations> | |
| 107 <Files> | |
| 108 <Filter | |
| 109 Name="Source Files" | |
| 110 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |
| 111 <File | |
| 112 RelativePath="actions.c"> | |
| 113 </File> | |
| 114 <File | |
| 115 RelativePath="chase.c"> | |
| 116 </File> | |
| 117 <File | |
| 118 RelativePath="command.c"> | |
| 119 </File> | |
| 120 <File | |
| 121 RelativePath="daemon.c"> | |
| 122 </File> | |
| 123 <File | |
| 124 RelativePath="daemons.c"> | |
| 125 </File> | |
| 126 <File | |
| 127 RelativePath="eat.c"> | |
| 128 </File> | |
| 129 <File | |
| 130 RelativePath="effects.c"> | |
| 131 </File> | |
| 132 <File | |
| 133 RelativePath="encumb.c"> | |
| 134 </File> | |
| 135 <File | |
| 136 RelativePath="fight.c"> | |
| 137 </File> | |
| 138 <File | |
| 139 RelativePath="init.c"> | |
| 140 </File> | |
| 141 <File | |
| 142 RelativePath="io.c"> | |
| 143 </File> | |
| 144 <File | |
| 145 RelativePath="list.c"> | |
| 146 </File> | |
| 147 <File | |
| 148 RelativePath="main.c"> | |
| 149 </File> | |
| 150 <File | |
| 151 RelativePath="maze.c"> | |
| 152 </File> | |
| 153 <File | |
| 154 RelativePath="mdport.c"> | |
| 155 </File> | |
| 156 <File | |
| 157 RelativePath="misc.c"> | |
| 158 </File> | |
| 159 <File | |
| 160 RelativePath="monsters.c"> | |
| 161 </File> | |
| 162 <File | |
| 163 RelativePath="move.c"> | |
| 164 </File> | |
| 165 <File | |
| 166 RelativePath="new_level.c"> | |
| 167 </File> | |
| 168 <File | |
| 169 RelativePath="options.c"> | |
| 170 </File> | |
| 171 <File | |
| 172 RelativePath="outside.c"> | |
| 173 </File> | |
| 174 <File | |
| 175 RelativePath="pack.c"> | |
| 176 </File> | |
| 177 <File | |
| 178 RelativePath="passages.c"> | |
| 179 </File> | |
| 180 <File | |
| 181 RelativePath="player.c"> | |
| 182 </File> | |
| 183 <File | |
| 184 RelativePath="potions.c"> | |
| 185 </File> | |
| 186 <File | |
| 187 RelativePath="rings.c"> | |
| 188 </File> | |
| 189 <File | |
| 190 RelativePath="rip.c"> | |
| 191 </File> | |
| 192 <File | |
| 193 RelativePath="rogue.c"> | |
| 194 </File> | |
| 195 <File | |
| 196 RelativePath="rooms.c"> | |
| 197 </File> | |
| 198 <File | |
| 199 RelativePath="save.c"> | |
| 200 </File> | |
| 201 <File | |
| 202 RelativePath="scrolls.c"> | |
| 203 </File> | |
| 204 <File | |
| 205 RelativePath="state.c"> | |
| 206 </File> | |
| 207 <File | |
| 208 RelativePath="sticks.c"> | |
| 209 </File> | |
| 210 <File | |
| 211 RelativePath="things.c"> | |
| 212 </File> | |
| 213 <File | |
| 214 RelativePath="trader.c"> | |
| 215 </File> | |
| 216 <File | |
| 217 RelativePath="util.c"> | |
| 218 </File> | |
| 219 <File | |
| 220 RelativePath="vers.c"> | |
| 221 </File> | |
| 222 <File | |
| 223 RelativePath="weapons.c"> | |
| 224 </File> | |
| 225 <File | |
| 226 RelativePath="wear.c"> | |
| 227 </File> | |
| 228 <File | |
| 229 RelativePath="wizard.c"> | |
| 230 </File> | |
| 231 <File | |
| 232 RelativePath="xcrypt.c"> | |
| 233 </File> | |
| 234 </Filter> | |
| 235 <Filter | |
| 236 Name="Header Files" | |
| 237 Filter="h;hpp;hxx;hm;inl;inc"> | |
| 238 <File | |
| 239 RelativePath="mach_dep.h"> | |
| 240 </File> | |
| 241 <File | |
| 242 RelativePath="network.h"> | |
| 243 </File> | |
| 244 <File | |
| 245 RelativePath="rogue.h"> | |
| 246 </File> | |
| 247 </Filter> | |
| 248 <Filter | |
| 249 Name="Resource Files" | |
| 250 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
| 251 </Filter> | |
| 252 <File | |
| 253 RelativePath="LICENSE.TXT"> | |
| 254 </File> | |
| 255 <File | |
| 256 RelativePath="Makefile"> | |
| 257 </File> | |
| 258 <File | |
| 259 RelativePath="aguide.mm"> | |
| 260 </File> | |
| 261 <File | |
| 262 RelativePath="arogue77.doc"> | |
| 263 </File> | |
| 264 <File | |
| 265 RelativePath="arogue77.html"> | |
| 266 </File> | |
| 267 </Files> | |
| 268 <Globals> | |
| 269 </Globals> | |
| 270 </VisualStudioProject> |
