diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-25 20:02:46 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-25 20:02:46 +0100 |
commit | 004fa309d6ede28ec8ab195647a2cbee490e104f (patch) | |
tree | 77caa08e70ba6ad02e3af0f143f3c5a24970ccd5 /.project | |
download | OrbitingYeti-004fa309d6ede28ec8ab195647a2cbee490e104f.tar.gz OrbitingYeti-004fa309d6ede28ec8ab195647a2cbee490e104f.zip |
First commit
Diffstat (limited to '.project')
-rw-r--r-- | .project | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..9763d1b --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>TitaniumLadybug</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> +</projectDescription> |