diff options
| author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-15 00:04:56 +0000 | 
|---|---|---|
| committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-15 00:04:56 +0000 | 
| commit | 902aebba31a4a01a6d43e6ee38c5ad5414e98e34 (patch) | |
| tree | c42d7f9fed8090814bd208acd7a9da0867617c24 /src/Compiler | |
| parent | f25d873a138ab115886729af367563175a81a24e (diff) | |
| parent | 44844aec87c0307a963a1c1ee3ef26f2650ab301 (diff) | |
| download | esotericFORTRAN-902aebba31a4a01a6d43e6ee38c5ad5414e98e34.tar.gz esotericFORTRAN-902aebba31a4a01a6d43e6ee38c5ad5414e98e34.zip | |
Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main
Diffstat (limited to 'src/Compiler')
| -rw-r--r-- | src/Compiler/.idea/misc.xml | 6 | ||||
| -rw-r--r-- | src/Compiler/.idea/modules.xml | 8 | ||||
| -rw-r--r-- | src/Compiler/.idea/vcs.xml | 6 | ||||
| -rw-r--r-- | src/Compiler/.idea/workspace.xml | 33 | 
4 files changed, 53 insertions, 0 deletions
| diff --git a/src/Compiler/.idea/misc.xml b/src/Compiler/.idea/misc.xml new file mode 100644 index 0000000..40674af --- /dev/null +++ b/src/Compiler/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> +  <component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="15" project-jdk-type="JavaSDK"> +    <output url="file://$PROJECT_DIR$/out" /> +  </component> +</project>
\ No newline at end of file diff --git a/src/Compiler/.idea/modules.xml b/src/Compiler/.idea/modules.xml new file mode 100644 index 0000000..ca63ec2 --- /dev/null +++ b/src/Compiler/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> +  <component name="ProjectModuleManager"> +    <modules> +      <module fileurl="file://$PROJECT_DIR$/Compiler.iml" filepath="$PROJECT_DIR$/Compiler.iml" /> +    </modules> +  </component> +</project>
\ No newline at end of file diff --git a/src/Compiler/.idea/vcs.xml b/src/Compiler/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/src/Compiler/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> +  <component name="VcsDirectoryMappings"> +    <mapping directory="$PROJECT_DIR$/../.." vcs="Git" /> +  </component> +</project>
\ No newline at end of file diff --git a/src/Compiler/.idea/workspace.xml b/src/Compiler/.idea/workspace.xml new file mode 100644 index 0000000..56a48e0 --- /dev/null +++ b/src/Compiler/.idea/workspace.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> +  <component name="ChangeListManager"> +    <list default="true" id="00907318-3381-4b49-a9e1-c4d601fc6923" name="Default Changelist" comment="" /> +    <option name="SHOW_DIALOG" value="false" /> +    <option name="HIGHLIGHT_CONFLICTS" value="true" /> +    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> +    <option name="LAST_RESOLUTION" value="IGNORE" /> +  </component> +  <component name="Git.Settings"> +    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." /> +  </component> +  <component name="ProjectId" id="22I8Eu9T9oQfEpKBuVvBCZP4z0u" /> +  <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> +  <component name="ProjectViewState"> +    <option name="hideEmptyMiddlePackages" value="true" /> +    <option name="showLibraryContents" value="true" /> +  </component> +  <component name="PropertiesComponent"> +    <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> +  </component> +  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> +  <component name="TaskManager"> +    <task active="true" id="Default" summary="Default task"> +      <changelist id="00907318-3381-4b49-a9e1-c4d601fc6923" name="Default Changelist" comment="" /> +      <created>1639513634954</created> +      <option name="number" value="Default" /> +      <option name="presentableId" value="Default" /> +      <updated>1639513634954</updated> +    </task> +    <servers /> +  </component> +</project>
\ No newline at end of file | 
