mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +08:00
858 lines
18 KiB
XML
858 lines
18 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="hlmv"
|
|
ProjectGUID="{F3704DBF-8055-413C-B027-399E5DBCA4DD}"
|
|
RootNamespace="hlmv"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\release"
|
|
IntermediateDirectory=".\release"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Performing Custom Build Step on $(InputPath)"
|
|
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\$(TargetName).exe;..\..\..\game\bin\$(TargetName).pdb"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\HLMV - Release/hlmv.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/I /mxtk/include" ""
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="..\mxtk\include,..\common,..\..\public,..\..\public\tier1,..\..\common"
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;PROTECTED_THINGS_DISABLE;NDEBUG;_WIN32;_CRT_SECURE_NO_DEPRECATE"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=".\release/hlmv.pch"
|
|
AssemblerListingLocation=".\release/"
|
|
ObjectFile=".\release/"
|
|
ProgramDataBaseFileName=".\release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="2055"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="comctl32.lib winmm.lib"
|
|
OutputFile=".\Release/hlmv.exe"
|
|
Version="1.2"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\lib\common,..\..\lib\public"
|
|
IgnoreDefaultLibraryNames="LIBCMTD"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\release/hlmv.pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName=".\release/hlmv.map"
|
|
SubSystem="2"
|
|
EntryPointSymbol="mainCRTStartup"
|
|
SetChecksum="true"
|
|
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="Debug|Win32"
|
|
OutputDirectory=".\debug"
|
|
IntermediateDirectory=".\debug"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<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\$(TargetName).exe;..\..\..\game\bin\$(TargetName).pdb"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\HLMV - Debug/hlmv.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/I /mxtk/include" ""
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\mxtk\include,..\common,..\..\public,..\..\public\tier1,..\..\common"
|
|
PreprocessorDefinitions="VECTOR;WIN32;_WINDOWS;PROTECTED_THINGS_DISABLE;_DEBUG;_WIN32;_CRT_SECURE_NO_DEPRECATE"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=".\debug/hlmv.pch"
|
|
AssemblerListingLocation=".\debug/"
|
|
ObjectFile=".\debug/"
|
|
ProgramDataBaseFileName=".\debug/"
|
|
BrowseInformation="1"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="2055"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="comctl32.lib winmm.lib"
|
|
OutputFile=".\Debug/hlmv.exe"
|
|
Version="1.1"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\lib\common,..\..\lib\public"
|
|
IgnoreDefaultLibraryNames="LIBC.lib,libcmt.lib"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\debug/hlmv.pdb"
|
|
SubSystem="2"
|
|
EntryPointSymbol="mainCRTStartup"
|
|
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"
|
|
>
|
|
<File
|
|
RelativePath="attachments_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bone_setup.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\CollisionUtils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="ControlPanel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="debugdrawmodel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="FileAssociation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_init.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="matsyswin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="mdlviewer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\mxtk\include,..\common,..\..\public,..\..\public\tier1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memoverride.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="mxLineEdit2.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="pakviewer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="physmesh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\studio.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="studio_flex.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="studio_render.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="studio_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="sys_win.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="ViewerSettings.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="*.h"
|
|
>
|
|
<File
|
|
RelativePath="..\..\Public\amd3dx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="attachments_window.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\basehandle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\tier0\basetypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\bitvec.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bone_accessor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\bone_setup.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\bspflags.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\characterset.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\cmodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\CollisionUtils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\commonmacros.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\compressed_vector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\const.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vphysics\constraints.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="ControlPanel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\dbg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="debugdrawmodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\fasttimer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="FileAssociation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\FileSystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\fmtstr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\gametrace.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\imaterialproxyfactory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterialsystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterialsystemhardwareconfig.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imaterialvar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\imesh.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\ISpatialPartition.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\IStudioRender.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\itexture.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\materialsystem\materialsystem_config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\MATHLIB.H"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="matsyswin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="mdlviewer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memdbgoff.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memdbgon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\mempool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\mouthinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="pakviewer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\phyfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\physdll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="physmesh.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\string_t.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\strtools.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\studio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="studio_render.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="StudioModel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="sys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\texture_group_names.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlbuffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utldict.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\vcollide_parse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vector2d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vector4d.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="ViewerSettings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vmatrix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vphysics_interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vplane.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\vprof.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\vstdlib.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="mxtk"
|
|
>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxBmp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxButton.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxCheckBox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxChoice.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxChooseColor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxEvent.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxFileDialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxGlWindow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxGroupBox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxImage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxInit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxLabel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxLineEdit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="mxLineEdit2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxLinkedList.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxListBox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxMatSysWindow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxMenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxMenuBar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxMessageBox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxpath.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxPcx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxPopupMenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxProgressBar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxRadioButton.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxScrollbar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxSlider.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxstring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxTab.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxTga.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxToggleButton.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxToolTip.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxTreeView.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxWidget.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\mxtk\include\mx\mxWindow.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resources"
|
|
>
|
|
<File
|
|
RelativePath="hlmv.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="icon1.ico"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="resource.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Link Libraries"
|
|
>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\appframework.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\bitmap.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\mathlib.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\common\mxtk.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\tier0.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\tier1.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\vstdlib.lib"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|