2006-11-04 20:27:20 +01:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="sourcemod_mm"
|
|
|
|
ProjectGUID="{E39527CD-7CAB-4420-97CC-DA1B93B260BC}"
|
|
|
|
RootNamespace="sourcemod_mm"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2006-11-08 08:32:44 +01:00
|
|
|
AdditionalIncludeDirectories="..\interfaces;..\;..\systems"
|
2006-11-05 03:47:13 +01:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
|
2006-11-04 20:27:20 +01:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="tier0.lib"
|
|
|
|
LinkIncremental="2"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-11-05 03:47:13 +01:00
|
|
|
AdditionalIncludeDirectories="..\interfaces;..\"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
|
2006-11-04 20:27:20 +01:00
|
|
|
RuntimeLibrary="0"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="tier0.lib"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<File
|
2006-11-06 11:57:37 +01:00
|
|
|
RelativePath="..\CTextParsers.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\sourcemm_api.cpp"
|
2006-11-04 20:27:20 +01:00
|
|
|
>
|
|
|
|
</File>
|
2006-11-08 08:32:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sourcemod.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-04 20:27:20 +01:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
<File
|
2006-11-06 11:57:37 +01:00
|
|
|
RelativePath="..\CTextParsers.h"
|
2006-11-04 20:27:20 +01:00
|
|
|
>
|
|
|
|
</File>
|
2006-11-08 08:32:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sm_globals.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 03:47:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sm_platform.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-04 20:27:20 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sm_version.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-06 11:57:37 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sourcemm_api.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-08 07:30:20 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\sourcemod.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-04 20:27:20 +01:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Interfaces"
|
|
|
|
>
|
2006-11-11 02:19:46 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\interfaces\IForwardSys.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 01:29:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\interfaces\ILibrarySys.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\interfaces\IModuleSys.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-11-05 03:47:13 +01:00
|
|
|
RelativePath="..\interfaces\IPluginSys.h"
|
2006-11-05 01:29:44 +01:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\interfaces\IShareSys.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 08:19:23 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\interfaces\ITextParsers.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-04 20:27:20 +01:00
|
|
|
</Filter>
|
2006-11-05 03:47:13 +01:00
|
|
|
<Filter
|
|
|
|
Name="Systems"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\systems\LibrarySys.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-10 08:49:38 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\systems\PluginSys.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 03:47:13 +01:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\systems\LibrarySys.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-10 08:49:38 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\systems\PluginSys.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 03:47:13 +01:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2006-11-08 07:30:20 +01:00
|
|
|
<Filter
|
|
|
|
Name="SDK"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\sourcepawn\include\sp_file_headers.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\sourcepawn\include\sp_vm_api.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\sourcepawn\include\sp_vm_base.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\sourcepawn\include\sp_vm_types.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="zlib"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\crc32.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\deflate.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inffast.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inffixed.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inflate.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inftrees.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\trees.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\zconf.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\zlib.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\zutil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\adler32.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\compress.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\crc32.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\deflate.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\gzio.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\infback.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inffast.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inflate.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\inftrees.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\trees.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\uncompr.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\zlib\zutil.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="SourcePawn"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\vm\sp_vm_basecontext.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\vm\sp_vm_engine.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\vm\sp_vm_basecontext.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\vm\sp_vm_engine.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2006-11-08 08:32:44 +01:00
|
|
|
<Filter
|
|
|
|
Name="Resource Files"
|
|
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
|
|
>
|
|
|
|
</Filter>
|
2006-11-08 07:30:20 +01:00
|
|
|
</Filter>
|
2006-11-04 20:27:20 +01:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|