summaryrefslogtreecommitdiff
path: root/msvc/hexen.vcproj
diff options
context:
space:
mode:
authorRussell Rice2008-10-31 09:12:19 +0000
committerRussell Rice2008-10-31 09:12:19 +0000
commit56e56f797f2bd129c70ff1119d67eb069dcf8246 (patch)
tree36412d4bb0a2afbc78452916d5fa221e49750afa /msvc/hexen.vcproj
parent6d54e2dfe625c3d50a87f3ce4ac8161d53e9f890 (diff)
downloadchocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.gz
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.bz2
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.zip
- Delete the "all-in-one" project file and rename the solution file to
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
Diffstat (limited to 'msvc/hexen.vcproj')
-rw-r--r--msvc/hexen.vcproj740
1 files changed, 740 insertions, 0 deletions
diff --git a/msvc/hexen.vcproj b/msvc/hexen.vcproj
new file mode 100644
index 00000000..5f279530
--- /dev/null
+++ b/msvc/hexen.vcproj
@@ -0,0 +1,740 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="Hexen"
+ ProjectGUID="{8FBB8720-340B-4185-9442-A76781FD6278}"
+ RootNamespace="Hexen"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\bin"
+ IntermediateDirectory="..\obj\hexen\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\src;..\src\doom;..\src\heretic;..\textscreen;..\pcsound"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\chocolate-hexen-dbg.exe"
+ 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="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\bin"
+ IntermediateDirectory="..\obj\hexen\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <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;..\src\heretic;..\textscreen;..\pcsound"
+ PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="0"
+ DebugInformationFormat="0"
+ 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-hexen.exe"
+ GenerateDebugInformation="false"
+ 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="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="..\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\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="hexen"
+ >
+ <File
+ RelativePath="..\src\hexen\a_action.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\am_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\ct_chat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\d_net.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\f_finale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\g_game.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\h2_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\i_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\in_lude.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\info.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\m_misc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\m_random.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\mn_menu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_acs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_anim.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_ceilng.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_doors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_enemy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_floor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_inter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_lights.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_maputl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_mobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_plats.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_pspr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_setup.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_sight.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_spec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_switch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_telept.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_things.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_tick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_user.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\po_man.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_bsp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_data.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_plane.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_segs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_things.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\s_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sb_bar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sc_man.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sn_sonix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sounds.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\st_start.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sv_save.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <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\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="hexen"
+ >
+ <File
+ RelativePath="..\src\hexen\am_data.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\am_map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\ct_chat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\h2def.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\i_header.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\info.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\m_random.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_local.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\p_spec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\r_local.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\s_sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\sounds.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\st_start.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\textdefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hexen\xddefs.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\win32.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>