mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-13 15:38:56 +02:00
228 lines
6.0 KiB
XML
228 lines
6.0 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="rasqal">
|
|
<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="..\src;..\..\raptor\src;..\..\librdf;..\..\..\pcre\6.4\pcre-6.4-src"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT;PCRE_STATIC"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=""
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="raptor.lib librdf.lib pcre.lib"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\raptor\win32\Debug;..\..\librdf\win32\Debug;..\..\..\pcre\6.4\pcre-6.4-src\pcre\Debug"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="c:\bin\Debug/rasqal.pdb"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="c:\bin\Debug/rasqal.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="2057"/>
|
|
<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"
|
|
AdditionalIncludeDirectories="..\src;..\..\raptor\src;..\..\librdf;..\..\..\pcre\6.4\pcre-6.4-src"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT;PCRE_STATIC"
|
|
StringPooling="FALSE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=""
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="raptor.lib librdf.lib pcre.lib"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\raptor\win32\Release;..\..\librdf\win32\Release;..\..\..\pcre\6.4\pcre-6.4-src\pcre\Release"
|
|
ProgramDatabaseFile=".\Release/rasqal.pdb"
|
|
ImportLibrary=".\Release/rasqal.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/rasqal.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="2057"/>
|
|
<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="..\src\rasqal_engine.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_expr.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_general.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_graph_pattern.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_literal.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_map.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_query.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_raptor.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_redland.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_xsd_datatypes.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rdql_lexer.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rdql_parser.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\sparql_lexer.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\sparql_parser.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\strcasecmp.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath="..\src\rasqal.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rasqal_internal.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rdql_common.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rdql_lexer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\rdql_parser.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\sparql_common.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\sparql_lexer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\sparql_parser.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\win32_rasqal_config.h">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|