mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
992 lines
21 KiB
XML
992 lines
21 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Vrad_dll"
|
|
ProjectGUID="{0DA02E11-F553-4DD1-83D1-F760F2D96862}"
|
|
RootNamespace="Vrad_dll"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\"$(TargetName)".dll attrib -r ..\..\..\game\bin\"$(TargetName)".dll
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".dll
if exist ..\..\..\game\bin\"$(TargetName)".pdb attrib -r ..\..\..\game\bin\"$(TargetName)".pdb
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".pdb
"
|
|
Outputs="..\..\..\game\bin\vrad_dll.dll;..\..\..\game\bin\vrad_dll.pdb"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1,..\common,..\vmpi,..\vmpi\mysql\mysqlpp\include,..\vmpi\mysql\include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MPI;PROTECTED_THINGS_DISABLE;VRAD"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="false"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
GenerateXMLDocumentationFiles="false"
|
|
BrowseInformation="0"
|
|
BrowseInformationFile="$(IntDir)/"
|
|
WarningLevel="4"
|
|
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"
|
|
ShowProgress="0"
|
|
OutputFile="$(OutDir)/vrad_dll.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\lib\common;..\..\lib\public"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="libc;libcd;libcmt"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)/$(TargetName).pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName="$(IntDir)/$(TargetName).map"
|
|
SubSystem="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)/vrad_dll.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="2"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\"$(TargetName)".dll attrib -r ..\..\..\game\bin\"$(TargetName)".dll
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".dll
if exist ..\..\..\game\bin\"$(TargetName)".pdb attrib -r ..\..\..\game\bin\"$(TargetName)".pdb
copy "$(TargetPath)" ..\..\..\game\bin\"$(TargetName)".pdb
"
|
|
Outputs="..\..\..\game\bin\vrad_dll.dll;..\..\..\game\bin\vrad_dll.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,..\vmpi\mysql\mysqlpp\include,..\vmpi\mysql\include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MPI;PROTECTED_THINGS_DISABLE;VRAD"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
GenerateXMLDocumentationFiles="false"
|
|
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"
|
|
ShowProgress="0"
|
|
OutputFile="$(OutDir)/vrad_dll.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\lib\common;..\..\lib\public"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="libc;libcd;libcmtd"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)/$(TargetName).pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName="$(IntDir)/$(TargetName).map"
|
|
SubSystem="2"
|
|
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)/vrad_dll.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="..\..\public\bsptreedata.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_common.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_powerinfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\disp_vrad.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\imagepacker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\incremental.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\leaf_ambient_lighting.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\lightmap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\loadcmdline.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\lumpfiles.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\macro_texture.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memoverride.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\mpi_stats.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mpivrad.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\MySqlDatabase.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\pacifier.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\physdll.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\radial.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\samplehash.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\trace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\utilmatlib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vismat.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\vmpi_tools_shared.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\vmpi_tools_shared.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vrad.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vrad_dispcoll.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vraddetailprops.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vraddisps.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vraddll.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vradstaticprops.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\dispcoll_common.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\map_shared.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>
|
|
</Filter>
|
|
<Filter
|
|
Name="Public Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\public\collisionutils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\scratchpad3d.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ScratchPadUtils.cpp"
|
|
>
|
|
</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\raytrace.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\vmpi.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=".\disp_vrad.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\iincremental.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\imagepacker.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\incremental.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\leaf_ambient_lighting.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\lightmap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\macro_texture.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\map_utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mpivrad.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\radial.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tgawriter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vismat.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vrad.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vrad_dispcoll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vraddetailprops.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\vraddll.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="Common Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\common\bsplib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\consolewnd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\ichannel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\imysqlwrapper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\iphelpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\ISQLDBReplyTarget.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\map_shared.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\messbuf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\mpi_stats.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\mysql_wrapper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\MySqlDatabase.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\pacifier.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\polylib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scriplib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\threadhelpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\threads.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\utilmatlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\vmpi_defs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\vmpi_dispatch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\vmpi_distribute_work.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\vmpi\vmpi_filesystem.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Public Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\amd3dx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\anorms.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\basehandle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\basetypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\bitbuf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bitvec.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bspfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bspflags.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bsptreedata.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\builddisp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\bumpvects.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\byteswap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\characterset.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\checksum_crc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\checksum_md5.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\chunkfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\cmodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\collisionutils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\commonmacros.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\compressed_vector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\const.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\coordsize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\dbg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_powerinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\disp_vertindex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\dispcoll_common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\fasttimer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\gamebspfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\gametrace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\halton.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\hardwareverts.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\appframework\IAppSystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\ICommandLine.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ihandleentity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterial.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterialsystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterialvar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\iscratchpad3d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ivraddll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\materialsystem_config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\mathlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memdbgon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\optimize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\phyfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\physdll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\platform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\protected_things.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\random.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\s3_intrf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\scratchpad3d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\ScratchPadUtils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\string_t.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\strtools.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\studio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\terrainmod.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\tokenreader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\trace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlbuffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utldict.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlhash.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="..\vmpi\vmpi.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vphysics_interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\mathlib\vplane.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\vprof.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\vstdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vtf\vtf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\wadtypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\worldsize.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\notes.txt"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|