mirror of
https://github.com/Theaninova/DynamicC.git
synced 2025-12-11 01:36:14 +00:00
Initial commit
This commit is contained in:
2
.mps/.gitignore
vendored
Normal file
2
.mps/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Default ignored files
|
||||
/workspace.xml
|
||||
7
.mps/migration.xml
Normal file
7
.mps/migration.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MigrationProperties">
|
||||
<entry key="jetbrains.mps.ide.mpsmigration.v191.SaveAllJavaStubMethodRefsToShortForeignFormat" value="executed" />
|
||||
<entry key="jetbrains.mps.ide.mpsmigration.v191.UpdateJavaStubMethodRefs" value="executed" />
|
||||
</component>
|
||||
</project>
|
||||
6
.mps/misc.xml
Normal file
6
.mps/misc.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MPSFavoritesManager">
|
||||
<option name="keepMe" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
9
.mps/modules.xml
Normal file
9
.mps/modules.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MPSProject">
|
||||
<projectModules>
|
||||
<modulePath path="$PROJECT_DIR$/languages/dynamicc/dynamicc.mpl" folder="" />
|
||||
<modulePath path="$PROJECT_DIR$/languages/dynamicc/sandbox/dynamicc.sandbox.msd" folder="" />
|
||||
</projectModules>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user