mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
828 lines
18 KiB
XML
828 lines
18 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Vbsp"
|
|
ProjectGUID="{B78B6271-B19A-4CF6-926E-40B643548E23}"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="1"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\"$(TargetName)".exe attrib -r ..\..\..\game\bin\"$(TargetName)".exe
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".exe
if exist ..\..\..\game\bin\"$(TargetName)".pdb attrib -r ..\..\..\game\bin\"$(TargetName)".pdb
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".pdb
"
|
|
Outputs="..\..\..\game\bin\vbsp.exe;..\..\..\game\bin\vbsp.pdb"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UseUnicodeResponseFiles="false"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1,..\common,..\vmpi"
|
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MACRO_MATHLIB;PROTECTED_THINGS_DISABLE"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="false"
|
|
FloatingPointModel="2"
|
|
DefaultCharIsUnsigned="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="false"
|
|
UsePrecompiledHeader="0"
|
|
ExpandAttributedSource="false"
|
|
AssemblerOutput="0"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
BrowseInformation="0"
|
|
BrowseInformationFile="$(IntDir)/"
|
|
WarningLevel="4"
|
|
WarnAsError="false"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="2"
|
|
ErrorReporting="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
UseUnicodeResponseFiles="false"
|
|
AdditionalDependencies="ws2_32.lib odbc32.lib odbccp32.lib winmm.lib"
|
|
ShowProgress="0"
|
|
OutputFile="$(OutDir)/vbsp.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="libc;libcd;libcmt"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)/$(TargetName).pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName="$(IntDir)/$(TargetName).map"
|
|
SubSystem="1"
|
|
BaseAddress=" "
|
|
TargetMachine="1"
|
|
ErrorReporting="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(OutDir)/vbsp.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="1"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\"$(TargetName)".exe attrib -r ..\..\..\game\bin\"$(TargetName)".exe
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".exe
if exist ..\..\..\game\bin\"$(TargetName)".pdb attrib -r ..\..\..\game\bin\"$(TargetName)".pdb
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".pdb
"
|
|
Outputs="..\..\..\game\bin\vbsp.exe;..\..\..\game\bin\vbsp.pdb"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1,..\common,..\vmpi"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MACRO_MATHLIB;PROTECTED_THINGS_DISABLE"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
FloatingPointModel="2"
|
|
DefaultCharIsUnsigned="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="false"
|
|
UsePrecompiledHeader="0"
|
|
ExpandAttributedSource="false"
|
|
AssemblerOutput="0"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
BrowseInformation="0"
|
|
BrowseInformationFile="$(IntDir)/"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
ErrorReporting="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
UseUnicodeResponseFiles="false"
|
|
AdditionalDependencies="ws2_32.lib odbc32.lib odbccp32.lib winmm.lib"
|
|
ShowProgress="0"
|
|
OutputFile="$(OutDir)/vbsp.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="libc;libcd;libcmtd"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)/$(TargetName).pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName="$(IntDir)/$(TargetName).map"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
BaseAddress=" "
|
|
TargetMachine="1"
|
|
ErrorReporting="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(OutDir)/vbsp.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath=".\brushbsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\collisionutils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\csg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cubemap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\detail.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\detailobjects.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_common.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_ivp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_powerinfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_vbsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\faces.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\glfile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ivp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\leakfile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\loadcmdline.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\lumpfiles.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\map.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\materialpatch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\materialsub.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memoverride.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\mstristrip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\nodraw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\normals.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\overlay.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\physdll.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\portals.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\prtfile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\scratchpad3d.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scratchpad_helpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\staticprop.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\textures.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tree.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\utilmatlib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vbsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\worldvertextransitionfixup.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\writebsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\zip_utils.cpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="Common Files"
|
|
>
|
|
<File
|
|
RelativePath="..\common\bsplib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\builddisp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\chunkfile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_init.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\filesystem_tools.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\map_shared.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\pacifier.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\polylib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scriplib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\threads.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\tools_minidump.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\tools_minidump.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Link Libraries"
|
|
Filter="lib"
|
|
>
|
|
<File
|
|
RelativePath="..\..\lib\public\bitmap.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\mathlib.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\tier0.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\tier1.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\tier2.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\vstdlib.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\vtf.lib"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath=".\csg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\detail.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_lightmap_alpha.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_powerinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_vbsp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_vertindex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\faces.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\materialpatch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\materialsub.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scratchpad_helpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vbsp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\worldvertextransitionfixup.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\writebsp.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="Common header files"
|
|
>
|
|
<File
|
|
RelativePath="..\common\bsplib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\builddisp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\chunkfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_ivp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\filesystem_tools.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\gamebspfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ivp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\map_shared.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\pacifier.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\polylib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\tokenreader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\utilmatlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\vmpi.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\zip_uncompressed.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Public Headers"
|
|
Filter="h"
|
|
>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\amd3dx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\arraystack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\basetypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bspfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bspflags.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bsptreedata.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\bumpvects.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\byteswap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\cmodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\collisionutils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\commonmacros.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\dbg\dbg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ImageLoader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\iscratchpad3d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\mathlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\mstristrip.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\nmatrix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ntree.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\nvector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\phyfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\physdll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\qfiles.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\scratchpad3d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scriplib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\studio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\threads.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlbuffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utllinkedlist.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlmemory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlrbtree.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlsymbol.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlvector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vcollide.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vector2d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vector4d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vmatrix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vphysics_interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vplane.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\wadtypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\worldsize.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\notes.txt"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|