diff options
author | Keith Packard <keithp@keithp.com> | 2012-01-01 10:28:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-01-01 10:28:24 -0800 |
commit | 40b7837f49735ffb71a029b02945c53b785a0fa9 (patch) | |
tree | 6bcdaf17162e356c3b08c5aa52c56f12e22052f4 /project.properties | |
parent | ddbfa4f1e01a74f625a6a553f0261c6b2ad4fdd8 (diff) |
Add ant build files
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..0a80e64 --- /dev/null +++ b/project.properties @@ -0,0 +1,11 @@ +# 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=Google Inc.:Google APIs:10 |