mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Remove all MSBuild files
now that CI is using cmake, we can be clean up the tree quite a bit btw, cmake can still configure for the msbuild generator for those so inclined: create the folder, cmd to it, run `cmake [project_root_dir] -G"Visual Studio 17 2022" -A Win32 -DLanguages=ENGLISH -DApplications=JA2` once, then open the solution file using Visual Studio 2022
This commit is contained in:
committed by
majcosta
parent
18417ce45a
commit
760f8ab3d7
@@ -1,657 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Name="7z"
|
||||
ProjectGUID="{9AD14886-DB5C-4EFF-AE17-35F9BD684692}"
|
||||
RootNamespace="7z"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Debug/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_SZ_ALLOC_DEBUG2;_SZ_NO_INT_64_A;SZIP_STATIC"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditorD|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Debug/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_SZ_ALLOC_DEBUG2;_SZ_NO_INT_64_A;SZIP_STATIC"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditor|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release_WithDebugInfo|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7z.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zAlloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zAlloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrcOpt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zFile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zFile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zIn.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zStream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zVersion.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Alloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Alloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bcj2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bcj2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra86.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\BraIA64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\CpuArch.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\CpuArch.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Delta.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Delta.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFind.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFind.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFindMt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFindMt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzHash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Dec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Enc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaDec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaEnc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaEnc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaLib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaLib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\MtCoder.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\MtCoder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\RotateDefs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Sha256.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Sha256.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Threads.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Threads.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Xz.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Xz.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzCrc64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzCrc64.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzEnc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzEnc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzIn.c"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,659 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="7z"
|
||||
ProjectGUID="{9AD14886-DB5C-4EFF-AE17-35F9BD684692}"
|
||||
RootNamespace="7z"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Debug/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_SZ_ALLOC_DEBUG2;_SZ_NO_INT_64_A;SZIP_STATIC"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditorD|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Debug/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_SZ_ALLOC_DEBUG2;_SZ_NO_INT_64_A;SZIP_STATIC"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditor|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release_WithDebugInfo|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/7z.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;SZIP_STATIC"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="$(IntDir)\7z.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation="$(IntDir)\"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1049"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/7z.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7z.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zAlloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zAlloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zBuf2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zCrcOpt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zFile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zFile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zIn.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zStream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\7zVersion.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Alloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Alloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bcj2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bcj2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Bra86.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\BraIA64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\CpuArch.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\CpuArch.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Delta.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Delta.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFind.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFind.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFindMt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzFindMt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzHash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Dec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma2Enc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Lzma86Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaDec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaEnc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaEnc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaLib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\LzmaLib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\MtCoder.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\MtCoder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7Dec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Ppmd7Enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\RotateDefs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Sha256.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Sha256.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Threads.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Threads.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Xz.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\Xz.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzCrc64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzCrc64.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzDec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzEnc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzEnc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ext\7z\src\XzIn.c"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,274 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.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="Relese_WithDebugInfo|Win32">
|
||||
<Configuration>Relese_WithDebugInfo</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{3B7B950D-0DC8-4ADD-9FE2-7DE4297C62F6}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>My7z</RootNamespace>
|
||||
<ProjectName>7z</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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relese_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</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)'=='Relese_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\VS2010\$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relese_WithDebugInfo|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeaderOutputFile>
|
||||
</PrecompiledHeaderOutputFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Relese_WithDebugInfo|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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>
|
||||
@@ -1,73 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,279 +0,0 @@
|
||||
<?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="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{3B7B950D-0DC8-4ADD-9FE2-7DE4297C62F6}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>My7z</RootNamespace>
|
||||
<ProjectName>7z</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>v120</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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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>
|
||||
@@ -1,73 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,280 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.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="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{3B7B950D-0DC8-4ADD-9FE2-7DE4297C62F6}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>My7z</RootNamespace>
|
||||
<ProjectName>7z</ProjectName>
|
||||
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
||||
</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>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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>
|
||||
@@ -1,447 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditorD|Win32">
|
||||
<Configuration>MapEditorD</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditorD|x64">
|
||||
<Configuration>MapEditorD</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditor|Win32">
|
||||
<Configuration>MapEditor</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditor|x64">
|
||||
<Configuration>MapEditor</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release_WithDebugInfo|x64">
|
||||
<Configuration>Release_WithDebugInfo</Configuration>
|
||||
<Platform>x64</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>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\ext\7z\src\7z.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zAlloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zBuf.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zCrc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zFile.h" />
|
||||
<ClInclude Include="..\ext\7z\src\7zVersion.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Alloc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bcj2.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Bra.h" />
|
||||
<ClInclude Include="..\ext\7z\src\CpuArch.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Delta.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFind.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzFindMt.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzHash.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Lzma86.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaDec.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaEnc.h" />
|
||||
<ClInclude Include="..\ext\7z\src\LzmaLib.h" />
|
||||
<ClInclude Include="..\ext\7z\src\MtCoder.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Ppmd7.h" />
|
||||
<ClInclude Include="..\ext\7z\src\RotateDefs.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Sha256.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Threads.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Types.h" />
|
||||
<ClInclude Include="..\ext\7z\src\Xz.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzCrc64.h" />
|
||||
<ClInclude Include="..\ext\7z\src\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\ext\7z\src\7zAlloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zBuf2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zCrcOpt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zFile.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zIn.c" />
|
||||
<ClCompile Include="..\ext\7z\src\7zStream.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Alloc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bcj2.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Bra86.c" />
|
||||
<ClCompile Include="..\ext\7z\src\BraIA64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\CpuArch.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Delta.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFind.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzFindMt.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\LzmaLib.c" />
|
||||
<ClCompile Include="..\ext\7z\src\MtCoder.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Sha256.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Threads.c" />
|
||||
<ClCompile Include="..\ext\7z\src\Xz.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzCrc64.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzDec.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzEnc.c" />
|
||||
<ClCompile Include="..\ext\7z\src\XzIn.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{3B7B950D-0DC8-4ADD-9FE2-7DE4297C62F6}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>My7z</RootNamespace>
|
||||
<ProjectName>7z</ProjectName>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</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>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</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)'=='Debug|x64'" 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)'=='MapEditorD|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)'=='MapEditorD|x64'" 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)'=='Release|x64'" 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)'=='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)'=='MapEditor|x64'" 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>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'" 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)'=='Debug|x64'" />
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeaderOutputFile>
|
||||
</PrecompiledHeaderOutputFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeaderOutputFile>
|
||||
</PrecompiledHeaderOutputFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeaderOutputFile>
|
||||
</PrecompiledHeaderOutputFile>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SZIP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeaderOutputFile>
|
||||
</PrecompiledHeaderOutputFile>
|
||||
<DebugInformationFormat>ProgramDatabase</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>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
@@ -1,656 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Name="VFS"
|
||||
ProjectGUID="{C63466D6-49B5-4C54-AA0D-864F6171FD9B}"
|
||||
RootNamespace="VFS"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditorD|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditor|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release_WithDebugInfo|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2005\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_SYNCHRONIZE;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Aspects"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_logging.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_logging.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_settings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_settings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_synchronization.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_synchronization.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Core"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_debug.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_debug.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_file_raii.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_file_raii.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_init.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_os_functions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_os_functions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_path.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_path.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_profile.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_profile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_string.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_string.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_types.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_vfile.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_vfile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_vloc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_vloc.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="File"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_buffer_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_buffer_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_dir_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_dir_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_lib_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_lib_file.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Interface"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_directory_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_file_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Interface\vfs_interface_members.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_iterator_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_library_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_location_interface.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Location"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_directory_tree.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_directory_tree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_lib_dir.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_lib_dir.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_uncompressed_lib_base.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_uncompressed_lib_base.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Ext"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Ext\7z\vfs_7z_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\7z\vfs_7z_library.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Ext\7z\vfs_create_7z_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\7z\vfs_create_7z_library.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Ext\slf\vfs_slf_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\slf\vfs_slf_library.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Tools"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_allocator.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_allocator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_file_logger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_file_logger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_hp_timer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_hp_timer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_log.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_parser_tools.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_parser_tools.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_profiler.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_profiler.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_property_container.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_property_container.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_tools.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_tools.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\include\vfs\vfs_config.h"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,656 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="VFS"
|
||||
ProjectGUID="{C63466D6-49B5-4C54-AA0D-864F6171FD9B}"
|
||||
RootNamespace="VFS"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditorD|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditor|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release_WithDebugInfo|Win32"
|
||||
OutputDirectory="..\..\..\lib\VS2008\$(ConfigurationName)"
|
||||
IntermediateDirectory="..\..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\include;..\ext\7z\src;..\ext\utfcpp\source"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SZIP_STATIC;VFS_STATIC;VFS_SYNCHRONIZE;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Aspects"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_logging.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_logging.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_settings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_settings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Aspects\vfs_synchronization.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Aspects\vfs_synchronization.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Core"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_debug.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_debug.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_file_raii.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_file_raii.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_init.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_os_functions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_os_functions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_path.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_path.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_profile.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_profile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_string.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_string.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_types.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_vfile.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_vfile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\vfs_vloc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\vfs_vloc.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="File"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_buffer_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_buffer_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_dir_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_dir_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\File\vfs_lib_file.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\File\vfs_lib_file.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Interface"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_directory_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_file_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Interface\vfs_interface_members.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_iterator_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_library_interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Interface\vfs_location_interface.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Location"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_directory_tree.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_directory_tree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_lib_dir.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_lib_dir.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Core\Location\vfs_uncompressed_lib_base.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Core\Location\vfs_uncompressed_lib_base.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Ext"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Ext\7z\vfs_7z_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\7z\vfs_7z_library.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Ext\7z\vfs_create_7z_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\7z\vfs_create_7z_library.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Ext\slf\vfs_slf_library.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Ext\slf\vfs_slf_library.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Tools"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_allocator.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_allocator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_file_logger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_file_logger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_hp_timer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_hp_timer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_log.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_parser_tools.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_parser_tools.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_profiler.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_profiler.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_property_container.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_property_container.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\Tools\vfs_tools.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\vfs\Tools\vfs_tools.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\include\vfs\vfs_config.h"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,284 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.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="Relese_WithDebugInfo|Win32">
|
||||
<Configuration>Relese_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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relese_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
</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)'=='Relese_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\VS2010\$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'">
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(ProjectName)_$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relese_WithDebugInfo|Win32'">
|
||||
<OutDir>..\..\..\lib\VS2010\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\..\build\VS2010\$(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)'=='Relese_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>
|
||||
@@ -1,241 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Aspects">
|
||||
<UniqueIdentifier>{6c3b13e6-1de1-49b1-a220-9fd9490119ee}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core">
|
||||
<UniqueIdentifier>{e906ed36-fcb5-449d-9038-bd238d1583f3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Ext">
|
||||
<UniqueIdentifier>{275b4cf2-0a06-4627-b4cc-f5ce7d2d46a7}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Tools">
|
||||
<UniqueIdentifier>{4831f68f-56bb-4e7e-8d77-ab21a1a8031f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\File">
|
||||
<UniqueIdentifier>{93770afd-298c-46b1-95fe-5884cb101700}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\Interface">
|
||||
<UniqueIdentifier>{db5b3ae9-28da-4e02-a106-662f2cd0b483}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\Location">
|
||||
<UniqueIdentifier>{1f6aa1a4-2764-46bf-83d0-de215f92b26a}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\vfs\vfs_config.h" />
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_allocator.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_file_logger.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_hp_timer.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_log.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_parser_tools.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_profiler.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_property_container.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_tools.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\7z\vfs_7z_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\7z\vfs_create_7z_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\slf\vfs_slf_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_logging.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_settings.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_synchronization.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_debug.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_file_raii.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_init.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_path.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_profile.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_string.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_types.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_vfile.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_vloc.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_dir_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_lib_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_directory_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_file_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_iterator_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_library_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_location_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_directory_tree.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_lib_dir.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_uncompressed_lib_base.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_os_functions.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_buffer_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\Tools\vfs_allocator.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_file_logger.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_hp_timer.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_log.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_parser_tools.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_profiler.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_property_container.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_tools.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\slf\vfs_slf_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\7z\vfs_7z_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\7z\vfs_create_7z_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_logging.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_settings.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_synchronization.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_debug.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_file_raii.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_init.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_path.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_profile.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_string.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_types.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_vfile.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_vloc.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_directory_tree.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_lib_dir.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_uncompressed_lib_base.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Interface\vfs_interface_members.cpp">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_dir_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_lib_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_os_functions.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_buffer_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,289 +0,0 @@
|
||||
<?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>v120</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>
|
||||
@@ -1,241 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Aspects">
|
||||
<UniqueIdentifier>{6c3b13e6-1de1-49b1-a220-9fd9490119ee}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core">
|
||||
<UniqueIdentifier>{e906ed36-fcb5-449d-9038-bd238d1583f3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Ext">
|
||||
<UniqueIdentifier>{275b4cf2-0a06-4627-b4cc-f5ce7d2d46a7}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Tools">
|
||||
<UniqueIdentifier>{4831f68f-56bb-4e7e-8d77-ab21a1a8031f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\File">
|
||||
<UniqueIdentifier>{93770afd-298c-46b1-95fe-5884cb101700}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\Interface">
|
||||
<UniqueIdentifier>{db5b3ae9-28da-4e02-a106-662f2cd0b483}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Core\Location">
|
||||
<UniqueIdentifier>{1f6aa1a4-2764-46bf-83d0-de215f92b26a}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\vfs\vfs_config.h" />
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_allocator.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_file_logger.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_hp_timer.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_log.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_parser_tools.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_profiler.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_property_container.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Tools\vfs_tools.h">
|
||||
<Filter>Tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\7z\vfs_7z_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\7z\vfs_create_7z_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Ext\slf\vfs_slf_library.h">
|
||||
<Filter>Ext</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_logging.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_settings.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Aspects\vfs_synchronization.h">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_debug.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_file_raii.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_init.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_path.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_profile.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_string.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_types.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_vfile.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_vloc.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_dir_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_lib_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_directory_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_file_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_iterator_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_library_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Interface\vfs_location_interface.h">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_directory_tree.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_lib_dir.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\Location\vfs_uncompressed_lib_base.h">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\vfs_os_functions.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\vfs\Core\File\vfs_buffer_file.h">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\Tools\vfs_allocator.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_file_logger.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_hp_timer.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_log.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_parser_tools.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_profiler.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_property_container.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Tools\vfs_tools.cpp">
|
||||
<Filter>Tools</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\slf\vfs_slf_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\7z\vfs_7z_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Ext\7z\vfs_create_7z_library.cpp">
|
||||
<Filter>Ext</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_logging.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_settings.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Aspects\vfs_synchronization.cpp">
|
||||
<Filter>Aspects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_debug.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_file_raii.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_init.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_path.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_profile.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_string.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_types.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_vfile.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_vloc.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_directory_tree.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_lib_dir.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Location\vfs_uncompressed_lib_base.cpp">
|
||||
<Filter>Core\Location</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\Interface\vfs_interface_members.cpp">
|
||||
<Filter>Core\Interface</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_dir_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_lib_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\vfs_os_functions.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\Core\File\vfs_buffer_file.cpp">
|
||||
<Filter>Core\File</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,290 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.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>
|
||||
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
||||
</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>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v141</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>
|
||||
@@ -1,462 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditorD|Win32">
|
||||
<Configuration>MapEditorD</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditorD|x64">
|
||||
<Configuration>MapEditorD</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditor|Win32">
|
||||
<Configuration>MapEditor</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MapEditor|x64">
|
||||
<Configuration>MapEditor</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release_WithDebugInfo|x64">
|
||||
<Configuration>Release_WithDebugInfo</Configuration>
|
||||
<Platform>x64</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>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</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>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</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>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditorD|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MapEditor|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v142</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)'=='Debug|x64'" 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)'=='MapEditorD|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)'=='MapEditorD|x64'" 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)'=='Release|x64'" 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)'=='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)'=='MapEditor|x64'" 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>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'" 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)'=='Debug|x64'" />
|
||||
<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)'=='Debug|x64'">
|
||||
<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)'=='MapEditorD|x64'">
|
||||
<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)'=='Release|x64'">
|
||||
<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)'=='MapEditor|x64'">
|
||||
<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>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WithDebugInfo|x64'">
|
||||
<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>ProgramDatabase</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>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LocalDebuggerWorkingDirectory>H:\JA2 Dev</LocalDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LocalDebuggerWorkingDirectory>H:\JA2 Dev</LocalDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user