Blame view
.idea/misc.xml
3.12 KB
|
d774f0637
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="Eclipse" />
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="1.7" />
</component>
<component name="CompilerWorkspaceConfiguration">
<option name="MAKE_PROJECT_ON_SAVE" value="true" />
</component>
<component name="GradleLocalSettings">
<option name="modificationStamps">
<map>
<entry key="$USER_HOME$/Desktop/Code/sample/BlurTestAndroid" value="5736872508000" />
<entry key="$USER_HOME$/Desktop/Code/sample/EffectiveAndroidUI" value="4306699926000" />
<entry key="$USER_HOME$/Desktop/Code/sample/cwac-camera" value="10032671523000" />
<entry key="$USER_HOME$/Desktop/Code/sample/vanillaPlayer" value="1435995465000" />
<entry key="$USER_HOME$/Desktop/Code/syn_bitbucket/spirority/Viiz" value="11458226117000" />
<entry key="$USER_HOME$/Google Drive/My Project/androidStudioCode/LinhTinh/loadingeverywhere" value="7163997780000" />
<entry key="$USER_HOME$/Google Drive/My Project/code_final/TemplateApplication" value="4306647869000" />
</map>
</option>
<option name="externalProjectsViewState">
<projects_view />
</option>
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="mavenHome" value="Bundled (Maven 3)" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
<State>
<id>Objective-C</id>
</State>
<State>
<id>RELAX NG</id>
</State>
<State>
<id>Spelling</id>
</State>
<State>
<id>Swift</id>
</State>
<State>
<id>TypeScript</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>Objective-C</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="masterDetails">
<states>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.7</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</project>
|