Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/amunmt
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2016-07-15 13:16:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-07-15 13:16:59 +0300
commit106fdfda0464ec79a4a5ae3eda52e1d9e443bf26 (patch)
treea69d1c9e2628b3907026b117663a8703d425fe43 /amunmt
parent36173738e59c25b5d424fc8ab4842243ca09cd54 (diff)
eclipse
Diffstat (limited to 'amunmt')
-rw-r--r--amunmt/.cproject165
-rw-r--r--amunmt/.project604
2 files changed, 769 insertions, 0 deletions
diff --git a/amunmt/.cproject b/amunmt/.cproject
new file mode 100644
index 00000000..a30bf0dc
--- /dev/null
+++ b/amunmt/.cproject
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
+ <storageModule moduleId="org.eclipse.cdt.core.settings">
+ <cconfiguration id="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150">
+ <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150" moduleId="org.eclipse.cdt.core.settings" name="Debug">
+ <externalSettings/>
+ <extensions>
+ <extension id="com.nvidia.cuda.ide.cubin" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="com.nvidia.cuda.ide.elf" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="com.nvidia.cuda.ide.macho" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="nvcc.errorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ </extensions>
+ </storageModule>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150" name="Debug" parent="com.nvidia.cuda.ide.seven_five.configuration.debug">
+ <folderInfo id="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150." name="/" resourcePath="">
+ <toolChain id="com.nvidia.cuda.tools.toolchain.seven_five.exe.debug.358202666" name="CUDA Toolkit 8.0" superClass="com.nvidia.cuda.tools.toolchain.seven_five.exe.debug">
+ <targetPlatform archList="all" binaryParser="com.nvidia.cuda.ide.elf;com.nvidia.cuda.ide.macho;com.nvidia.cuda.ide.cubin" id="com.nvidia.cuda.ide.targetPlatform.719609971" isAbstract="false" name="Debug Platform" osList="linux,macosx" superClass="com.nvidia.cuda.ide.targetPlatform"/>
+ <builder buildPath="${workspace_loc:/amunmt}/Debug" id="com.nvidia.cuda.ide.builder.1212668501" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="CUDA Toolkit 8.0 Builder" parallelBuildOn="true" parallelizationNumber="optimal" superClass="com.nvidia.cuda.ide.builder"/>
+ <tool id="nvcc.compiler.base.366234936" name="NVCC Compiler" superClass="nvcc.compiler.base">
+ <option id="nvcc.compiler.deviceDebug.1777579320" name="Generate device debug information (-G)" superClass="nvcc.compiler.deviceDebug" value="true" valueType="boolean"/>
+ <option id="nvcc.compiler.option.level.1147228818" name="Generate host debug information (-g)" superClass="nvcc.compiler.option.level" value="true" valueType="boolean"/>
+ <option defaultValue="nvcc.compiler.optimization.level.none" id="nvcc.compiler.optimization.level.1524755858" name="Optimization Level" superClass="nvcc.compiler.optimization.level" valueType="enumerated"/>
+ <option id="nvcc.compiler.pic.1161561942" name="Position Independent Code (-fPIC)" superClass="nvcc.compiler.pic"/>
+ <option id="nvcc.compiler.include.paths.1969488368" name="Include paths (-I)" superClass="nvcc.compiler.include.paths" valueType="includePath">
+ <listOptionValue builtIn="false" value="${workspace_loc:/}/src"/>
+ <listOptionValue builtIn="false" value="${workspace_loc:/}/src/common"/>
+ <listOptionValue builtIn="false" value="${workspace_loc:/}/src/mblas"/>
+ <listOptionValue builtIn="false" value="${workspace_loc:/}/src/dl4mt"/>
+ <listOptionValue builtIn="false" value="${workspace_loc:/}/boost/include"/>
+ </option>
+ <option id="nvcc.compiler.cpp11option.1982513734" name="Enable C++11 support (-std=c++11)" superClass="nvcc.compiler.cpp11option" value="true" valueType="boolean"/>
+ <inputType id="nvcc.compiler.input.cu.2121946165" superClass="nvcc.compiler.input.cu"/>
+ <inputType id="nvcc.compiler.input.cpp.1665748884" superClass="nvcc.compiler.input.cpp"/>
+ <inputType id="nvcc.compiler.input.c.1276987953" superClass="nvcc.compiler.input.c"/>
+ </tool>
+ <tool command="nvcc" id="nvcc.linker.base.2109915963" name="NVCC Linker" superClass="nvcc.linker.base">
+ <option id="nvcc.linker.option.libs.1773114442" name="Libraries (-l)" superClass="nvcc.linker.option.libs" valueType="libs">
+ <listOptionValue builtIn="false" value="boost_iostreams"/>
+ <listOptionValue builtIn="false" value="boost_program_options"/>
+ <listOptionValue builtIn="false" value="boost_python"/>
+ <listOptionValue builtIn="false" value="boost_chrono"/>
+ <listOptionValue builtIn="false" value="boost_thread"/>
+ <listOptionValue builtIn="false" value="boost_filesystem"/>
+ <listOptionValue builtIn="false" value="boost_timer"/>
+ <listOptionValue builtIn="false" value="boost_system"/>
+ <listOptionValue builtIn="false" value="z"/>
+ <listOptionValue builtIn="false" value="cuda"/>
+ <listOptionValue builtIn="false" value="cublas"/>
+ </option>
+ <option id="nvcc.linker.option.paths.383556769" name="Library search path (-L)" superClass="nvcc.linker.option.paths" valueType="libPaths">
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/}/boost/lib64&quot;"/>
+ </option>
+ <inputType id="nvcc.linker.input.1752425947" superClass="nvcc.linker.input">
+ <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
+ <additionalInput kind="additionalinput" paths="$(LIBS)"/>
+ </inputType>
+ </tool>
+ <tool id="nvcc.archiver.base.2079600633" name="NVCC Archiver" superClass="nvcc.archiver.base"/>
+ <tool id="com.nvidia.host.assembler.450937849" name="Host Assembler" superClass="com.nvidia.host.assembler">
+ <inputType id="cdt.managedbuild.tool.gnu.assembler.input.206505934" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
+ </tool>
+ </toolChain>
+ </folderInfo>
+ <fileInfo id="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150.2055199520" name="kenlm.h" rcbsApplicability="disable" resourcePath="decoder/kenlm.h" toolsToInvoke=""/>
+ <sourceEntries>
+ <entry excluding="decoder/kenlm.h|decoder/kenlm.cpp" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ </sourceEntries>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="com.nvidia.cuda.ide.build.project.ICudaProjectConfiguration">
+ <executable devicelink="true">
+ <sass major="3" minor="5"/>
+ <sass major="6" minor="0"/>
+ <ptx major="6" minor="0"/>
+ </executable>
+ <editor-arch major="3" minor="5"/>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
+ </cconfiguration>
+ <cconfiguration id="com.nvidia.cuda.ide.seven_five.configuration.release.783657058">
+ <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.nvidia.cuda.ide.seven_five.configuration.release.783657058" moduleId="org.eclipse.cdt.core.settings" name="Release">
+ <externalSettings/>
+ <extensions>
+ <extension id="com.nvidia.cuda.ide.cubin" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="com.nvidia.cuda.ide.elf" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="com.nvidia.cuda.ide.macho" point="org.eclipse.cdt.core.BinaryParser"/>
+ <extension id="nvcc.errorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
+ </extensions>
+ </storageModule>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" cleanCommand="rm -rf" description="" id="com.nvidia.cuda.ide.seven_five.configuration.release.783657058" name="Release" parent="com.nvidia.cuda.ide.seven_five.configuration.release">
+ <folderInfo id="com.nvidia.cuda.ide.seven_five.configuration.release.783657058." name="/" resourcePath="">
+ <toolChain id="com.nvidia.cuda.ide.toolchain.seven_five.exe.release.984760345" name="CUDA Toolkit 8.0" superClass="com.nvidia.cuda.ide.toolchain.seven_five.exe.release">
+ <targetPlatform archList="all" binaryParser="com.nvidia.cuda.ide.elf;com.nvidia.cuda.ide.macho;com.nvidia.cuda.ide.cubin" id="com.nvidia.cuda.ide.targetPlatform.1014548176" isAbstract="false" name="Debug Platform" osList="linux,macosx" superClass="com.nvidia.cuda.ide.targetPlatform"/>
+ <builder buildPath="${workspace_loc:/amunmt}/Release" id="com.nvidia.cuda.ide.builder.717020672" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="CUDA Toolkit 8.0 Builder" superClass="com.nvidia.cuda.ide.builder"/>
+ <tool id="nvcc.compiler.base.2106350483" name="NVCC Compiler" superClass="nvcc.compiler.base">
+ <option id="nvcc.compiler.deviceDebug.37482717" name="Generate device debug information (-G)" superClass="nvcc.compiler.deviceDebug"/>
+ <option id="nvcc.compiler.option.level.741954009" name="Generate host debug information (-g)" superClass="nvcc.compiler.option.level"/>
+ <option defaultValue="nvcc.compiler.optimization.level.most" id="nvcc.compiler.optimization.level.1828480831" name="Optimization Level" superClass="nvcc.compiler.optimization.level" valueType="enumerated"/>
+ <option id="nvcc.compiler.pic.1539457311" name="Position Independent Code (-fPIC)" superClass="nvcc.compiler.pic"/>
+ <inputType id="nvcc.compiler.input.cu.1903755408" superClass="nvcc.compiler.input.cu"/>
+ <inputType id="nvcc.compiler.input.cpp.696613449" superClass="nvcc.compiler.input.cpp"/>
+ <inputType id="nvcc.compiler.input.c.414925938" superClass="nvcc.compiler.input.c"/>
+ </tool>
+ <tool id="nvcc.linker.base.354184727" name="NVCC Linker" superClass="nvcc.linker.base">
+ <inputType id="nvcc.linker.input.598406891" superClass="nvcc.linker.input">
+ <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
+ <additionalInput kind="additionalinput" paths="$(LIBS)"/>
+ </inputType>
+ </tool>
+ <tool id="nvcc.archiver.base.2135314062" name="NVCC Archiver" superClass="nvcc.archiver.base"/>
+ <tool id="com.nvidia.host.assembler.1880555295" name="Host Assembler" superClass="com.nvidia.host.assembler">
+ <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1370329562" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
+ </tool>
+ </toolChain>
+ </folderInfo>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="com.nvidia.cuda.ide.build.project.ICudaProjectConfiguration">
+ <executable devicelink="false">
+ <sass major="2" minor="0"/>
+ <sass major="3" minor="5"/>
+ <ptx major="2" minor="0"/>
+ </executable>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
+ </cconfiguration>
+ </storageModule>
+ <storageModule moduleId="cdtBuildSystem" version="4.0.0">
+ <project id="amunmt.com.nvidia.cuda.ide.seven_five.exe.2073425438" name="Executable" projectType="com.nvidia.cuda.ide.seven_five.exe"/>
+ </storageModule>
+ <storageModule moduleId="scannerConfiguration">
+ <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
+ <scannerConfigBuildInfo instanceId="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150;com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150.;nvcc.compiler.base.366234936;nvcc.compiler.input.c.1276987953">
+ <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.nvidia.cuda.ide.build.NVCCPerProjectProfile"/>
+ </scannerConfigBuildInfo>
+ <scannerConfigBuildInfo instanceId="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150;com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150.;nvcc.compiler.base.366234936;nvcc.compiler.input.cpp.1665748884">
+ <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.nvidia.cuda.ide.build.NVCCPerProjectProfile"/>
+ </scannerConfigBuildInfo>
+ <scannerConfigBuildInfo instanceId="com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150;com.nvidia.cuda.ide.seven_five.configuration.debug.2085852150.;nvcc.compiler.base.366234936;nvcc.compiler.input.cu.2121946165">
+ <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.nvidia.cuda.ide.build.NVCCPerProjectProfile"/>
+ </scannerConfigBuildInfo>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
+ <storageModule moduleId="refreshScope" versionNumber="2">
+ <configuration configurationName="Release">
+ <resource resourceType="PROJECT" workspacePath="/amunmt"/>
+ </configuration>
+ <configuration configurationName="Debug">
+ <resource resourceType="PROJECT" workspacePath="/amunmt"/>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
+</cproject>
diff --git a/amunmt/.project b/amunmt/.project
new file mode 100644
index 00000000..06181104
--- /dev/null
+++ b/amunmt/.project
@@ -0,0 +1,604 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>amunmt</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+ <triggers>clean,full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.core.ccnature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>cnpy</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>common</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>decoder</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/decoder</locationURI>
+ </link>
+ <link>
+ <name>dl4mt</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/dl4mt</locationURI>
+ </link>
+ <link>
+ <name>mblas</name>
+ <type>2</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/mblas</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>cnpy/LICENSE</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/cnpy/LICENSE</locationURI>
+ </link>
+ <link>
+ <name>cnpy/cnpy.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/cnpy/cnpy.cpp</locationURI>
+ </link>
+ <link>
+ <name>cnpy/cnpy.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/cnpy/cnpy.h</locationURI>
+ </link>
+ <link>
+ <name>common/exception.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/exception.cpp</locationURI>
+ </link>
+ <link>
+ <name>common/exception.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/exception.h</locationURI>
+ </link>
+ <link>
+ <name>common/file_stream.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/file_stream.h</locationURI>
+ </link>
+ <link>
+ <name>common/logging.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/logging.h</locationURI>
+ </link>
+ <link>
+ <name>common/npz_converter.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/npz_converter.h</locationURI>
+ </link>
+ <link>
+ <name>common/states.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/states.h</locationURI>
+ </link>
+ <link>
+ <name>common/threadpool.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/threadpool.h</locationURI>
+ </link>
+ <link>
+ <name>common/types.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/types.h</locationURI>
+ </link>
+ <link>
+ <name>common/utf8.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/utf8.h</locationURI>
+ </link>
+ <link>
+ <name>common/utils.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/utils.cpp</locationURI>
+ </link>
+ <link>
+ <name>common/utils.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/utils.h</locationURI>
+ </link>
+ <link>
+ <name>common/vocab.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/common/vocab.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/CMakeLists.txt</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/CMakeLists.txt</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/LICENSE</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/LICENSE</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/README.md</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/README.md</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/anchor.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/anchor.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/binary.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/binary.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/binary.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/binary.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/collectionstack.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/collectionstack.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/convert.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/convert.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/directives.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/directives.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/directives.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/directives.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/dll.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/dll.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emit.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emit.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitfromevents.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitfromevents.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitfromevents.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitfromevents.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitter.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitter.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitter.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitter.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterdef.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterdef.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emittermanip.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emittermanip.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterstate.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterstate.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterstate.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterstate.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterstyle.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterstyle.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterutils.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterutils.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/emitterutils.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/emitterutils.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/eventhandler.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/eventhandler.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/exceptions.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/exceptions.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/exp.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/exp.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/exp.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/exp.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/indentation.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/indentation.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/mark.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/mark.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/memory.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/memory.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node_data.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node_data.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/nodebuilder.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/nodebuilder.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/nodebuilder.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/nodebuilder.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/nodeevents.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/nodeevents.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/nodeevents.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/nodeevents.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/noncopyable.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/noncopyable.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/null.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/null.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/null.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/null.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/ostream_wrapper.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/ostream_wrapper.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/ostream_wrapper.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/ostream_wrapper.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/parse.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/parse.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/parser.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/parser.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/parser.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/parser.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/ptr_vector.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/ptr_vector.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/regex_yaml.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/regex_yaml.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/regex_yaml.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/regex_yaml.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/regeximpl.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/regeximpl.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scanner.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scanner.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scanner.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scanner.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scanscalar.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scanscalar.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scanscalar.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scanscalar.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scantag.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scantag.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scantag.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scantag.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/scantoken.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/scantoken.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/setting.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/setting.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/simplekey.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/simplekey.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/singledocparser.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/singledocparser.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/singledocparser.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/singledocparser.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/stlemitter.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/stlemitter.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/stream.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/stream.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/stream.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/stream.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/streamcharsource.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/streamcharsource.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/stringsource.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/stringsource.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/tag.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/tag.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/tag.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/tag.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/token.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/token.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/traits.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/traits.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/yaml.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/yaml.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib/anchordict.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/contrib/anchordict.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib/graphbuilder.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/contrib/graphbuilder.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib/graphbuilder.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/contrib/graphbuilder.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib/graphbuilderadapter.cpp</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/contrib/graphbuilderadapter.cpp</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/contrib/graphbuilderadapter.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/contrib/graphbuilderadapter.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/convert.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/convert.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail</name>
+ <type>2</type>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/emit.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/emit.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/impl.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/impl.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/iterator.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/iterator.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/node.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/node.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/parse.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/parse.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/ptr.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/ptr.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/type.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/type.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/bool_type.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/bool_type.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/impl.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/impl.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/iterator.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/iterator.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/iterator_fwd.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/iterator_fwd.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/memory.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/memory.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/node.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/node.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/node_data.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/node_data.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/node_iterator.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/node_iterator.h</locationURI>
+ </link>
+ <link>
+ <name>yaml-cpp/node/detail/node_ref.h</name>
+ <type>1</type>
+ <locationURI>PARENT-1-PROJECT_LOC/src/yaml-cpp/node/detail/node_ref.h</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>