pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2724 - branches/pingus_sdl


From: jsalmon3
Subject: [Pingus-CVS] r2724 - branches/pingus_sdl
Date: Sat, 14 Jul 2007 03:27:07 +0200

Author: jsalmon3
Date: 2007-07-14 03:27:01 +0200 (Sat, 14 Jul 2007)
New Revision: 2724

Added:
   branches/pingus_sdl/pingus.sln
   branches/pingus_sdl/pingus.vcproj
Removed:
   branches/pingus_sdl/pingus
   branches/pingus_sdl/update-dsp.sh
Log:
Added VC++ project files

Deleted: branches/pingus_sdl/pingus
===================================================================
(Binary files differ)

Added: branches/pingus_sdl/pingus.sln
===================================================================
--- branches/pingus_sdl/pingus.sln      2007-07-14 01:18:22 UTC (rev 2723)
+++ branches/pingus_sdl/pingus.sln      2007-07-14 01:27:01 UTC (rev 2724)
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual C++ Express 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pingus", "pingus.vcproj", 
"{A8386B47-EF5A-447F-B0AF-29709A1CFCD3}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Win32 = Debug|Win32
+               Release|Win32 = Release|Win32
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {A8386B47-EF5A-447F-B0AF-29709A1CFCD3}.Debug|Win32.ActiveCfg = 
Debug|Win32
+               {A8386B47-EF5A-447F-B0AF-29709A1CFCD3}.Debug|Win32.Build.0 = 
Debug|Win32
+               {A8386B47-EF5A-447F-B0AF-29709A1CFCD3}.Release|Win32.ActiveCfg 
= Release|Win32
+               {A8386B47-EF5A-447F-B0AF-29709A1CFCD3}.Release|Win32.Build.0 = 
Release|Win32
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal

Added: branches/pingus_sdl/pingus.vcproj
===================================================================
--- branches/pingus_sdl/pingus.vcproj   2007-07-14 01:18:22 UTC (rev 2723)
+++ branches/pingus_sdl/pingus.vcproj   2007-07-14 01:27:01 UTC (rev 2724)
@@ -0,0 +1,2233 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+       ProjectType="Visual C++"
+       Version="8.00"
+       Name="pingus"
+       ProjectGUID="{A8386B47-EF5A-447F-B0AF-29709A1CFCD3}"
+       RootNamespace="pingus"
+       Keyword="Win32Proj"
+       >
+       <Platforms>
+               <Platform
+                       Name="Win32"
+               />
+       </Platforms>
+       <ToolFiles>
+       </ToolFiles>
+       <Configurations>
+               <Configuration
+                       Name="Debug|Win32"
+                       OutputDirectory="Debug"
+                       IntermediateDirectory="Debug"
+                       ConfigurationType="1"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="src;src\win32;include"
+                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               UsePrecompiledHeader="0"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="4"
+                               ForcedIncludeFiles=""
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="SDL.lib SDLmain.lib 
SDL_image.lib SDL_mixer.lib physfs.lib libiconv.lib"
+                               LinkIncremental="2"
+                               AdditionalLibraryDirectories="lib"
+                               GenerateDebugInformation="true"
+                               SubSystem="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>
+               <Configuration
+                       Name="Release|Win32"
+                       OutputDirectory="Release"
+                       IntermediateDirectory="Release"
+                       ConfigurationType="1"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               
AdditionalIncludeDirectories="src;src\win32;include"
+                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
+                               RuntimeLibrary="2"
+                               UsePrecompiledHeader="0"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="3"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="SDL.lib SDLmain.lib 
SDL_image.lib SDL_mixer.lib physfs.lib libiconv.lib"
+                               LinkIncremental="2"
+                               AdditionalLibraryDirectories="lib"
+                               GenerateDebugInformation="true"
+                               SubSystem="2"
+                               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="Header Files"
+                       Filter="h;hpp;hxx;hm;inl;inc;xsd"
+                       
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+                       >
+               </Filter>
+               <Filter
+                       Name="Resource Files"
+                       
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+                       
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+                       >
+               </Filter>
+               <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\action_holder.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\action_holder.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\blitter.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\blitter.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\blitter_impl.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\blitter_test.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\capture_rectangle.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\capture_rectangle.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\cheat.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\cheat.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\client.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\client.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\col_map.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\col_map.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\collider.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\collider.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\collision_mask.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\collision_mask.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\command_line.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\command_line.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\command_line_generic.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\command_line_generic.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\config.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\config.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\console.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\console.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\credits.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\credits.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\debug.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\debug.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\debug_stream.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\debug_stream.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\delta_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\demo_player.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\demo_recorder.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\demo_recorder.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\demo_session.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\direction.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\direction.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\dummy_screen.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\exit_menu.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\exit_menu.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_dialog.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_dialog.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_dialog_item.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_dialog_item.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_dialog_listener.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_reader.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_reader.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_reader_impl.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\file_writer.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\font.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\font.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\font_description.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\font_description.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\fonts.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\fonts.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\fps_counter.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\fps_counter.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_event.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_session.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_session.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_session_result.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_session_result.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_time.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\game_time.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\gettext.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\gettext.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\global_event.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\globals.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\globals.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\goal_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\goal_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\graphic_context_state.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\graphic_context_state.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\ground_map.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\ground_map.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\groundtype.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\groundtype.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\hierHeader.inc"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\indexed_canvas.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\indexHeader.inc"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\input_event.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\layer_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\layer_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\math.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\mover.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\mover.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\multiline_text.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\multiline_text.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\path_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\path_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_action.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_action.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_action_factory.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_action_factory.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_enums.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_enums.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_holder.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingu_holder.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_error.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_error.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_level.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_level.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_level_impl.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_main.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_main.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_menu.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_menu.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_menu_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_menu_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_sub_menu.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pingus_sub_menu.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pixel_buffer.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\pixel_buffer.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\plf_res_mgr.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\plf_res_mgr.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\plt_xml.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\preview_renderer.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\res_descriptor.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\res_descriptor.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource_modifier.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\resource_modifier.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\result.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\result_screen.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\result_screen.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\savegame.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\savegame.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\savegame_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\savegame_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\screenshot.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\server.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\server.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\server_event.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\server_event.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\sexpr_file_reader.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\sexpr_file_reader.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\shared_ptr.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\smallmap_image.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\smallmap_image.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\sprite.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\sprite.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\sprite_description.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\start_screen.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\start_screen.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\stat_manager.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\stat_manager.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\state_sprite.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\state_sprite.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\story_screen.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\story_screen.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\string_format.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\string_format.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\string_util.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\string_util.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\system.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\system.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\target_provider.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\theme.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\theme_selector.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\timer.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\timer.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\true_server.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\true_server.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\world.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\world.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\worldobj.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\worldobj.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\worldobj_factory.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\worldobj_factory.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\xml_eval.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\xml_file_reader.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\xml_file_writer.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\xml_pdf.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath=".\src\xml_pingus_level.hpp"
+                               >
+                       </File>
+                       <Filter
+                               Name="actions"
+                               >
+                               <File
+                                       RelativePath=".\src\actions\angel.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\angel.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\basher.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\basher.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\blocker.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\blocker.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\boarder.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\boarder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\bomber.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\bomber.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\bridger.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\bridger.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\climber.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\climber.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\digger.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\digger.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\drown.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\drown.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\exiter.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\exiter.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\faller.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\faller.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\floater.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\floater.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\jumper.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\jumper.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\laser_kill.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\laser_kill.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\miner.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\miner.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\rocket_launcher.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\rocket_launcher.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\slider.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\slider.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\smashed.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\smashed.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\splashed.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\splashed.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\superman.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\superman.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\teleported.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\actions\teleported.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\waiter.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\waiter.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\walker.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\actions\walker.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="colliders"
+                               >
+                               <File
+                                       
RelativePath=".\src\colliders\pingu_collider.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\colliders\pingu_collider.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="components"
+                               >
+                               <File
+                                       
RelativePath=".\src\components\action_button.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\action_button.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\button_panel.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\button_panel.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\hurry_up.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\hurry_up.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\menu_button.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\menu_button.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\pingus_counter.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\pingus_counter.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\playfield.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\playfield.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\smallmap.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\smallmap.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\time_display.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\components\time_display.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="display"
+                               >
+                               <File
+                                       
RelativePath=".\src\display\drawing_context.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\drawing_context.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\drawing_request.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\scene_context.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\scene_context.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\scene_graph.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\scene_group.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\scene_node.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\display\sprite_node.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\display\surface.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="editor"
+                               >
+                               <File
+                                       
RelativePath=".\src\editor\context_menu.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\context_menu.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_panel.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_panel.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_screen.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_screen.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_viewport.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\editor_viewport.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\level_head.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\level_head.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\level_impl.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\level_objs.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\level_objs.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\panel_buttons.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\panel_buttons.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\xml_level.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\editor\xml_level.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="gui"
+                               >
+                               <File
+                                       RelativePath=".\src\gui\button.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\checkbox.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\checkbox.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\checkbox_listener.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\combobox.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\combobox.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\combobox_listener.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\component.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\cursor.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\cursor.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\display.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\display.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\game_delta.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\game_delta_recorder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\gui_manager.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\gui_manager.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\gui_screen.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\gui_screen.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\input_box.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\input_box.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\input_debug_screen.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\root_gui_manager.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\root_gui_manager.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\screen.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\screen.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\screen_manager.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\screen_manager.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\screen_manager_impl.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\screen_ptr.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\screen_ptr.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\surface_button.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\surface_button.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="input"
+                               >
+                               <File
+                                       RelativePath=".\src\input\axis.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\axis_factory.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\input\button.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\button_factory.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\controller.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\controller.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\input\event.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\input\event_fwd.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\input\pointer.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\pointer_factory.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\input\scroller.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\input\scroller_factory.hpp"
+                                       >
+                               </File>
+                               <Filter
+                                       Name="axes"
+                                       >
+                                       <File
+                                               
RelativePath=".\src\input\axes\button_axis.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\axes\dummy_axis.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\axes\inverted_axis.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\axes\joystick_axis.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\axes\mouse_axis.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\axes\multiple_axis.hpp"
+                                               >
+                                       </File>
+                               </Filter>
+                               <Filter
+                                       Name="buttons"
+                                       >
+                                       <File
+                                               
RelativePath=".\src\input\buttons\double_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\dummy_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\joystick_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\key_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\mouse_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\multiple_button.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\buttons\triple_button.hpp"
+                                               >
+                                       </File>
+                               </Filter>
+                               <Filter
+                                       Name="scrollers"
+                                       >
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\axis_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\dummy_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\inverted_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\joystick_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\mouse_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\multiple_scroller.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\scrollers\pointer_scroller.hpp"
+                                               >
+                                       </File>
+                               </Filter>
+                               <Filter
+                                       Name="pointers"
+                                       >
+                                       <File
+                                               
RelativePath=".\src\input\pointers\axis_pointer.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\pointers\dummy_pointer.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\pointers\mouse_pointer.hpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath=".\src\input\pointers\multiple_pointer.hpp"
+                                               >
+                                       </File>
+                               </Filter>
+                       </Filter>
+                       <Filter
+                               Name="lisp"
+                               >
+                               <File
+                                       RelativePath=".\src\lisp\getters.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\getters.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\lexer.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\lexer.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\lisp.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\lisp.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\parser.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\parser.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\properties.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\properties.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\lisp\property_iterator.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\writer.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\lisp\writer.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="math"
+                               >
+                               <File
+                                       RelativePath=".\src\math\color.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\matrix.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\matrix.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\origin.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\origin.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\quaternion.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\quaternion.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\rect.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\rect.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\size.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector2f.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector2f.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector2i.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector2i.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector3f.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\math\vector3f.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="movers"
+                               >
+                               <File
+                                       
RelativePath=".\src\movers\linear_mover.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\movers\linear_mover.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="worldobjs"
+                               >
+                               <File
+                                       
RelativePath=".\src\worldobjs\conveyor_belt.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\conveyor_belt.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\entrance.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\entrance.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldobjs\exit.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldobjs\exit.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\fake_exit.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\fake_exit.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\groundpiece.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\groundpiece.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\guillotine.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\guillotine.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\hammer.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\hammer.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\hotspot.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\hotspot.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\ice_block.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\ice_block.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\info_box.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\info_box.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\laser_exit.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\laser_exit.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\liquid.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\liquid.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\rain_generator.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\rain_generator.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\smasher.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\smasher.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\snow_generator.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\snow_generator.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\solid_color_background.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\solid_color_background.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldobjs\spike.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldobjs\spike.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\starfield_background.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\starfield_background.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\starfield_background_stars.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\starfield_background_stars.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\surface_background.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\surface_background.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\switch_door.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\switch_door.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\teleporter.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\teleporter.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\thunderstorm_background.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\thunderstorm_background.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\woodthing.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldobjs\woodthing.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="worldmap"
+                               >
+                               <File
+                                       RelativePath=".\src\worldmap\dot.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\dot.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\dot_factory.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\dot_factory.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\drawable.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\drawable.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\drawable_factory.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\drawable_factory.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\graph.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\graph.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\level_dot.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\level_dot.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\manager.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\manager.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\metamap.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\metamap.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\path.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\path.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\path_drawable.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\path_drawable.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\path_graph.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\path_graph.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\pathfinder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\pingus.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\worldmap\pingus.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\sprite_drawable.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\sprite_drawable.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\surface_drawable.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\surface_drawable.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\world_dot.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\world_dot.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\worldmap.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\worldmap.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\worldmap_story.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\worldmap\worldmap_story.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="sound"
+                               >
+                               <File
+                                       
RelativePath=".\src\sound\slot_manager.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\sound\sound.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\sound\sound.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_dummy.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_dummy.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_impl.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_real.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_real.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_res_mgr.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\sound\sound_res_mgr.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\sound\sounds.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="physfs"
+                               >
+                               <File
+                                       
RelativePath=".\src\physfs\physfs_sdl.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\physfs\physfs_sdl.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\physfs\physfs_stream.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\physfs\physfs_stream.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="particles"
+                               >
+                               <File
+                                       
RelativePath=".\src\particles\explosive_particle.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\explosive_particle.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\ground_particle.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\ground_particle.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\pingu_particle_holder.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\pingu_particle_holder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\rain_particle_holder.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\rain_particle_holder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\smoke_particle_holder.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\smoke_particle_holder.hpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\snow_particle_holder.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\particles\snow_particle_holder.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="tinygettext"
+                               >
+                               <File
+                                       
RelativePath=".\src\tinygettext\tinygettext.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath=".\src\tinygettext\tinygettext.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="win32"
+                               >
+                               <File
+                                       RelativePath=".\src\win32\config.h"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\win32\pingus.rc"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\win32\resource.h"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\win32\uce_dirent.h"
+                                       >
+                               </File>
+                       </Filter>
+               </Filter>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>

Deleted: branches/pingus_sdl/update-dsp.sh
===================================================================
--- branches/pingus_sdl/update-dsp.sh   2007-07-14 01:18:22 UTC (rev 2723)
+++ branches/pingus_sdl/update-dsp.sh   2007-07-14 01:27:01 UTC (rev 2724)
@@ -1,140 +0,0 @@
-#!/bin/sh
-
-function generate_dsp()
-{
-cat<<EOF
-# Microsoft Developer Studio Project File - Name="pingus" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=pingus - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "pingus.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "pingus.mak" CFG="pingus - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "pingus - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "pingus - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "\$(CFG)" == "pingus - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /Gi /vd0 /GR /GX /I "src" /I "src\win32" /D "NDEBUG" 
/D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "LIBXML_2" /D "HAVE_LIBCLANVORBIS" /YX 
/FD /TP /c
-# SUBTRACT CPP /WX /Gf /Gy /u /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x807 /d "NDEBUG"
-# ADD RSC /l 0x40a /d "NDEBUG"
-# SUBTRACT RSC /x
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 ClanApp.lib clanCore.lib ClanDisplay.lib ClanGL.lib ClanGUI.lib 
ClanJPEG.lib ClanMikMod.lib ClanNetwork.lib ClanPNG.lib ClanSignals.lib 
ClanVorbis.lib zlib.lib kernel32.lib user32.lib gdi32.lib libxml2.lib 
ClanSound.lib dsound.lib /nologo /version:0.5 /subsystem:windows /machine:I386 
/nodefaultlib:"msvcrt.lib" /libpath:"d:\games\pingus\release"
-# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:yes /map /debug 
/nodefaultlib
-
-!ELSEIF  "\$(CFG)" == "pingus - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "."
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /Gm /vd0 /GR /GX /ZI /Od /I "src" /I "src\win32" /D 
"_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "LIBXML_2" /D 
"HAVE_LIBCLANVORBIS" /D "HAVE_LIBCLANMIKMOD" /U "HAVE_LIBCLANMIKMOD" /YX /FD 
/GZ /TP /c
-# SUBTRACT CPP /WX /X /Fr
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x807 /d "_DEBUG"
-# ADD RSC /l 0x40a /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 ClanApp.lib clanCore.lib ClanDisplay.lib ClanGL.lib ClanGUI.lib 
ClanJPEG.lib ClanMikMod.lib ClanNetwork.lib ClanPNG.lib ClanSignals.lib 
ClanVorbis.lib zlib.lib kernel32.lib user32.lib gdi32.lib libxml2.lib 
ClanSound.lib dsound.lib /nologo /subsystem:windows /debug /machine:I386 
/nodefaultlib:"libcmt.lib" /pdbtype:sept
-# SUBTRACT LINK32 /verbose /profile /incremental:no /map
-
-!ENDIF 
-
-# Begin Target
-
-# Name "pingus - Win32 Release"
-# Name "pingus - Win32 Debug"
-# Begin Group "Headers"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl;hh"
-EOF
-
-for i in `cat po/POTFILES.in`;
-do
-  echo "# Begin Source File"
-  echo ""
-  echo -n "SOURCE=.\\"
-  echo $i | sed -e "s/\//\\\/g"
-  echo "# End Source File"
-done
-
-cat<<EOF
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt1.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\config.h
-# End Source File
-# End Group
-# End Target
-# End Project
-EOF
-}
-
-generate_dsp > pingus.dsp
-unix2dos pingus.dsp
-
-# EOF #





reply via email to

[Prev in Thread] Current Thread [Next in Thread]