rott/vs.net/rott.vcproj

617 lines
12 KiB
XML
Executable File

<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="rott"
ProjectGUID="{A70C3657-7C4E-481A-8729-5952458EC048}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="C:\SDL\include"
PreprocessorDefinitions="PLATFORM_WIN32;USE_SDL"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="1"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_mixer.lib SDLmain.lib"
OutputFile="$(OutDir)/rott.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\SDL\lib"
IgnoreAllDefaultLibraries="FALSE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/rott.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="C:\SDL\include"
PreprocessorDefinitions="PLATFORM_WIN32;USE_SDL"
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="1"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_mixer.lib SDLmain.lib"
OutputFile="$(OutDir)/rott.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\SDL\lib"
IgnoreAllDefaultLibraries="FALSE"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\rott\byteordr.c">
</File>
<File
RelativePath="..\rott\cin_actr.c">
</File>
<File
RelativePath="..\rott\cin_efct.c">
</File>
<File
RelativePath="..\rott\cin_evnt.c">
</File>
<File
RelativePath="..\rott\cin_glob.c">
</File>
<File
RelativePath="..\rott\cin_main.c">
</File>
<File
RelativePath="..\rott\cin_util.c">
</File>
<File
RelativePath="..\rott\dosutil.c">
</File>
<File
RelativePath="..\rott\engine.c">
</File>
<File
RelativePath="..\rott\fx_man.c">
</File>
<File
RelativePath="..\rott\isr.c">
</File>
<File
RelativePath="..\rott\modexlib.c">
</File>
<File
RelativePath="..\rott\rt_actor.c">
</File>
<File
RelativePath="..\rott\rt_battl.c">
</File>
<File
RelativePath="..\rott\rt_build.c">
</File>
<File
RelativePath="..\rott\rt_cfg.c">
</File>
<File
RelativePath="..\rott\rt_com.c">
</File>
<File
RelativePath="..\rott\rt_crc.c">
</File>
<File
RelativePath="..\rott\rt_debug.c">
</File>
<File
RelativePath="..\rott\rt_dmand.c">
</File>
<File
RelativePath="..\rott\rt_door.c">
</File>
<File
RelativePath="..\rott\rt_draw.c">
</File>
<File
RelativePath="..\rott\rt_err.c">
</File>
<File
RelativePath="..\rott\rt_floor.c">
</File>
<File
RelativePath="..\rott\rt_game.c">
</File>
<File
RelativePath="..\rott\rt_in.c">
</File>
<File
RelativePath="..\rott\rt_main.c">
</File>
<File
RelativePath="..\rott\rt_map.c">
</File>
<File
RelativePath="..\rott\rt_menu.c">
</File>
<File
RelativePath="..\rott\rt_msg.c">
</File>
<File
RelativePath="..\rott\rt_net.c">
</File>
<File
RelativePath="..\rott\rt_playr.c">
</File>
<File
RelativePath="..\rott\rt_rand.c">
</File>
<File
RelativePath="..\rott\rt_scale.c">
</File>
<File
RelativePath="..\rott\rt_sound.c">
</File>
<File
RelativePath="..\rott\rt_spbal.c">
</File>
<File
RelativePath="..\rott\rt_sqrt.c">
</File>
<File
RelativePath="..\rott\rt_stat.c">
</File>
<File
RelativePath="..\rott\rt_state.c">
</File>
<File
RelativePath="..\rott\rt_str.c">
</File>
<File
RelativePath="..\rott\rt_swift.c">
</File>
<File
RelativePath="..\rott\rt_ted.c">
</File>
<File
RelativePath="..\rott\rt_util.c">
</File>
<File
RelativePath="..\rott\rt_vid.c">
</File>
<File
RelativePath="..\rott\rt_view.c">
</File>
<File
RelativePath="..\rott\scriplib.c">
</File>
<File
RelativePath="..\rott\w_wad.c">
</File>
<File
RelativePath="..\rott\watcom.c">
</File>
<File
RelativePath="..\rott\z_zone.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="..\rott\_engine.h">
</File>
<File
RelativePath="..\rott\_isr.h">
</File>
<File
RelativePath="..\rott\_rt_acto.h">
</File>
<File
RelativePath="..\rott\_rt_buil.h">
</File>
<File
RelativePath="..\rott\_rt_com.h">
</File>
<File
RelativePath="..\rott\_rt_dman.h">
</File>
<File
RelativePath="..\rott\_rt_door.h">
</File>
<File
RelativePath="..\rott\_rt_draw.h">
</File>
<File
RelativePath="..\rott\_rt_film.h">
</File>
<File
RelativePath="..\rott\_rt_floo.h">
</File>
<File
RelativePath="..\rott\_rt_game.h">
</File>
<File
RelativePath="..\rott\_rt_in.h">
</File>
<File
RelativePath="..\rott\_rt_main.h">
</File>
<File
RelativePath="..\rott\_rt_map.h">
</File>
<File
RelativePath="..\rott\_rt_menu.h">
</File>
<File
RelativePath="..\rott\_rt_msg.h">
</File>
<File
RelativePath="..\rott\_rt_net.h">
</File>
<File
RelativePath="..\rott\_rt_play.h">
</File>
<File
RelativePath="..\rott\_rt_rand.h">
</File>
<File
RelativePath="..\rott\_rt_scal.h">
</File>
<File
RelativePath="..\rott\_rt_ser.h">
</File>
<File
RelativePath="..\rott\_rt_soun.h">
</File>
<File
RelativePath="..\rott\_rt_spba.h">
</File>
<File
RelativePath="..\rott\_rt_stat.h">
</File>
<File
RelativePath="..\rott\_rt_str.h">
</File>
<File
RelativePath="..\rott\_rt_swft.h">
</File>
<File
RelativePath="..\rott\_rt_ted.h">
</File>
<File
RelativePath="..\rott\_rt_util.h">
</File>
<File
RelativePath="..\rott\_rt_vid.h">
</File>
<File
RelativePath="..\rott\_w_wad.h">
</File>
<File
RelativePath="..\rott\_z_zone.h">
</File>
<File
RelativePath="..\rott\byteordr.h">
</File>
<File
RelativePath="..\rott\cin_actr.h">
</File>
<File
RelativePath="..\rott\cin_def.h">
</File>
<File
RelativePath="..\rott\cin_efct.h">
</File>
<File
RelativePath="..\rott\cin_evnt.h">
</File>
<File
RelativePath="..\rott\cin_glob.h">
</File>
<File
RelativePath="..\rott\cin_main.h">
</File>
<File
RelativePath="..\rott\cin_util.h">
</File>
<File
RelativePath="..\rott\develop.h">
</File>
<File
RelativePath="..\rott\engine.h">
</File>
<File
RelativePath="..\rott\f_scale.h">
</File>
<File
RelativePath="..\rott\fli_def.h">
</File>
<File
RelativePath="..\rott\fli_glob.h">
</File>
<File
RelativePath="..\rott\fli_main.h">
</File>
<File
RelativePath="..\rott\fli_type.h">
</File>
<File
RelativePath="..\rott\fli_util.h">
</File>
<File
RelativePath="..\rott\fx_man.h">
</File>
<File
RelativePath="..\rott\gmove.h">
</File>
<File
RelativePath="..\rott\isr.h">
</File>
<File
RelativePath="..\rott\keyb.h">
</File>
<File
RelativePath="..\rott\lumpy.h">
</File>
<File
RelativePath="..\rott\memcheck.h">
</File>
<File
RelativePath="..\rott\modexlib.h">
</File>
<File
RelativePath="..\rott\mouse.h">
</File>
<File
RelativePath="..\rott\music.h">
</File>
<File
RelativePath="..\rott\myprint.h">
</File>
<File
RelativePath="..\rott\profile.h">
</File>
<File
RelativePath="..\rott\rottnet.h">
</File>
<File
RelativePath="..\rott\rottser.h">
</File>
<File
RelativePath="..\rott\rt_actor.h">
</File>
<File
RelativePath="..\rott\rt_battl.h">
</File>
<File
RelativePath="..\rott\rt_build.h">
</File>
<File
RelativePath="..\rott\rt_cfg.h">
</File>
<File
RelativePath="..\rott\rt_com.h">
</File>
<File
RelativePath="..\rott\rt_crc.h">
</File>
<File
RelativePath="..\rott\rt_debug.h">
</File>
<File
RelativePath="..\rott\rt_def.h">
</File>
<File
RelativePath="..\rott\rt_dmand.h">
</File>
<File
RelativePath="..\rott\rt_door.h">
</File>
<File
RelativePath="..\rott\rt_dr_a.h">
</File>
<File
RelativePath="..\rott\rt_draw.h">
</File>
<File
RelativePath="..\rott\rt_eng.h">
</File>
<File
RelativePath="..\rott\rt_error.h">
</File>
<File
RelativePath="..\rott\rt_fc_a.h">
</File>
<File
RelativePath="..\rott\rt_film.h">
</File>
<File
RelativePath="..\rott\rt_floor.h">
</File>
<File
RelativePath="..\rott\rt_game.h">
</File>
<File
RelativePath="..\rott\rt_in.h">
</File>
<File
RelativePath="..\rott\rt_main.h">
</File>
<File
RelativePath="..\rott\rt_map.h">
</File>
<File
RelativePath="..\rott\rt_menu.h">
</File>
<File
RelativePath="..\rott\rt_msg.h">
</File>
<File
RelativePath="..\rott\rt_net.h">
</File>
<File
RelativePath="..\rott\rt_playr.h">
</File>
<File
RelativePath="..\rott\rt_rand.h">
</File>
<File
RelativePath="..\rott\rt_sc_a.h">
</File>
<File
RelativePath="..\rott\rt_scale.h">
</File>
<File
RelativePath="..\rott\rt_ser.h">
</File>
<File
RelativePath="..\rott\rt_sound.h">
</File>
<File
RelativePath="..\rott\rt_spbal.h">
</File>
<File
RelativePath="..\rott\rt_sqrt.h">
</File>
<File
RelativePath="..\rott\rt_stat.h">
</File>
<File
RelativePath="..\rott\rt_str.h">
</File>
<File
RelativePath="..\rott\rt_swift.h">
</File>
<File
RelativePath="..\rott\rt_table.h">
</File>
<File
RelativePath="..\rott\rt_ted.h">
</File>
<File
RelativePath="..\rott\rt_util.h">
</File>
<File
RelativePath="..\rott\rt_vh_a.h">
</File>
<File
RelativePath="..\rott\rt_vid.h">
</File>
<File
RelativePath="..\rott\rt_view.h">
</File>
<File
RelativePath="..\rott\sbconfig.h">
</File>
<File
RelativePath="..\rott\scriplib.h">
</File>
<File
RelativePath="..\rott\snd_reg.h">
</File>
<File
RelativePath="..\rott\snd_shar.h">
</File>
<File
RelativePath="..\rott\sndcards.h">
</File>
<File
RelativePath="..\rott\splib.h">
</File>
<File
RelativePath="..\rott\sprites.h">
</File>
<File
RelativePath="..\rott\states.h">
</File>
<File
RelativePath="..\rott\task_man.h">
</File>
<File
RelativePath="..\rott\version.h">
</File>
<File
RelativePath="..\rott\w_wad.h">
</File>
<File
RelativePath="..\rott\watcom.h">
</File>
<File
RelativePath="..\rott\z_zone.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>