removed
This commit is contained in:
		| @@ -1,39 +0,0 @@ | ||||
| Microsoft Visual Studio Solution File, Format Version 8.00 | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amxmodx_mm", "amxmodx_mm.vcproj", "{CDD792EF-ABC5-4C61-803F-616E209C03D6}" | ||||
| 	ProjectSection(ProjectDependencies) = postProject | ||||
| 	EndProjectSection | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfiguration) = preSolution | ||||
| 		Debug = Debug | ||||
| 		JITDebug = JITDebug | ||||
| 		JITMemtestRelease = JITMemtestRelease | ||||
| 		JITRelease = JITRelease | ||||
| 		MaximalSpeed = MaximalSpeed | ||||
| 		MemtestDebug = MemtestDebug | ||||
| 		MemtestRelease = MemtestRelease | ||||
| 		Release = Release | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ProjectConfiguration) = postSolution | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.Debug.ActiveCfg = Debug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.Debug.Build.0 = Debug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITDebug.ActiveCfg = JITDebug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITDebug.Build.0 = JITDebug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITMemtestRelease.ActiveCfg = JITMemtestRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITMemtestRelease.Build.0 = JITMemtestRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITRelease.ActiveCfg = JITRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.JITRelease.Build.0 = JITRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MaximalSpeed.ActiveCfg = MaximalSpeed|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MaximalSpeed.Build.0 = MaximalSpeed|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MemtestDebug.ActiveCfg = MemtestDebug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MemtestDebug.Build.0 = MemtestDebug|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MemtestRelease.ActiveCfg = MemtestRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.MemtestRelease.Build.0 = MemtestRelease|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.Release.ActiveCfg = Release|Win32 | ||||
| 		{CDD792EF-ABC5-4C61-803F-616E209C03D6}.Release.Build.0 = Release|Win32 | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ExtensibilityGlobals) = postSolution | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ExtensibilityAddIns) = postSolution | ||||
| 	EndGlobalSection | ||||
| EndGlobal | ||||
| @@ -1,799 +0,0 @@ | ||||
| <?xml version="1.0" encoding="Windows-1252"?> | ||||
| <VisualStudioProject | ||||
| 	ProjectType="Visual C++" | ||||
| 	Version="7.10" | ||||
| 	Name="amxmodx_mm" | ||||
| 	SccProjectName="" | ||||
| 	SccLocalPath=""> | ||||
| 	<Platforms> | ||||
| 		<Platform | ||||
| 			Name="Win32"/> | ||||
| 	</Platforms> | ||||
| 	<Configurations> | ||||
| 		<Configuration | ||||
| 			Name="Debug|Win32" | ||||
| 			OutputDirectory=".\debug" | ||||
| 			IntermediateDirectory=".\debug" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				AdditionalIncludeDirectories=""C:\Hry\Half-Life\SDK\Multiplayer Source\pm_shared";"C:\Hry\Half-Life\SDK\Multiplayer Source\dlls";"C:\Hry\Half-Life\SDK\Multiplayer Source\engine";"C:\Hry\Half-Life\SDK\Multiplayer Source\common";C:\Files\Programming\metamod\metamod" | ||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				RuntimeLibrary="1" | ||||
| 				StructMemberAlignment="3" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\debug/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\debug/" | ||||
| 				ObjectFile=".\debug/" | ||||
| 				ProgramDataBaseFileName=".\debug/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				DebugInformationFormat="4" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib" | ||||
| 				OutputFile="debug/amxx_mm.dll" | ||||
| 				Version="0.1" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				GenerateDebugInformation="TRUE" | ||||
| 				ProgramDatabaseFile=".\debug/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\debug/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\debug/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Release|Win32" | ||||
| 			OutputDirectory=".\release" | ||||
| 			IntermediateDirectory=".\release" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				GlobalOptimizations="TRUE" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="0" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\release/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\release/" | ||||
| 				ObjectFile=".\release/" | ||||
| 				ProgramDataBaseFileName=".\release/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib" | ||||
| 				OutputFile="release/amxx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				ProgramDatabaseFile=".\release/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\release/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\release/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="MemtestDebug|Win32" | ||||
| 			OutputDirectory="MemtestDebug" | ||||
| 			IntermediateDirectory="MemtestDebug" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				AdditionalIncludeDirectories=""C:\Hry\Half-Life\SDK\Multiplayer Source\pm_shared";"C:\Hry\Half-Life\SDK\Multiplayer Source\dlls";"C:\Hry\Half-Life\SDK\Multiplayer Source\engine";"C:\Hry\Half-Life\SDK\Multiplayer Source\common";C:\Files\Programming\metamod\metamod" | ||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;MEMORY_TEST" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				RuntimeLibrary="5" | ||||
| 				StructMemberAlignment="3" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\memtestdebug/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\memtestdebug/" | ||||
| 				ObjectFile=".\memtestdebug/" | ||||
| 				ProgramDataBaseFileName=".\memtestdebug/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				DebugInformationFormat="4" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib" | ||||
| 				OutputFile="memtestdebug/amxx_mm.dll" | ||||
| 				Version="0.1" | ||||
| 				LinkIncremental="2" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				GenerateDebugInformation="TRUE" | ||||
| 				ProgramDatabaseFile=".\memtestdebug/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\memtestdebug/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\debug/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="MemtestRelease|Win32" | ||||
| 			OutputDirectory="MemtestRelease" | ||||
| 			IntermediateDirectory="MemtestRelease" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				GlobalOptimizations="TRUE" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;MEMORY_TEST" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="0" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\memtestrelease/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\memtestrelease/" | ||||
| 				ObjectFile=".\memtestrelease/" | ||||
| 				ProgramDataBaseFileName=".\memtestrelease/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib" | ||||
| 				OutputFile="memtestrelease/amxx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				ProgramDatabaseFile=".\memtestrelease/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\memtestrelease/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\release/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="JITDebug|Win32" | ||||
| 			OutputDirectory="JITDebug" | ||||
| 			IntermediateDirectory="JITDebug" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				AdditionalIncludeDirectories=""C:\Hry\Half-Life\SDK\Multiplayer Source\pm_shared";"C:\Hry\Half-Life\SDK\Multiplayer Source\dlls";"C:\Hry\Half-Life\SDK\Multiplayer Source\engine";"C:\Hry\Half-Life\SDK\Multiplayer Source\common";C:\Files\Programming\metamod\metamod" | ||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;JIT" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				RuntimeLibrary="1" | ||||
| 				StructMemberAlignment="3" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\jitdebug/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\jitdebug/" | ||||
| 				ObjectFile=".\jitdebug/" | ||||
| 				ProgramDataBaseFileName=".\jitdebug/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				DebugInformationFormat="4" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\jit\jits.lib" | ||||
| 				OutputFile="jitdebug/amxx_mm.dll" | ||||
| 				Version="0.1" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				GenerateDebugInformation="TRUE" | ||||
| 				ProgramDatabaseFile=".\jitdebug/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\jitdebug/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\debug/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="_DEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="JITRelease|Win32" | ||||
| 			OutputDirectory="JITRelease" | ||||
| 			IntermediateDirectory="JITRelease" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				GlobalOptimizations="TRUE" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;JIT" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="0" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\jitrelease/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\jitrelease/" | ||||
| 				ObjectFile=".\jitrelease/" | ||||
| 				ProgramDataBaseFileName=".\jitrelease/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\jit\jits.lib" | ||||
| 				OutputFile="jitrelease/amxx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				ProgramDatabaseFile=".\jitrelease/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\jitrelease/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\release/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="JITMemtestRelease|Win32" | ||||
| 			OutputDirectory="JITMemtestRelease" | ||||
| 			IntermediateDirectory="JITMemtestRelease" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				GlobalOptimizations="TRUE" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;MEMORY_TEST;JIT" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="0" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\jitmemtestrelease/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\jitmemtestrelease/" | ||||
| 				ObjectFile=".\jitmemtestrelease/" | ||||
| 				ProgramDataBaseFileName=".\jitmemtestrelease/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\jit\jits.lib" | ||||
| 				OutputFile="jitmemtestrelease/amxx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				ProgramDatabaseFile=".\jitmemtestrelease/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\jitmemtestrelease/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\release/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="MaximalSpeed|Win32" | ||||
| 			OutputDirectory="MaximalSpeed" | ||||
| 			IntermediateDirectory="MaximalSpeed" | ||||
| 			ConfigurationType="2" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				GlobalOptimizations="TRUE" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				EnableIntrinsicFunctions="TRUE" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				OptimizeForProcessor="2" | ||||
| 				OptimizeForWindowsApplication="TRUE" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_mm_EXPORTS;JIT" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="0" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| 				UsePrecompiledHeader="2" | ||||
| 				PrecompiledHeaderThrough="amxmodx.h" | ||||
| 				PrecompiledHeaderFile=".\MaximalSpeed/amxmodx_mm.pch" | ||||
| 				AssemblerListingLocation=".\MaximalSpeed/" | ||||
| 				ObjectFile=".\MaximalSpeed/" | ||||
| 				ProgramDataBaseFileName=".\MaximalSpeed/" | ||||
| 				WarningLevel="3" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				CompileAs="0"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 				CommandLine="copy $(TargetPath) d:\Half-Life\cstrike\addons\amxx\dlls\amxx_mm.dll | ||||
| " | ||||
| 				Outputs="$(TargetName)"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\jit\jits.lib" | ||||
| 				OutputFile="MaximalSpeed/amxx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				ProgramDatabaseFile=".\MaximalSpeede/amxx_mm.pdb" | ||||
| 				ImportLibrary=".\jitrelease/amxx_mm.lib"/> | ||||
| 			<Tool | ||||
| 				Name="VCMIDLTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				MkTypLibCompatible="TRUE" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				TargetEnvironment="1" | ||||
| 				TypeLibraryName=".\release/amxmodx_mm.tlb"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				PreprocessorDefinitions="NDEBUG" | ||||
| 				Culture="1033"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedWrapperGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||||
| 		</Configuration> | ||||
| 	</Configurations> | ||||
| 	<References> | ||||
| 	</References> | ||||
| 	<Files> | ||||
| 		<Filter | ||||
| 			Name="Source Files" | ||||
| 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | ||||
| 			<File | ||||
| 				RelativePath="..\amx.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxcore.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxmodx.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxtime.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxxlog.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CCmd.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CEvent.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CFile.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CForward.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CLogEvent.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CMenu.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CMisc.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CModule.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CPlugin.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CString.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CTask.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CVault.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\emsg.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\fakemeta.cpp"> | ||||
| 				<FileConfiguration | ||||
| 					Name="MemtestDebug|Win32"> | ||||
| 					<Tool | ||||
| 						Name="VCCLCompilerTool" | ||||
| 						GeneratePreprocessedFile="0"/> | ||||
| 				</FileConfiguration> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\file.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\float.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\meta_api.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\modules.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\power.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\srvcmd.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\string.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\strptime.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\util.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\vault.cpp"> | ||||
| 			</File> | ||||
| 			<Filter | ||||
| 				Name="mmgr" | ||||
| 				Filter=""> | ||||
| 				<File | ||||
| 					RelativePath="..\mmgr\mmgr.cpp"> | ||||
| 					<FileConfiguration | ||||
| 						Name="Debug|Win32" | ||||
| 						ExcludedFromBuild="TRUE"> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool"/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="Release|Win32" | ||||
| 						ExcludedFromBuild="TRUE"> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool"/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="JITDebug|Win32" | ||||
| 						ExcludedFromBuild="TRUE"> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool"/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="JITRelease|Win32" | ||||
| 						ExcludedFromBuild="TRUE"> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool"/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="MaximalSpeed|Win32" | ||||
| 						ExcludedFromBuild="TRUE"> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool"/> | ||||
| 					</FileConfiguration> | ||||
| 				</File> | ||||
| 			</Filter> | ||||
| 		</Filter> | ||||
| 		<Filter | ||||
| 			Name="Header Files" | ||||
| 			Filter="h;hpp;hxx;hm;inl"> | ||||
| 			<File | ||||
| 				RelativePath="..\amx.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxmodx.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxxfile.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CCmd.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CEvent.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CFile.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CForward.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CList.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CLogEvent.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CMenu.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CMisc.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CModule.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CPlugin.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CString.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CTask.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CVault.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\CVector.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\fakemeta.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\modules.h"> | ||||
| 			</File> | ||||
| 			<Filter | ||||
| 				Name="mmgr" | ||||
| 				Filter=""> | ||||
| 				<File | ||||
| 					RelativePath="..\mmgr\mmgr.h"> | ||||
| 				</File> | ||||
| 				<File | ||||
| 					RelativePath="..\mmgr\nommgr.h"> | ||||
| 				</File> | ||||
| 			</Filter> | ||||
| 		</Filter> | ||||
| 	</Files> | ||||
| 	<Globals> | ||||
| 	</Globals> | ||||
| </VisualStudioProject> | ||||
		Reference in New Issue
	
	Block a user