mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-04 16:24:16 +01:00
418 lines
10 KiB
Plaintext
418 lines
10 KiB
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="7.10"
|
||
|
Name="test"
|
||
|
ProjectGUID="{456BBA64-FF14-4292-8443-3BA79E4D84CC}"
|
||
|
RootNamespace="test"
|
||
|
Keyword="Win32Proj">
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"/>
|
||
|
</Platforms>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="Debug|Win32"
|
||
|
OutputDirectory="Debug"
|
||
|
IntermediateDirectory="Debug"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
FavorSizeOrSpeed="0"
|
||
|
AdditionalIncludeDirectories=".."
|
||
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;SH_DEBUG"
|
||
|
GeneratePreprocessedFile="0"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="TRUE"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="5"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="4"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(OutDir)/test.exe"
|
||
|
LinkIncremental="2"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||
|
SubSystem="1"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<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="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
InlineFunctionExpansion="1"
|
||
|
FavorSizeOrSpeed="2"
|
||
|
OmitFramePointers="TRUE"
|
||
|
AdditionalIncludeDirectories=".."
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="4"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
BrowseInformation="0"
|
||
|
WarningLevel="3"
|
||
|
SuppressStartupBanner="TRUE"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(OutDir)/test.exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
GenerateMapFile="TRUE"
|
||
|
MapExports="TRUE"
|
||
|
MapLines="TRUE"
|
||
|
SubSystem="1"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="DebugOpt|Win32"
|
||
|
OutputDirectory="DebugOpt"
|
||
|
IntermediateDirectory="DebugOpt"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
GlobalOptimizations="FALSE"
|
||
|
InlineFunctionExpansion="1"
|
||
|
EnableIntrinsicFunctions="FALSE"
|
||
|
FavorSizeOrSpeed="2"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForWindowsApplication="FALSE"
|
||
|
AdditionalIncludeDirectories=".."
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="FALSE"
|
||
|
BasicRuntimeChecks="0"
|
||
|
RuntimeLibrary="4"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(OutDir)/test.exe"
|
||
|
LinkIncremental="2"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||
|
SubSystem="1"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Debug_NoDebugRuntimeLib|Win32"
|
||
|
OutputDirectory="Debug_NoDebugRuntimeLib"
|
||
|
IntermediateDirectory="Debug_NoDebugRuntimeLib"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
FavorSizeOrSpeed="0"
|
||
|
AdditionalIncludeDirectories=".."
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="TRUE"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="4"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="4"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(OutDir)/test.exe"
|
||
|
LinkIncremental="2"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||
|
SubSystem="1"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<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;def;odl;idl;hpj;bat;asm">
|
||
|
<File
|
||
|
RelativePath="..\main.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_hookmangen.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\test1.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\test2.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\test3.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\test4.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testbail.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testbail2.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testhookmangen.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testlist.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testmanual.cpp">
|
||
|
<FileConfiguration
|
||
|
Name="Release|Win32">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
GeneratePreprocessedFile="0"/>
|
||
|
</FileConfiguration>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testmulti.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testrecall.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testreentr.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testref.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testrefret.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testvphooks.cpp">
|
||
|
</File>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Header Files"
|
||
|
Filter="h;hpp;hxx;hm;inl;inc">
|
||
|
<File
|
||
|
RelativePath="..\..\FastDelegate.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_list.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_memory.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_pagealloc.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_stack.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_string.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_tinyhash.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sh_vector.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_hookmangen.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_hookmangen_x86.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_chook.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_chookidman.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_chookmancont.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_chookmaninfo.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_ciface.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_cproto.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_impl_cvfnptr.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\sourcehook_pibuilder.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\sourcehook_test.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testbail.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testevents.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testhookmangen.h">
|
||
|
</File>
|
||
|
<Filter
|
||
|
Name="generate"
|
||
|
Filter="">
|
||
|
<File
|
||
|
RelativePath="..\..\generate\FastDelegate.hxx">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\generate\sh_memfuncinfo.hxx">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\generate\sourcehook.hxx">
|
||
|
<FileConfiguration
|
||
|
Name="Debug_NoDebugRuntimeLib|Win32">
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="echo on
|
||
|
pushd ..\..\generate
|
||
|
shworker.exe iter 16 sourcehook.hxx sourcehook.h
|
||
|
copy sourcehook.h ..\sourcehook.h
|
||
|
popd
|
||
|
"
|
||
|
Outputs="..\sourcehook.h"/>
|
||
|
</FileConfiguration>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\testhookmangen.hxx">
|
||
|
</File>
|
||
|
</Filter>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Resource Files"
|
||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||
|
</Filter>
|
||
|
</Files>
|
||
|
<Globals>
|
||
|
</Globals>
|
||
|
</VisualStudioProject>
|