mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- Virtual File System (VFS) by birdflu. This is needed for Multiplayer and is also used for Single Player. Very neat system :-) - Multiplayer Version 1.1 + some additional features and bugfixes * INFO: If you compile a new EXE and want to test, be sure to also use the latest SVN GameDir files in your JA2 install directory * git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2961 3b4a5df2-a311-0410-b5c6-a8a6f20db521
346 lines
8.0 KiB
XML
346 lines
8.0 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="VFS"
|
|
ProjectGUID="{C63466D6-49B5-4C54-AA0D-864F6171FD9B}"
|
|
RootNamespace="Utils"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="0">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditorD|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="0">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditor|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Interface">
|
|
<File
|
|
RelativePath=".\Interface\vfs_directory_interface.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Interface\vfs_file_interface.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Interface\vfs_library_interface.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Interface\vfs_location_aware_file_interface.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Interface\vfs_location_interface.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Location">
|
|
<File
|
|
RelativePath=".\Location\vfs_7z_library.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_7z_library.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_create_7z_library.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_create_7z_library.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_directory_tree.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_directory_tree.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_lib_dir.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_lib_dir.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_slf_library.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_slf_library.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_uncompressed_lib_base.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Location\vfs_uncompressed_lib_base.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="File">
|
|
<File
|
|
RelativePath=".\File\vfs_dir_file.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_dir_file.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_file.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_file.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_lib_file.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_lib_file.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_memory_file.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\File\vfs_memory_file.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Profiler">
|
|
<File
|
|
RelativePath=".\Profiler\HPTimer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Profiler\HPTimer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Profiler\Prof.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Profiler\Prof.h">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\iteratedir.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\iteratedir.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\PropertyContainer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\PropertyContainer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\stringicmp.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_debug.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_debug.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_file_raii.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_file_raii.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_init.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_init.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_profile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_profile.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_types.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_types.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_vfile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_vfile.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_vloc.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\vfs_vloc.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|