230 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			230 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="8.00"
 | 
						|
	Name="BatSupport"
 | 
						|
	ProjectGUID="{E2FDA25A-3F36-46ce-A4EB-F4AB60011386}"
 | 
						|
	RootNamespace="BatSupport"
 | 
						|
	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="..;..\sdk;..\..\..\public;..\..\..\public\sourcepawn"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SDK_EXPORTS;_CRT_SECURE_NO_DEPRECATE;SOURCEMOD_BUILD"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				RuntimeTypeInfo="false"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="false"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="tier0.lib"
 | 
						|
				OutputFile="$(OutDir)\batsupport.ext.dll"
 | 
						|
				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"
 | 
						|
				AdditionalIncludeDirectories="..;..\sdk;..\..\..\public;..\..\..\public\sourcepawn"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDK_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				RuntimeTypeInfo="false"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="false"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				OutputFile="$(OutDir)\sample.ext.dll"
 | 
						|
				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="{863879FA-7F21-4e8c-8BCE-361A3ECB41CC}"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath="..\extension.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Header Files"
 | 
						|
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
 | 
						|
			UniqueIdentifier="{C7385807-ED7A-4b43-9447-993597508211}"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath="..\BATInterface.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="..\extension.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Resource Files"
 | 
						|
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 | 
						|
			UniqueIdentifier="{B3C3137B-2DF6-40b9-883E-EF7D84114CEA}"
 | 
						|
			>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="SourceMod SDK"
 | 
						|
			UniqueIdentifier="{A47503F4-3D11-4b37-851B-34562E7425A6}"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath="..\sdk\smsdk_config.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="..\sdk\smsdk_ext.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="..\sdk\smsdk_ext.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
	</Files>
 | 
						|
	<Globals>
 | 
						|
	</Globals>
 | 
						|
</VisualStudioProject>
 |