thirtyflightsofloving/missionpack/missionpack_2008.vcproj
Knightmare66 bcf678286b Added CL_ShutdownLocal() in cl_main.c.
Changed func_door_secret in missionpack DLL to have the correct die function (door_secret_die) if health is set.
Moved misc, model_*, and target entity code to new source files g_misc_laz.c, g_misc_nm.c, g_model.c, and g_target_laz.c in missionpack DLL.
2021-02-21 21:01:45 -05:00

1184 lines
20 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="missionpack"
ProjectGUID="{B2C5294F-5F08-4598-B02C-272370AE8F38}"
RootNamespace="missionpack"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\debug"
IntermediateDirectory=".\debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\debug/game.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\debug/game.pch"
AssemblerListingLocation=".\debug/"
ObjectFile=".\debug/"
ProgramDataBaseFileName=".\debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Building game function table..."
CommandLine=".\extractfuncs\extractfuncs.bat"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\gamex86.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\debug/gamex86.pdb"
GenerateMapFile="true"
MapFileName=".\debug/gamex86.map"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\debug/gamex86.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\debug/game.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\debug/game.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\x64\debug/game.pch"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Building game function table..."
CommandLine=".\extractfuncs\extractfuncs.bat"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\kmq2gamex64.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x64\debug/kmq2gamex64.pdb"
GenerateMapFile="true"
MapFileName=".\x64\debug/kmq2gamex64.map"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\x64\debug/kmq2gamex64.lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\debug/game.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\release"
IntermediateDirectory=".\release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\release/game.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\release/game.pch"
AssemblerListingLocation=".\release/"
ObjectFile=".\release/"
ProgramDataBaseFileName=".\release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="1"
DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Building game function table..."
CommandLine=".\extractfuncs\extractfuncs.bat"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\gamex86.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
ProgramDatabaseFile=".\release/gamex86.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\release/gamex86.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\release/game.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\release/game.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\x64\release/game.pch"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="1"
DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Building game function table..."
CommandLine=".\extractfuncs\extractfuncs.bat"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\kmq2gamex64.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
ProgramDatabaseFile=".\x64\release/kmq2gamex64.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\x64\release/kmq2gamex64.lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\release/game.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="*.c"
>
<File
RelativePath="dm_ball.c"
>
</File>
<File
RelativePath="dm_tag.c"
>
</File>
<File
RelativePath="g_ai.c"
>
</File>
<File
RelativePath="g_camera.c"
>
</File>
<File
RelativePath="g_chase.c"
>
</File>
<File
RelativePath="g_cmds.c"
>
</File>
<File
RelativePath="g_combat.c"
>
</File>
<File
RelativePath="g_crane.c"
>
</File>
<File
RelativePath="g_fog.c"
>
</File>
<File
RelativePath="g_func.c"
>
</File>
<File
RelativePath="g_items.c"
>
</File>
<File
RelativePath="g_jetpack.c"
>
</File>
<File
RelativePath="g_lights.c"
>
</File>
<File
RelativePath="g_lock.c"
>
</File>
<File
RelativePath="g_main.c"
>
</File>
<File
RelativePath="g_mappack.c"
>
</File>
<File
RelativePath="g_misc.c"
>
</File>
<File
RelativePath=".\g_misc_laz.c"
>
</File>
<File
RelativePath=".\g_misc_nm.c"
>
</File>
<File
RelativePath=".\g_misc_q1.c"
>
</File>
<File
RelativePath=".\g_model.c"
>
</File>
<File
RelativePath="g_monster.c"
>
</File>
<File
RelativePath="g_newai.c"
>
</File>
<File
RelativePath="g_newdm.c"
>
</File>
<File
RelativePath="g_newfnc.c"
>
</File>
<File
RelativePath="g_newtarg.c"
>
</File>
<File
RelativePath="g_newtrig.c"
>
</File>
<File
RelativePath="g_newutils.c"
>
</File>
<File
RelativePath="g_newweap.c"
>
</File>
<File
RelativePath="g_patchplayermodels.c"
>
</File>
<File
RelativePath="g_pendulum.c"
>
</File>
<File
RelativePath="g_phys.c"
>
</File>
<File
RelativePath=".\g_reflect.c"
>
</File>
<File
RelativePath="g_save.c"
>
</File>
<File
RelativePath="g_sound.c"
>
</File>
<File
RelativePath="g_spawn.c"
>
</File>
<File
RelativePath="g_sphere.c"
>
</File>
<File
RelativePath="g_svcmds.c"
>
</File>
<File
RelativePath="g_target.c"
>
</File>
<File
RelativePath=".\g_target_laz.c"
>
</File>
<File
RelativePath="g_thing.c"
>
</File>
<File
RelativePath="g_tracktrain.c"
>
</File>
<File
RelativePath="g_trigger.c"
>
</File>
<File
RelativePath="g_turret.c"
>
</File>
<File
RelativePath="g_utils.c"
>
</File>
<File
RelativePath=".\g_utils_q1.c"
>
</File>
<File
RelativePath="g_vehicle.c"
>
</File>
<File
RelativePath="g_weapon.c"
>
</File>
<File
RelativePath=".\g_weapon_q1.c"
>
</File>
<File
RelativePath="km_cvar.c"
>
</File>
<File
RelativePath="m_actor.c"
>
</File>
<File
RelativePath="m_actor_weap.c"
>
</File>
<File
RelativePath="m_berserk.c"
>
</File>
<File
RelativePath="m_boss2.c"
>
</File>
<File
RelativePath="m_boss3.c"
>
</File>
<File
RelativePath="m_boss31.c"
>
</File>
<File
RelativePath="m_boss32.c"
>
</File>
<File
RelativePath="m_boss5.c"
>
</File>
<File
RelativePath="m_brain.c"
>
</File>
<File
RelativePath="m_brainbeta.c"
>
</File>
<File
RelativePath="m_carrier.c"
>
</File>
<File
RelativePath="m_chick.c"
>
</File>
<File
RelativePath="m_dog.c"
>
</File>
<File
RelativePath="m_fixbot.c"
>
</File>
<File
RelativePath="m_flash.c"
>
</File>
<File
RelativePath="m_flipper.c"
>
</File>
<File
RelativePath="m_float.c"
>
</File>
<File
RelativePath="m_flyer.c"
>
</File>
<File
RelativePath="m_gekk.c"
>
</File>
<File
RelativePath="m_gladb.c"
>
</File>
<File
RelativePath="m_gladiator.c"
>
</File>
<File
RelativePath="m_gunner.c"
>
</File>
<File
RelativePath="m_hover.c"
>
</File>
<File
RelativePath="m_infantry.c"
>
</File>
<File
RelativePath="m_insane.c"
>
</File>
<File
RelativePath="m_medic.c"
>
</File>
<File
RelativePath="m_move.c"
>
</File>
<File
RelativePath="m_mutant.c"
>
</File>
<File
RelativePath="m_parasite.c"
>
</File>
<File
RelativePath=".\m_q1dog.c"
>
</File>
<File
RelativePath=".\m_q1enforcer.c"
>
</File>
<File
RelativePath=".\m_q1fiend.c"
>
</File>
<File
RelativePath=".\m_q1freddie.c"
>
</File>
<File
RelativePath=".\m_q1grunt.c"
>
</File>
<File
RelativePath=".\m_q1hknight.c"
>
</File>
<File
RelativePath=".\m_q1knight.c"
>
</File>
<File
RelativePath=".\m_q1ogre.c"
>
</File>
<File
RelativePath=".\m_q1rotfish.c"
>
</File>
<File
RelativePath=".\m_q1scrag.c"
>
</File>
<File
RelativePath=".\m_q1shalrath.c"
>
</File>
<File
RelativePath=".\m_q1shambler.c"
>
</File>
<File
RelativePath=".\m_q1tarbaby.c"
>
</File>
<File
RelativePath=".\m_q1zombie.c"
>
</File>
<File
RelativePath="m_soldier.c"
>
</File>
<File
RelativePath="m_stalker.c"
>
</File>
<File
RelativePath="m_supertank.c"
>
</File>
<File
RelativePath="m_tank.c"
>
</File>
<File
RelativePath="m_turret.c"
>
</File>
<File
RelativePath=".\m_vulture.c"
>
</File>
<File
RelativePath="m_widow.c"
>
</File>
<File
RelativePath="m_widow2.c"
>
</File>
<File
RelativePath="p_chasecam.c"
>
</File>
<File
RelativePath="p_client.c"
>
</File>
<File
RelativePath="p_hud.c"
>
</File>
<File
RelativePath="p_menu.c"
>
</File>
<File
RelativePath="p_text.c"
>
</File>
<File
RelativePath="p_trail.c"
>
</File>
<File
RelativePath="p_view.c"
>
</File>
<File
RelativePath="p_weapon.c"
>
</File>
<File
RelativePath="q_shared.c"
>
</File>
<File
RelativePath=".\z_acannon.c"
>
</File>
<File
RelativePath=".\z_ai.c"
>
</File>
<File
RelativePath=".\z_boss.c"
>
</File>
<File
RelativePath=".\z_camera.c"
>
</File>
<File
RelativePath=".\z_handler.c"
>
</File>
<File
RelativePath="z_hound.c"
>
</File>
<File
RelativePath=".\z_item.c"
>
</File>
<File
RelativePath="z_sentien.c"
>
</File>
<File
RelativePath=".\z_trigger.c"
>
</File>
<File
RelativePath=".\z_weapon.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="*.h"
>
<File
RelativePath="fmod.h"
>
</File>
<File
RelativePath="g_local.h"
>
</File>
<File
RelativePath="g_main.h"
>
</File>
<File
RelativePath="game.h"
>
</File>
<File
RelativePath="km_cvar.h"
>
</File>
<File
RelativePath="laz_misc.h"
>
</File>
<File
RelativePath="m_actor.h"
>
</File>
<File
RelativePath="m_berserk.h"
>
</File>
<File
RelativePath="m_boss2.h"
>
</File>
<File
RelativePath="m_boss31.h"
>
</File>
<File
RelativePath="m_boss32.h"
>
</File>
<File
RelativePath="m_brain.h"
>
</File>
<File
RelativePath="m_chick.h"
>
</File>
<File
RelativePath="m_dog.h"
>
</File>
<File
RelativePath="m_fiend.h"
>
</File>
<File
RelativePath="m_fixbot.h"
>
</File>
<File
RelativePath="m_flipper.h"
>
</File>
<File
RelativePath="m_float.h"
>
</File>
<File
RelativePath="m_flyer.h"
>
</File>
<File
RelativePath="m_gekk.h"
>
</File>
<File
RelativePath="m_gladiator.h"
>
</File>
<File
RelativePath="m_gunner.h"
>
</File>
<File
RelativePath="m_hover.h"
>
</File>
<File
RelativePath="m_infantry.h"
>
</File>
<File
RelativePath="m_insane.h"
>
</File>
<File
RelativePath="m_medic.h"
>
</File>
<File
RelativePath="m_mutant.h"
>
</File>
<File
RelativePath="m_parasite.h"
>
</File>
<File
RelativePath="m_player.h"
>
</File>
<File
RelativePath=".\m_q1dog.h"
>
</File>
<File
RelativePath=".\m_q1enforcer.h"
>
</File>
<File
RelativePath=".\m_q1fiend.h"
>
</File>
<File
RelativePath=".\m_q1freddie.h"
>
</File>
<File
RelativePath=".\m_q1grunt.h"
>
</File>
<File
RelativePath=".\m_q1hknight.h"
>
</File>
<File
RelativePath=".\m_q1knight.h"
>
</File>
<File
RelativePath=".\m_q1ogre.h"
>
</File>
<File
RelativePath=".\m_q1rotfish.h"
>
</File>
<File
RelativePath=".\m_q1scrag.h"
>
</File>
<File
RelativePath=".\m_q1shalrath.h"
>
</File>
<File
RelativePath=".\m_q1shambler.h"
>
</File>
<File
RelativePath=".\m_q1tarbaby.h"
>
</File>
<File
RelativePath=".\m_q1zombie.h"
>
</File>
<File
RelativePath="m_rider.h"
>
</File>
<File
RelativePath="m_soldier.h"
>
</File>
<File
RelativePath="m_soldierh.h"
>
</File>
<File
RelativePath="m_supertank.h"
>
</File>
<File
RelativePath="m_tank.h"
>
</File>
<File
RelativePath="m_turret.h"
>
</File>
<File
RelativePath=".\m_vulture.h"
>
</File>
<File
RelativePath="menu.h"
>
</File>
<File
RelativePath="p_menu.h"
>
</File>
<File
RelativePath="p_text.h"
>
</File>
<File
RelativePath="pak.h"
>
</File>
<File
RelativePath="q_shared.h"
>
</File>
<File
RelativePath="z_anim.h"
>
</File>
<File
RelativePath=".\z_boss.h"
>
</File>
<File
RelativePath=".\z_handler.h"
>
</File>
<File
RelativePath="z_hound.h"
>
</File>
<File
RelativePath="z_sentien.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="*.def,*.res"
>
<File
RelativePath="game.def"
>
</File>
<File
RelativePath=".\missionpack_2008.rc"
>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_WIN64"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_WIN64"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>