mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +08:00
466 lines
12 KiB
XML
466 lines
12 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="phonemeextractor"
|
|
ProjectGUID="{8A35F55B-B5C2-47A0-8C4A-5857A8E20385}"
|
|
RootNamespace="phonemeextractor"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<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="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/phonemeextractor.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../common,../hlfaceposer,../../public,../../public/tier1,../sapi51/include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PHONEMEEXTRACTOR_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=".\Debug/phonemeextractor.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<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="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="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<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="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/phonemeextractor.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../common,../hlfaceposer,../../public,../../public/tier1,../sapi51/include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PHONEMEEXTRACTOR_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=".\Release/phonemeextractor.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
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="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"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath="..\common\cmdlib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="extractor_utils.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="..\..\public\tier0\memoverride.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\phonemeconverter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="phonemeextractor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release IMS|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug IMS|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\sentence.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Link Libraries"
|
|
>
|
|
<File
|
|
RelativePath="..\..\lib\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>
|
|
<FileConfiguration
|
|
Name="Release IMS|Win32"
|
|
>
|
|
<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
"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug IMS|Win32"
|
|
>
|
|
<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
"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\tier0.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\tier1.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\public\vstdlib.lib"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;fi;fd"
|
|
>
|
|
<File
|
|
RelativePath="..\..\Public\amd3dx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\tier0\basetypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\cmdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\commonmacros.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\dbg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\public\tier0\fasttimer.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\appframework\IAppSystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Public\MATHLIB.H"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\phonemeconverter.h"
|
|
>
|
|
</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.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>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|