diff options
Diffstat (limited to 'main/cgeo.iml')
| -rw-r--r-- | main/cgeo.iml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/main/cgeo.iml b/main/cgeo.iml new file mode 100644 index 0000000..83ec399 --- /dev/null +++ b/main/cgeo.iml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="FacetManager"> + <facet type="android" name="Android"> + <configuration> + <proGuardCfgFiles> + <file>file://$MODULE_DIR$/proguard-project.txt</file> + </proGuardCfgFiles> + <includeAssetsFromLibraries>true</includeAssetsFromLibraries> + </configuration> + </facet> + </component> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> + <sourceFolder url="file://$MODULE_DIR$/thirdparty" isTestSource="false" /> + </content> + <orderEntry type="module-library" exported=""> + <library name="libs"> + <CLASSES> + <root url="file://$MODULE_DIR$/libs" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + <jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" /> + <jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" /> + <jarDirectory url="file://$MODULE_DIR$/libs/src" recursive="false" type="SOURCES" /> + </library> + </orderEntry> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library" exported="" scope="PROVIDED"> + <library name="compile-libs"> + <CLASSES> + <root url="file://$MODULE_DIR$/compile-libs" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="file://$MODULE_DIR$/compile-libs" /> + </SOURCES> + <jarDirectory url="file://$MODULE_DIR$/compile-libs" recursive="false" /> + <jarDirectory url="file://$MODULE_DIR$/compile-libs" recursive="false" type="SOURCES" /> + </library> + </orderEntry> + <orderEntry type="module-library" exported="" scope="PROVIDED"> + <library> + <CLASSES> + <root url="file://$MODULE_DIR$/libs" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + <jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" /> + </library> + </orderEntry> + </component> +</module> + |
