From b520808654643f6897d8264eed4c8e8b2b1e8391 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Sun, 3 Jun 2012 23:41:14 +0200 Subject: [PATCH] added project properties --- .gitignore | 1 - project.properties | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 project.properties diff --git a/.gitignore b/.gitignore index d001343..89f4df0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ bin gen humanoid-*.jar libs -project.properties *~ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..c0e7a52 --- /dev/null +++ b/project.properties @@ -0,0 +1,13 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-15 +android.library.reference.1=../../Java/Android/ActionBarSherlock/library +android.library=true