mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +08:00
325 lines
9.2 KiB
XML
325 lines
9.2 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="phonemeextractor"
|
|
ProjectGUID="{8A35F55B-B5C2-47A0-8C4A-5857A8E20385}"
|
|
SccProjectName=""
|
|
SccAuxPath=""
|
|
SccLocalPath=""
|
|
SccProvider="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../common,../hlfaceposer,../../public,../../public/tier1,../sapi51/include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PHONEMEEXTRACTOR_EXPORTS"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Debug/phonemeextractor.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\phonemeextractors\"$(TargetName)".dll attrib -r ..\..\..\game\bin\phonemeextractors\"$(TargetName)".dll
|
|
copy "$(TargetPath)" ..\..\..\game\bin\phonemeextractors
|
|
if exist "$(TargetDir)""$(TargetName)".map copy "$(TargetDir)""$(TargetName)".map ..\..\..\game\bin\phonemeextractors\"$(TargetName)".map
|
|
"
|
|
Outputs="..\..\..\game\bin\phonemeextractors\$(TargetName).dll"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib "
|
|
OutputFile=".\Debug/phonemeextractor.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMT"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile=".\Debug/phonemeextractor.pdb"
|
|
ImportLibrary=".\Debug/phonemeextractor.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/phonemeextractor.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<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="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../common,../hlfaceposer,../../public,../../public/tier1,../sapi51/include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PHONEMEEXTRACTOR_EXPORTS"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
TreatWChar_tAsBuiltInType="FALSE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Release/phonemeextractor.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="if exist ..\..\..\game\bin\phonemeextractors\"$(TargetName)".dll attrib -r ..\..\..\game\bin\phonemeextractors\"$(TargetName)".dll
|
|
copy "$(TargetPath)" ..\..\..\game\bin\phonemeextractors
|
|
if exist "$(TargetDir)""$(TargetName)".map copy "$(TargetDir)""$(TargetName)".map ..\..\..\game\bin\phonemeextractors\"$(TargetName)".map
|
|
"
|
|
Outputs="..\..\..\game\bin\phonemeextractors\$(TargetName).dll"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/IGNORE:4089"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib "
|
|
OutputFile=".\Release/phonemeextractor.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMTD"
|
|
ProgramDatabaseFile=".\Release/phonemeextractor.pdb"
|
|
ImportLibrary=".\Release/phonemeextractor.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/phonemeextractor.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<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;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="..\..\Public\amd3dx.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\tier0\basetypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\commonmacros.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\dbg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="extractor_utils.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\fasttimer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\FileSystem.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_helpers.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\filesystem_init.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\filesystem_tools.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\filesystem_tools.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\appframework\IAppSystem.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\MATHLIB.H">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\memoverride-vc7.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\phonemeconverter.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\phonemeconverter.h">
|
|
</File>
|
|
<File
|
|
RelativePath="phonemeextractor.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\phonemeextractor\phonemeextractor.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\platform.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\protected_things.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\sapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\sapiddk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sentence.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\sentence.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\Spddkhlp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\spdebug.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\sperror.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\Include\sphelper.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\string_t.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\strtools.h">
|
|
</File>
|
|
<File
|
|
RelativePath="talkback.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utllinkedlist.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlmemory.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier1\utlvector.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vector.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\vector2d.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\vstdlib\vstdlib.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Link Libraries"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\lib-vc7\public\mathlib.lib">
|
|
</File>
|
|
<File
|
|
RelativePath="..\sapi51\lib\i386\sapi.lib">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description=""
|
|
CommandLine=""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description=""
|
|
CommandLine=""/>
|
|
</FileConfiguration>
|
|
</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>
|