mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- You can also open them with VS 2012 - I just changed the toolset for all projects to V100 (VS 2010) instead of V120 (VS 2013), because I don't have VS 2013 installed. If anyone can't compile with VS 2013, we simply switch back to V120 toolset git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6639 3b4a5df2-a311-0410-b5c6-a8a6f20db521
289 lines
16 KiB
XML
289 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="MapEditorD|Win32">
|
|
<Configuration>MapEditorD</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="MapEditor|Win32">
|
|
<Configuration>MapEditor</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release_WithDebugInfo|Win32">
|
|
<Configuration>Release_WithDebugInfo</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\vfs\Aspects\vfs_logging.h" />
|
|
<ClInclude Include="..\include\vfs\Aspects\vfs_settings.h" />
|
|
<ClInclude Include="..\include\vfs\Aspects\vfs_synchronization.h" />
|
|
<ClInclude Include="..\include\vfs\Core\File\vfs_buffer_file.h" />
|
|
<ClInclude Include="..\include\vfs\Core\File\vfs_dir_file.h" />
|
|
<ClInclude Include="..\include\vfs\Core\File\vfs_file.h" />
|
|
<ClInclude Include="..\include\vfs\Core\File\vfs_lib_file.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Interface\vfs_directory_interface.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Interface\vfs_file_interface.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Interface\vfs_iterator_interface.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Interface\vfs_library_interface.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Interface\vfs_location_interface.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Location\vfs_directory_tree.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Location\vfs_lib_dir.h" />
|
|
<ClInclude Include="..\include\vfs\Core\Location\vfs_uncompressed_lib_base.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_debug.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_file_raii.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_init.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_os_functions.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_path.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_profile.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_string.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_types.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_vfile.h" />
|
|
<ClInclude Include="..\include\vfs\Core\vfs_vloc.h" />
|
|
<ClInclude Include="..\include\vfs\Ext\7z\vfs_7z_library.h" />
|
|
<ClInclude Include="..\include\vfs\Ext\7z\vfs_create_7z_library.h" />
|
|
<ClInclude Include="..\include\vfs\Ext\slf\vfs_slf_library.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_allocator.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_file_logger.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_hp_timer.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_log.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_parser_tools.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_profiler.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_property_container.h" />
|
|
<ClInclude Include="..\include\vfs\Tools\vfs_tools.h" />
|
|
<ClInclude Include="..\include\vfs\vfs_config.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\Aspects\vfs_logging.cpp" />
|
|
<ClCompile Include="..\src\Aspects\vfs_settings.cpp" />
|
|
<ClCompile Include="..\src\Aspects\vfs_synchronization.cpp" />
|
|
<ClCompile Include="..\src\Core\File\vfs_buffer_file.cpp" />
|
|
<ClCompile Include="..\src\Core\File\vfs_dir_file.cpp" />
|
|
<ClCompile Include="..\src\Core\File\vfs_file.cpp" />
|
|
<ClCompile Include="..\src\Core\File\vfs_lib_file.cpp" />
|
|
<ClCompile Include="..\src\Core\Interface\vfs_interface_members.cpp" />
|
|
<ClCompile Include="..\src\Core\Location\vfs_directory_tree.cpp" />
|
|
<ClCompile Include="..\src\Core\Location\vfs_lib_dir.cpp" />
|
|
<ClCompile Include="..\src\Core\Location\vfs_uncompressed_lib_base.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_debug.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_file_raii.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_init.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_os_functions.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_path.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_profile.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_string.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_types.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_vfile.cpp" />
|
|
<ClCompile Include="..\src\Core\vfs_vloc.cpp" />
|
|
<ClCompile Include="..\src\Ext\7z\vfs_7z_library.cpp" />
|
|
<ClCompile Include="..\src\Ext\7z\vfs_create_7z_library.cpp" />
|
|
<ClCompile Include="..\src\Ext\slf\vfs_slf_library.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_allocator.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_file_logger.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_hp_timer.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_log.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_parser_tools.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_profiler.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_property_container.cpp" />
|
|
<ClCompile Include="..\src\Tools\vfs_tools.cpp" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{463CB476-2798-493F-9CE8-CEAC5ECE5664}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>VFS</RootNamespace>
|
|
<ProjectName>VFS</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>..\..\..\lib\VS2013\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
|
<OutDir>..\..\..\lib\VS2013\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<IntDir>..\..\..\build\VS2013\$(ProjectName)_$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
|
<IntDir>..\..\..\build\VS2013\$(ProjectName)_$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>..\..\..\lib\VS2013\$(Configuration)\</OutDir>
|
|
<IntDir>..\..\..\build\VS2013\$(ProjectName)_$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'">
|
|
<OutDir>..\..\..\lib\VS2013\$(Configuration)\</OutDir>
|
|
<IntDir>..\..\..\build\VS2013\$(ProjectName)_$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'">
|
|
<OutDir>..\..\..\lib\VS2013\$(Configuration)\</OutDir>
|
|
<IntDir>..\..\..\build\VS2013\$(ProjectName)_$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\include;..\ext\7z\src;..\ext\utfcpp\source</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\include;..\ext\7z\src;..\ext\utfcpp\source</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>..\include;..\ext\7z\src;..\ext\utfcpp\source</AdditionalIncludeDirectories>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>..\include;..\ext\7z\src;..\ext\utfcpp\source</AdditionalIncludeDirectories>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>Disabled</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>..\include;..\ext\7z\src;..\ext\utfcpp\source</AdditionalIncludeDirectories>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |