Subversion Repositories battle

[/] [trunk/] [Battle/] [Battle.vcproj] - Rev 173

Compare with Previous | Blame | View Log

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
        ProjectType="Visual C++"
        Version="8,00"
        Name="Battle"
        ProjectGUID="{0B41AD8A-641E-4854-9075-382245257AE3}"
        RootNamespace="Battle"
        Keyword="Win32Proj"
        >
        <Platforms>
                <Platform
                        Name="Win32"
                />
        </Platforms>
        <ToolFiles>
        </ToolFiles>
        <Configurations>
                <Configuration
                        Name="Debug|Win32"
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
                        CharacterSet="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
                        />
                        <Tool
                                Name="VCCustomBuildTool"
                        />
                        <Tool
                                Name="VCXMLDataGeneratorTool"
                        />
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"
                        />
                        <Tool
                                Name="VCMIDLTool"
                        />
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="true"
                                DebugInformationFormat="4"
                                DisableSpecificWarnings="4996,4312"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
                        />
                        <Tool
                                Name="VCResourceCompilerTool"
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
                        />
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="sdl.lib sdlmain.lib sdl_mixer.lib zlib1.lib"
                                LinkIncremental="2"
                                IgnoreDefaultLibraryNames="msvcrt.lib"
                                GenerateDebugInformation="true"
                                SubSystem="1"
                                TargetMachine="1"
                        />
                        <Tool
                                Name="VCALinkTool"
                        />
                        <Tool
                                Name="VCManifestTool"
                        />
                        <Tool
                                Name="VCXDCMakeTool"
                        />
                        <Tool
                                Name="VCBscMakeTool"
                        />
                        <Tool
                                Name="VCFxCopTool"
                        />
                        <Tool
                                Name="VCAppVerifierTool"
                        />
                        <Tool
                                Name="VCWebDeploymentTool"
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
                <Configuration
                        Name="Release|Win32"
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
                        CharacterSet="1"
                        WholeProgramOptimization="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
                        />
                        <Tool
                                Name="VCCustomBuildTool"
                        />
                        <Tool
                                Name="VCXMLDataGeneratorTool"
                        />
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"
                        />
                        <Tool
                                Name="VCMIDLTool"
                        />
                        <Tool
                                Name="VCCLCompilerTool"
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="true"
                                DebugInformationFormat="3"
                                DisableSpecificWarnings="4996,4312"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
                        />
                        <Tool
                                Name="VCResourceCompilerTool"
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
                        />
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="sdl.lib sdlmain.lib sdl_mixer.lib zlib1.lib"
                                LinkIncremental="1"
                                GenerateDebugInformation="true"
                                SubSystem="1"
                                OptimizeReferences="2"
                                EnableCOMDATFolding="2"
                                TargetMachine="1"
                        />
                        <Tool
                                Name="VCALinkTool"
                        />
                        <Tool
                                Name="VCManifestTool"
                        />
                        <Tool
                                Name="VCXDCMakeTool"
                        />
                        <Tool
                                Name="VCBscMakeTool"
                        />
                        <Tool
                                Name="VCFxCopTool"
                        />
                        <Tool
                                Name="VCAppVerifierTool"
                        />
                        <Tool
                                Name="VCWebDeploymentTool"
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
        </Configurations>
        <References>
        </References>
        <Files>
                <Filter
                        Name="Source Files"
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                        >
                        <File
                                RelativePath=".\Airstrike.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\AirstrikePowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\AmmoPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\AudioController.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\AudioOptions.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Bomb.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\BombPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\CannonNPC.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\CharacterSelect.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\ChickNPC.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\ControlsOptions.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\DoubleDamagePowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\GameInput.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Gameplay.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\GameplayObject.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\GatlingNPC.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Graphics.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\HealthPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\InstantKillBulletPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\LaserBeam.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\LaserBeamPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Level.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\LevelSelect.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\LocalMultiplayer.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\LocalMultiplayerRoundEnd.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Main.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Menu.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Mission.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\MissionSelect.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\NPC.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Options.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\OptionsScreen.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\PauseMenu.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Player.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\PlayerAnimation.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Projectile.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\ShieldPowerUp.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Text.cpp"
                                >
                        </File>
                        <File
                                RelativePath=".\Timer.cpp"
                                >
                        </File>
                </Filter>
                <Filter
                        Name="Header Files"
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                        >
                        <File
                                RelativePath=".\Airstrike.h"
                                >
                        </File>
                        <File
                                RelativePath=".\AirstrikePowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\AmmoPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\AudioController.h"
                                >
                        </File>
                        <File
                                RelativePath=".\AudioOptions.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Bomb.h"
                                >
                        </File>
                        <File
                                RelativePath=".\BombPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\CannonNPC.h"
                                >
                        </File>
                        <File
                                RelativePath=".\CharacterSelect.h"
                                >
                        </File>
                        <File
                                RelativePath=".\ChickNPC.h"
                                >
                        </File>
                        <File
                                RelativePath=".\ControlsOptions.h"
                                >
                        </File>
                        <File
                                RelativePath=".\DoubleDamagePowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\GameInput.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Gameplay.h"
                                >
                        </File>
                        <File
                                RelativePath=".\GameplayObject.h"
                                >
                        </File>
                        <File
                                RelativePath=".\GatlingNPC.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Graphics.h"
                                >
                        </File>
                        <File
                                RelativePath=".\HealthPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\InstantKillBulletPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\LaserBeam.h"
                                >
                        </File>
                        <File
                                RelativePath=".\LaserBeamPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Level.h"
                                >
                        </File>
                        <File
                                RelativePath=".\LevelSelect.h"
                                >
                        </File>
                        <File
                                RelativePath=".\LocalMultiplayer.h"
                                >
                        </File>
                        <File
                                RelativePath=".\LocalMultiplayerRoundEnd.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Main.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Menu.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Mission.h"
                                >
                        </File>
                        <File
                                RelativePath=".\MissionSelect.h"
                                >
                        </File>
                        <File
                                RelativePath=".\NPC.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Options.h"
                                >
                        </File>
                        <File
                                RelativePath=".\OptionsScreen.h"
                                >
                        </File>
                        <File
                                RelativePath=".\PauseMenu.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Player.h"
                                >
                        </File>
                        <File
                                RelativePath=".\PlayerAnimation.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Projectile.h"
                                >
                        </File>
                        <File
                                RelativePath=".\resource.h"
                                >
                        </File>
                        <File
                                RelativePath=".\ShieldPowerUp.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Text.h"
                                >
                        </File>
                        <File
                                RelativePath=".\Timer.h"
                                >
                        </File>
                </Filter>
                <Filter
                        Name="Resource Files"
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;ogg"
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                        >
                        <File
                                RelativePath=".\music\a_hero_rises.ogg"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\airstrike.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\anton.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\arjan.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\berry.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bert.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bg_black.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bg_blue.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bg_grey.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bg_orange.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bg_white.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\blastbowl.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\bomb.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\boulderdash.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\cannon.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\chick.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\chick_invasion.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\chick_invasion_ii.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\chicken_run.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\common.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\commongrounds.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\countdown.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\cups.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\donja.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\ducknhunt.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\easy_does_it.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\eva.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\explode.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\font_l.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\font_m.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\font_s.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\gatling.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\gijs.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\go.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\music\graveyard.ogg"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\hit.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\music\hydro_dreams.ogg"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\item.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\jay.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\jeremy.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\jeroen.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\jump.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\kim.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\lamoustache.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\laser.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\marcel.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\okke.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\pause.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\peter.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\piepit.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\pitfall.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\pitofdeath.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\platformalley.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\player1hp.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\player2hp.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\pmarkers.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\pogostick.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\powerups.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\props.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\rabbithole.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\resources.rc"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\rob.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\rutger.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\ruud.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\SB.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\SB.ico"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\select.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\select_character.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\shield.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\shield.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\shoot.wav"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\slipnslide.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\snowfight.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\music\space_farer.ogg"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\stayhigh.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\steven.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\tedje.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\thefunnel.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\tiles.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\titlescreen.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\tobias.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\ton.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\trainingdojo.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\stage\tryout.lvl"
                                >
                        </File>
                        <File
                                RelativePath=".\music\victory.ogg"
                                >
                        </File>
                        <File
                                RelativePath=".\gfx\weapons.bmp"
                                >
                        </File>
                        <File
                                RelativePath=".\sfx\youlose.wav"
                                >
                        </File>
                </Filter>
                <File
                        RelativePath=".\Makefile"
                        >
                </File>
        </Files>
        <Globals>
        </Globals>
</VisualStudioProject>

Compare with Previous | Blame