diff options
author | seof <seog814@gmail.com> | 2019-05-23 13:16:32 +0900 |
---|---|---|
committer | seof <seog814@gmail.com> | 2019-05-23 13:16:32 +0900 |
commit | 785c6b56f11cda9068a26988b44a337c7c39a3e4 (patch) | |
tree | 40d7a7a8e99ad996c5e1e68d657ae8878c7d6f76 /.project | |
parent | 4fd3a65ac6d9a220ede1b98f8c819ee4cf3304b9 (diff) | |
download | smart-ruler-785c6b56f11cda9068a26988b44a337c7c39a3e4.tar.gz smart-ruler-785c6b56f11cda9068a26988b44a337c7c39a3e4.tar.bz2 smart-ruler-785c6b56f11cda9068a26988b44a337c7c39a3e4.zip |
Init a projectgcamp
Change-Id: Ife60121e5e479b9fc7ad80a6f889ac19be7dc1e8
Diffstat (limited to '.project')
-rw-r--r-- | .project | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..63904b7 --- /dev/null +++ b/.project @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>distance</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> + <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> + <filteredResources> + <filter> + <id>1554345450339</id> + <name></name> + <type>26</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-projectRelativePath-matches-false-false-*/.tpk</arguments> + </matcher> + </filter> + <filter> + <id>1554345450354</id> + <name></name> + <type>6</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-name-matches-false-false-project_def.prop</arguments> + </matcher> + </filter> + </filteredResources> +</projectDescription> |