mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 14:41:11 +02:00
Remove some old erratta, and do a major tidy up of line endings and properties on source files
This commit is contained in:
@@ -1,325 +1,325 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="librdf"
|
||||
ProjectGUID="{2EF6F83E-DACB-4958-B0C0-A9F34476127A}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\librdf;..\..\raptor\src;..\..\rasqal\src;..\..\..\bdb\include;..\..\..\sqlite3;..\..\..\mysql\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;LIBRDF_INTERNAL"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="raptor.lib rasqal.lib libdb43.lib sqlite3.lib libmysql.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="..\..\raptor\win32\Debug;..\..\rasqal\win32\Debug;..;..\..\..\bdb;..\..\..\sqlite3\win32\Debug;..\..\..\mysql\lib"
|
||||
ModuleDefinitionFile="msvc.def"
|
||||
DelayLoadDLLs="libmysql.dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/librdf.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<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"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\librdf;..\..\raptor\src;..\..\rasqal\src;..\..\..\bdb\include;..\..\..\sqlite3;..\..\..\mysql\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LIBRDF_INTERNAL"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="raptor.lib rasqal.lib libdb43.lib sqlite3.lib libmysql.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="..\..\raptor\win32\Release;..\..\rasqal\win32\Release;..;..\..\..\bdb;..\..\..\sqlite3\win32\Release;..\..\..\mysql\lib"
|
||||
ModuleDefinitionFile="msvc.def"
|
||||
DelayLoadDLLs="libmysql.dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<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;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\msvc.def">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_concepts.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest_md5.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest_sha1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_files.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_bdb.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_cursor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_memory.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_heuristics.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_init.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_iterator.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_log.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model_storage.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_node.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser_raptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_rasqal.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_results.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_triples.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer_raptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_statement.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_file.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_hashes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_mysql.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_sqlite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_stream.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_uri.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_utf8.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files">
|
||||
<File
|
||||
RelativePath="..\librdf.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_concepts.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_config.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_files.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_heuristics.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_init.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_internal.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_iterator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_log.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model_storage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_node.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_statement.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_hashes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_stream.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_types.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_uri.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_utf8.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\redland.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\win32_rdf_config.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="librdf"
|
||||
ProjectGUID="{2EF6F83E-DACB-4958-B0C0-A9F34476127A}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\librdf;..\..\raptor\src;..\..\rasqal\src;..\..\..\bdb\include;..\..\..\sqlite3;..\..\..\mysql\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;LIBRDF_INTERNAL"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="raptor.lib rasqal.lib libdb43.lib sqlite3.lib libmysql.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="..\..\raptor\win32\Debug;..\..\rasqal\win32\Debug;..;..\..\..\bdb;..\..\..\sqlite3\win32\Debug;..\..\..\mysql\lib"
|
||||
ModuleDefinitionFile="msvc.def"
|
||||
DelayLoadDLLs="libmysql.dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/librdf.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<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"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\librdf;..\..\raptor\src;..\..\rasqal\src;..\..\..\bdb\include;..\..\..\sqlite3;..\..\..\mysql\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LIBRDF_INTERNAL"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="raptor.lib rasqal.lib libdb43.lib sqlite3.lib libmysql.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="..\..\raptor\win32\Release;..\..\rasqal\win32\Release;..;..\..\..\bdb;..\..\..\sqlite3\win32\Release;..\..\..\mysql\lib"
|
||||
ModuleDefinitionFile="msvc.def"
|
||||
DelayLoadDLLs="libmysql.dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<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;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\msvc.def">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_concepts.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest_md5.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest_sha1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_files.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_bdb.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_cursor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash_memory.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_heuristics.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_init.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_iterator.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_log.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model_storage.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_node.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser_raptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_rasqal.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_results.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query_triples.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer_raptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_statement.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_file.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_hashes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_mysql.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_sqlite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_stream.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_uri.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_utf8.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files">
|
||||
<File
|
||||
RelativePath="..\librdf.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_concepts.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_config.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_digest.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_files.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_hash.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_heuristics.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_init.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_internal.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_iterator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_log.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_model_storage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_node.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_parser.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_query.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_serializer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_statement.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_hashes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_storage_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_stream.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_types.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_uri.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\rdf_utf8.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\redland.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\win32_rdf_config.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
|
Reference in New Issue
Block a user