huangbo 9 年之前
父节点
当前提交
1122320514
共有 2 个文件被更改,包括 15 次插入1 次删除
  1. 0 1
      multiple-client/.gitignore
  2. 15 0
      multiple-client/project.properties

+ 0 - 1
multiple-client/.gitignore

@ -3,4 +3,3 @@
3 3
/gen
4 4
/proguard
5 5
/bin/
6
/project.properties

+ 15 - 0
multiple-client/project.properties

@ -0,0 +1,15 @@
1
# This file is automatically generated by Android Tools.
2
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3
#
4
# This file must be checked in Version Control Systems.
5
#
6
# To customize properties used by the Ant build system edit
7
# "ant.properties", and override values to adapt the script to your
8
# project structure.
9
#
10
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12

13
# Project target.
14
target=android-15
15
android.library.reference.1=..\\wade-mobile-lib