1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/win32/taglib_c.vcproj

195 lines
4.8 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="taglib_c"
ProjectGUID="{0A70BF55-FCF6-4DD8-A455-8233666A60E1}"
RootNamespace="taglib_c"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="0"
BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UseUnicodeResponseFiles="false"
Optimization="0"
EnableIntrinsicFunctions="false"
AdditionalIncludeDirectories=".;.\taglib;.\taglib\taglib;.\taglib\taglib\toolkit;.\taglib\taglib\ogg;.\taglib\taglib\ogg\vorbis;.\taglib\taglib\ogg\flac;.\taglib\taglib\ogg\speex;.\taglib\taglib\flac;.\taglib\taglib\mpeg;.\taglib\taglib\mpeg\id3v1;.\taglib\taglib\mpeg\id3v2;.\taglib\taglib\mpc;.\taglib\taglib\ape;.\taglib\taglib\trueaudio;.\taglib\taglib\wavpack;"
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;MAKE_TAGLIB_C_LIB;"
StringPooling="true"
MinimalRebuild="true"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
ObjectFile="$(IntDir)\$(TargetName).obj\"
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
WarningLevel="3"
DebugInformationFormat="4"
CompileAs="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
UseUnicodeResponseFiles="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="0"
WholeProgramOptimization="1"
BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UseUnicodeResponseFiles="false"
Optimization="3"
EnableIntrinsicFunctions="false"
AdditionalIncludeDirectories=".;.\taglib;.\taglib\taglib;.\taglib\taglib\toolkit;.\taglib\taglib\ogg;.\taglib\taglib\ogg\vorbis;.\taglib\taglib\ogg\flac;.\taglib\taglib\ogg\speex;.\taglib\taglib\flac;.\taglib\taglib\mpeg;.\taglib\taglib\mpeg\id3v1;.\taglib\taglib\mpeg\id3v2;.\taglib\taglib\mpc;.\taglib\taglib\ape;.\taglib\taglib\trueaudio;.\taglib\taglib\wavpack;"
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;MAKE_TAGLIB_C_LIB;"
StringPooling="true"
ExceptionHandling="1"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
RuntimeTypeInfo="true"
ObjectFile="$(IntDir)\$(TargetName).obj\"
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
WarningLevel="3"
DebugInformationFormat="0"
CompileAs="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
UseUnicodeResponseFiles="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\taglib\bindings\c\tag_c.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\taglib\bindings\c\tag_c.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>