ffd308f42c
Added a "clear" function for Tries --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40340
609 lines
11 KiB
XML
609 lines
11 KiB
XML
<?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"
|
|
AdditionalIncludeDirectories="..\interfaces;..\;..\systems;..\..\sourcepawn\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD"
|
|
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 tier1.lib vstdlib.lib"
|
|
LinkIncremental="2"
|
|
IgnoreDefaultLibraryNames="LIBCMT"
|
|
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"
|
|
AdditionalIncludeDirectories="..\interfaces;..\;..\systems;..\..\sourcepawn\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD"
|
|
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 tier1.lib vstdlib.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
|
|
RelativePath="..\AdminCache.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CDbgReporter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CLogger.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CPlayer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CPlayerManager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CTextParsers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CTranslator.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_autonatives.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_memtable.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_srvcmds.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_stringutil.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_trie.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\smn_filesystem.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\smn_float.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\smn_handles.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\smn_player.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\smn_string.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sourcemm_api.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sourcemod.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\AdminCache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CDbgReporter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CLogger.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CPlayer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CPlayerManager.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CTextParsers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\CTranslator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_autonatives.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_globals.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_memtable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sm_platform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_srvcmds.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_stringutil.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_trie.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sm_version.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sourcemm_api.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sourcemod.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Interfaces"
|
|
>
|
|
<File
|
|
RelativePath="..\..\public\IAdminSystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IExtensionSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IForwardSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IHandleSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ILibrarySys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IPluginSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IRootConsoleMenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\IShareSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ISourceMod.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ITextParsers.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Systems"
|
|
>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\systems\ExtensionSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\ForwardSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\HandleSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\LibrarySys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\PluginInfoDatabase.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\PluginSys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\ShareSys.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath="..\systems\ExtensionSys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\ForwardSys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\HandleSys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\LibrarySys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\PluginInfoDatabase.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\PluginSys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\systems\ShareSys.cpp"
|
|
>
|
|
</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>
|
|
<File
|
|
RelativePath="..\vm\sp_vm_function.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath="..\vm\sp_vm_basecontext.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vm\sp_vm_engine.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vm\sp_vm_function.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="SDK"
|
|
>
|
|
<File
|
|
RelativePath="..\..\public\sourcepawn\sp_file_headers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sourcepawn\sp_typeutil.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sourcepawn\sp_vm_api.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sourcepawn\sp_vm_base.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sourcepawn\sp_vm_types.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</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>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|