diff options
Diffstat (limited to 'ClientApp/.idea')
-rw-r--r-- | ClientApp/.idea/.gitignore | 3 | ||||
-rw-r--r-- | ClientApp/.idea/compiler.xml | 6 | ||||
-rw-r--r-- | ClientApp/.idea/deploymentTargetDropDown.xml | 17 | ||||
-rw-r--r-- | ClientApp/.idea/gradle.xml | 19 | ||||
-rw-r--r-- | ClientApp/.idea/misc.xml | 10 |
5 files changed, 55 insertions, 0 deletions
diff --git a/ClientApp/.idea/.gitignore b/ClientApp/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/ClientApp/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/ClientApp/.idea/compiler.xml b/ClientApp/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/ClientApp/.idea/compiler.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <bytecodeTargetLevel target="11" /> + </component> +</project>
\ No newline at end of file diff --git a/ClientApp/.idea/deploymentTargetDropDown.xml b/ClientApp/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..99c211f --- /dev/null +++ b/ClientApp/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="deploymentTargetDropDown"> + <targetSelectedWithDropDown> + <Target> + <type value="QUICK_BOOT_TARGET" /> + <deviceKey> + <Key> + <type value="VIRTUAL_DEVICE_PATH" /> + <value value="C:\Users\cirakg\.android\avd\Pixel_3a_API_33_x86_64.avd" /> + </Key> + </deviceKey> + </Target> + </targetSelectedWithDropDown> + <timeTargetWasSelectedWithDropDown value="2022-10-20T23:19:46.984982500Z" /> + </component> +</project>
\ No newline at end of file diff --git a/ClientApp/.idea/gradle.xml b/ClientApp/.idea/gradle.xml new file mode 100644 index 0000000..a2d7c21 --- /dev/null +++ b/ClientApp/.idea/gradle.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="GradleMigrationSettings" migrationVersion="1" /> + <component name="GradleSettings"> + <option name="linkedExternalProjectsSettings"> + <GradleProjectSettings> + <option name="testRunner" value="GRADLE" /> + <option name="distributionType" value="DEFAULT_WRAPPED" /> + <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="modules"> + <set> + <option value="$PROJECT_DIR$" /> + <option value="$PROJECT_DIR$/app" /> + </set> + </option> + </GradleProjectSettings> + </option> + </component> +</project>
\ No newline at end of file diff --git a/ClientApp/.idea/misc.xml b/ClientApp/.idea/misc.xml new file mode 100644 index 0000000..bdd9278 --- /dev/null +++ b/ClientApp/.idea/misc.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/build/classes" /> + </component> + <component name="ProjectType"> + <option name="id" value="Android" /> + </component> +</project>
\ No newline at end of file |