mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
This is from official repo (SVN rev. 300) Additionally includes free implementation of stdint.h and dirent.h for VC++, aswell as Visual Studio project files. Special thanks to faramir118 for Windows support.
211 lines
No EOL
4 KiB
XML
211 lines
No EOL
4 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="libmpq"
|
|
ProjectGUID="{03AB0F44-628E-4855-99A0-C98A1EB52C50}"
|
|
RootNamespace="libmpq"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
|
|
IntermediateDirectory="..\bin\$(ProjectName)__$(PlatformName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\; ..\..\..\..\dep\include\zlib; ..\..\..\..\dep\include\bzip2;"
|
|
PreprocessorDefinitions="WIN32"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
CompileAs="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalLibraryDirectories="..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
|
|
IntermediateDirectory="..\bin\$(ProjectName)__$(PlatformName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="..\; ..\..\..\..\dep\include\zlib; ..\..\..\..\dep\include\bzip2;"
|
|
PreprocessorDefinitions="WIN32"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalLibraryDirectories="..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\libmpq\common.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\crypt_buf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\explode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\explode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\extract.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\extract.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\huffman.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\huffman.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\mpq-internal.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\mpq.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\mpq.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\wave.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmpq\wave.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject> |