mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +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>
|
||||
|
@@ -1,82 +1,82 @@
|
||||
// raptortest.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include "..\raptor.h"
|
||||
|
||||
#define TIMEIT
|
||||
#define DUMPIT
|
||||
|
||||
int nStmts = 0;
|
||||
|
||||
void dump_statement(void* user_data, const raptor_statement *statement)
|
||||
{
|
||||
nStmts++;
|
||||
#ifdef DUMPIT
|
||||
printf("%li, [%s, ", nStmts, statement->subject);
|
||||
|
||||
if(statement->predicate_type == RAPTOR_PREDICATE_TYPE_ORDINAL)
|
||||
printf("[rdf:_%d]", *((int*)statement->predicate));
|
||||
else if(statement->predicate_type == RAPTOR_PREDICATE_TYPE_XML_NAME)
|
||||
printf("%s", (const char*)statement->predicate);
|
||||
else
|
||||
printf("[%s]", (const char*)statement->predicate);
|
||||
|
||||
if(statement->object_type == RAPTOR_OBJECT_TYPE_LITERAL ||
|
||||
statement->object_type == RAPTOR_OBJECT_TYPE_XML_LITERAL)
|
||||
printf(", \"%s\"]", (const char*)statement->object);
|
||||
else if(statement->object_type == RAPTOR_OBJECT_TYPE_XML_NAME)
|
||||
printf(", %s]", (const char*)statement->object);
|
||||
else
|
||||
printf(", %s]", statement->object);
|
||||
|
||||
printf("\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
void usage()
|
||||
{
|
||||
printf("Usage: raptortest <rdffileurl>\nE.g. file:c:\\test.rdf\n");
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
if (argc != 2)
|
||||
{
|
||||
usage();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
raptor_init();
|
||||
|
||||
raptor_parser* p = raptor_new("");
|
||||
|
||||
raptor_set_statement_handler(p, NULL, dump_statement);
|
||||
|
||||
#ifdef TIMEIT
|
||||
LARGE_INTEGER Start;
|
||||
QueryPerformanceCounter(&Start);
|
||||
#endif
|
||||
raptor_parse_file(p, argv[1], NULL);
|
||||
|
||||
#ifdef TIMEIT
|
||||
LARGE_INTEGER End;
|
||||
QueryPerformanceCounter(&End);
|
||||
LARGE_INTEGER Frec;
|
||||
QueryPerformanceFrequency(&Frec);
|
||||
double Total = (End.LowPart-Start.LowPart);
|
||||
double StmtsPer = Total/nStmts;
|
||||
|
||||
printf("%li statments processed in %g t. %g t/stmts, %li t/s, %g stmts/s", nStmts, Total, StmtsPer, Frec.LowPart, (double)Frec.LowPart/StmtsPer);
|
||||
#endif
|
||||
|
||||
raptor_free(p);
|
||||
|
||||
raptor_finish();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// raptortest.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include "..\raptor.h"
|
||||
|
||||
#define TIMEIT
|
||||
#define DUMPIT
|
||||
|
||||
int nStmts = 0;
|
||||
|
||||
void dump_statement(void* user_data, const raptor_statement *statement)
|
||||
{
|
||||
nStmts++;
|
||||
#ifdef DUMPIT
|
||||
printf("%li, [%s, ", nStmts, statement->subject);
|
||||
|
||||
if(statement->predicate_type == RAPTOR_PREDICATE_TYPE_ORDINAL)
|
||||
printf("[rdf:_%d]", *((int*)statement->predicate));
|
||||
else if(statement->predicate_type == RAPTOR_PREDICATE_TYPE_XML_NAME)
|
||||
printf("%s", (const char*)statement->predicate);
|
||||
else
|
||||
printf("[%s]", (const char*)statement->predicate);
|
||||
|
||||
if(statement->object_type == RAPTOR_OBJECT_TYPE_LITERAL ||
|
||||
statement->object_type == RAPTOR_OBJECT_TYPE_XML_LITERAL)
|
||||
printf(", \"%s\"]", (const char*)statement->object);
|
||||
else if(statement->object_type == RAPTOR_OBJECT_TYPE_XML_NAME)
|
||||
printf(", %s]", (const char*)statement->object);
|
||||
else
|
||||
printf(", %s]", statement->object);
|
||||
|
||||
printf("\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
void usage()
|
||||
{
|
||||
printf("Usage: raptortest <rdffileurl>\nE.g. file:c:\\test.rdf\n");
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
if (argc != 2)
|
||||
{
|
||||
usage();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
raptor_init();
|
||||
|
||||
raptor_parser* p = raptor_new("");
|
||||
|
||||
raptor_set_statement_handler(p, NULL, dump_statement);
|
||||
|
||||
#ifdef TIMEIT
|
||||
LARGE_INTEGER Start;
|
||||
QueryPerformanceCounter(&Start);
|
||||
#endif
|
||||
raptor_parse_file(p, argv[1], NULL);
|
||||
|
||||
#ifdef TIMEIT
|
||||
LARGE_INTEGER End;
|
||||
QueryPerformanceCounter(&End);
|
||||
LARGE_INTEGER Frec;
|
||||
QueryPerformanceFrequency(&Frec);
|
||||
double Total = (End.LowPart-Start.LowPart);
|
||||
double StmtsPer = Total/nStmts;
|
||||
|
||||
printf("%li statments processed in %g t. %g t/stmts, %li t/s, %g stmts/s", nStmts, Total, StmtsPer, Frec.LowPart, (double)Frec.LowPart/StmtsPer);
|
||||
#endif
|
||||
|
||||
raptor_free(p);
|
||||
|
||||
raptor_finish();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,23 +1,23 @@
|
||||
This is the RDQL/Jena test suite from the Jena distribution.
|
||||
The URI for RDQL is http://jena.hpl.hp.com/2003/07/query/RDQL.
|
||||
|
||||
It is provided so that other implementations of RDQL can get the test suite
|
||||
without needing the whole Jena distribution and to provide a bookmarkable
|
||||
resource that "is" the RDQL/Jena test suite
|
||||
|
||||
Contents:
|
||||
|
||||
Documentation: README-RDQL-tests.txt
|
||||
Manifest file : rdql-tests.n3
|
||||
Tests : test-?-??
|
||||
Expected results by test : result-?-??.n3
|
||||
Input data : model?.*
|
||||
Data from Jena tutorial (test data): vc-db-?.rdf
|
||||
|
||||
These are also available in the Jena distribution in the testing/RDQL
|
||||
directory.
|
||||
|
||||
The tests can be run with Jena by:
|
||||
|
||||
java -cp ... jena.rdfquery --test rdql-tests.n3
|
||||
|
||||
This is the RDQL/Jena test suite from the Jena distribution.
|
||||
The URI for RDQL is http://jena.hpl.hp.com/2003/07/query/RDQL.
|
||||
|
||||
It is provided so that other implementations of RDQL can get the test suite
|
||||
without needing the whole Jena distribution and to provide a bookmarkable
|
||||
resource that "is" the RDQL/Jena test suite
|
||||
|
||||
Contents:
|
||||
|
||||
Documentation: README-RDQL-tests.txt
|
||||
Manifest file : rdql-tests.n3
|
||||
Tests : test-?-??
|
||||
Expected results by test : result-?-??.n3
|
||||
Input data : model?.*
|
||||
Data from Jena tutorial (test data): vc-db-?.rdf
|
||||
|
||||
These are also available in the Jena distribution in the testing/RDQL
|
||||
directory.
|
||||
|
||||
The tests can be run with Jena by:
|
||||
|
||||
java -cp ... jena.rdfquery --test rdql-tests.n3
|
||||
|
||||
|
@@ -1,26 +1,26 @@
|
||||
/*
|
||||
* (c) Copyright 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/*
|
||||
* (c) Copyright 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
@@ -1,74 +1,74 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rasqal", "rasqal\win32\rasqal.vcproj", "{B72BB9A4-C889-4242-8188-34133944DC65}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139} = {D24FB457-A295-4237-8D5E-92ACBBA10139}
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D} = {F48C108E-B937-4D8C-A308-9C257C5D0D3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "librdf", "librdf\win32\librdf.vcproj", "{2EF6F83E-DACB-4958-B0C0-A9F34476127A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65} = {B72BB9A4-C889-4242-8188-34133944DC65}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rapper", "raptor\win32\rapper.vcproj", "{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D} = {F48C108E-B937-4D8C-A308-9C257C5D0D3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raptor", "raptor\win32\raptor.vcproj", "{F48C108E-B937-4D8C-A308-9C257C5D0D3D}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curllib", "..\curl-7.13.2\lib\curllib.vcproj", "{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "roqet", "rasqal\win32\roqet.vcproj", "{143A879E-BD81-4EF4-88EE-851D978304FE}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65} = {B72BB9A4-C889-4242-8188-34133944DC65}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcre", "..\pcre\6.4\pcre-6.4-src\pcre\pcre.vcproj", "{D24FB457-A295-4237-8D5E-92ACBBA10139}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Debug.ActiveCfg = Debug|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Debug.Build.0 = Debug|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Release.ActiveCfg = Release|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Release.Build.0 = Release|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Debug.ActiveCfg = Debug|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Debug.Build.0 = Debug|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Release.ActiveCfg = Release|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Release.Build.0 = Release|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Debug.ActiveCfg = Debug|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Debug.Build.0 = Debug|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Release.ActiveCfg = Release|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Release.Build.0 = Release|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Debug.ActiveCfg = Debug|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Debug.Build.0 = Debug|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Release.ActiveCfg = Release|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Release.Build.0 = Release|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Debug.ActiveCfg = Debug|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Debug.Build.0 = Debug|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Release.ActiveCfg = Release|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Release.Build.0 = Release|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Debug.ActiveCfg = Debug|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Debug.Build.0 = Debug|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Release.ActiveCfg = Release|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Release.Build.0 = Release|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Debug.ActiveCfg = Debug|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Debug.Build.0 = Debug|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Release.ActiveCfg = Release|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rasqal", "rasqal\win32\rasqal.vcproj", "{B72BB9A4-C889-4242-8188-34133944DC65}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139} = {D24FB457-A295-4237-8D5E-92ACBBA10139}
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D} = {F48C108E-B937-4D8C-A308-9C257C5D0D3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "librdf", "librdf\win32\librdf.vcproj", "{2EF6F83E-DACB-4958-B0C0-A9F34476127A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65} = {B72BB9A4-C889-4242-8188-34133944DC65}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rapper", "raptor\win32\rapper.vcproj", "{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D} = {F48C108E-B937-4D8C-A308-9C257C5D0D3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raptor", "raptor\win32\raptor.vcproj", "{F48C108E-B937-4D8C-A308-9C257C5D0D3D}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curllib", "..\curl-7.13.2\lib\curllib.vcproj", "{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "roqet", "rasqal\win32\roqet.vcproj", "{143A879E-BD81-4EF4-88EE-851D978304FE}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65} = {B72BB9A4-C889-4242-8188-34133944DC65}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcre", "..\pcre\6.4\pcre-6.4-src\pcre\pcre.vcproj", "{D24FB457-A295-4237-8D5E-92ACBBA10139}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Debug.ActiveCfg = Debug|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Debug.Build.0 = Debug|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Release.ActiveCfg = Release|Win32
|
||||
{B72BB9A4-C889-4242-8188-34133944DC65}.Release.Build.0 = Release|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Debug.ActiveCfg = Debug|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Debug.Build.0 = Debug|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Release.ActiveCfg = Release|Win32
|
||||
{2EF6F83E-DACB-4958-B0C0-A9F34476127A}.Release.Build.0 = Release|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Debug.ActiveCfg = Debug|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Debug.Build.0 = Debug|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Release.ActiveCfg = Release|Win32
|
||||
{1FFF7A31-D1A9-4516-AB07-4D415ABAB733}.Release.Build.0 = Release|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Debug.ActiveCfg = Debug|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Debug.Build.0 = Debug|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Release.ActiveCfg = Release|Win32
|
||||
{F48C108E-B937-4D8C-A308-9C257C5D0D3D}.Release.Build.0 = Release|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Debug.ActiveCfg = Debug|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Debug.Build.0 = Debug|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Release.ActiveCfg = Release|Win32
|
||||
{59ED01CF-49C8-42C5-846F-AAF0A5F3B437}.Release.Build.0 = Release|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Debug.ActiveCfg = Debug|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Debug.Build.0 = Debug|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Release.ActiveCfg = Release|Win32
|
||||
{143A879E-BD81-4EF4-88EE-851D978304FE}.Release.Build.0 = Release|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Debug.ActiveCfg = Debug|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Debug.Build.0 = Debug|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Release.ActiveCfg = Release|Win32
|
||||
{D24FB457-A295-4237-8D5E-92ACBBA10139}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
Reference in New Issue
Block a user