summaryrefslogtreecommitdiff
path: root/msvc/doom.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/doom.vcproj')
-rw-r--r--msvc/doom.vcproj1011
1 files changed, 1011 insertions, 0 deletions
diff --git a/msvc/doom.vcproj b/msvc/doom.vcproj
new file mode 100644
index 00000000..2c3eb38e
--- /dev/null
+++ b/msvc/doom.vcproj
@@ -0,0 +1,1011 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="Doom"
+ ProjectGUID="{8B744A3B-8F18-41A0-85A3-293816E85B6E}"
+ RootNamespace="ChocolateDoom"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\bin"
+ IntermediateDirectory="..\obj\doom\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound"
+ PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
+ MinimalRebuild="true"
+ ExceptionHandling="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ ExpandAttributedSource="true"
+ AssemblerOutput="2"
+ WarningLevel="0"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
+ OutputFile="$(OutDir)\chocolate-doom-dbg.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\bin"
+ IntermediateDirectory="..\obj\doom\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="0"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound"
+ PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
+ OutputFile="$(OutDir)\chocolate-doom.exe"
+ LinkIncremental="0"
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
+ DataExecutionPrevention="0"
+ TurnOffAssemblyGeneration="false"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\src\d_event.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\d_iwad.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\d_mode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\d_ticcmd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_str.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doomfeatures.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doomkeys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doomtype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_cdmus.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_joystick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_scale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_swap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_system.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_video.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_argv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_bbox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_cheat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_controls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_fixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_misc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\memio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\mus2mid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_client.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_dedicated.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_gui.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_io.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_loop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_packet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_query.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_sdl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_server.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_structrw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\tables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\v_patch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\v_video.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_checksum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_merge.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_wad.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\z_zone.h"
+ >
+ </File>
+ <Filter
+ Name="doom"
+ >
+ <File
+ RelativePath="..\src\doom\am_map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_englsh.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_items.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_net.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_textur.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_think.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_io.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_mapping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_misc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\doomdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\doomdef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\doomstat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\dstrings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\f_finale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\f_wipe.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\g_game.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\hu_lib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\hu_stuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\info.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\m_menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\m_random.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_inter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_local.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_mobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_pspr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_saveg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_setup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_spec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_tick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_bsp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_data.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_draw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_local.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_plane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_segs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_sky.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_things.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\s_sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\sounds.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\st_lib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\st_stuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\wi_stuff.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\src\d_event.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\d_iwad.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\d_mode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_str.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_cdmus.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_joystick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_pcsound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_scale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_sdlmusic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_sdlsound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_system.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_timer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\i_video.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\icon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_argv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_bbox.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_cheat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_config.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_controls.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_fixed.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\m_misc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\md5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\memio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\mus2mid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_client.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_common.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_gui.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_loop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_packet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_query.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_sdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_structrw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\tables.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\v_video.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_checksum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_file.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_file_posix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_file_stdc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_file_win32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_merge.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\w_wad.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\z_zone.c"
+ >
+ </File>
+ <Filter
+ Name="doom"
+ >
+ <File
+ RelativePath="..\src\doom\am_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_items.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\d_net.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_ammo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_cheat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_frame.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_mapping.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_misc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_ptr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_text.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_thing.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\deh_weapon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\doomdef.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\doomstat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\dstrings.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\f_finale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\f_wipe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\g_game.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\hu_lib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\hu_stuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\info.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\m_menu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\m_random.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_ceilng.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_doors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_enemy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_floor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_inter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_lights.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_maputl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_mobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_plats.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_pspr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_saveg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_setup.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_sight.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_spec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_switch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_telept.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_tick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\p_user.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_bsp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_data.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_plane.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_segs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_sky.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\r_things.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\s_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\sounds.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\st_lib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\st_stuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\doom\wi_stuff.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ >
+ <File
+ RelativePath=".\win32.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>