-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParallelLoopDemo.iml
More file actions
49 lines (49 loc) · 2.63 KB
/
Copy pathParallelLoopDemo.iml
File metadata and controls
49 lines (49 loc) · 2.63 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="MPS" name="MPS">
<configuration>
<option name="UUID" value="4ab3b2bf-74c2-4fec-bd72-e0b4466c05ed" />
<option name="generatorOutputPath" value="$MODULE_DIR$/src_gen" />
<modelRoots>
<modelRoot type="default">
<settings contentPath="$MODULE_DIR$" type="default">
<sourceRoot location="src" />
</settings>
</modelRoot>
</modelRoots>
<languageVersions>
<map>
<entry key="l:83888646-71ce-4f1c-9c53-c54016f6ad4f:jetbrains.mps.baseLanguage.collections" value="1" />
<entry key="l:9ded098b-ad6a-4657-bfd9-48636cfe8bc3:jetbrains.mps.lang.traceable" value="0" />
<entry key="l:cb7388e8-f182-4cda-bd83-9796e8634856:org.jetbrains.mps.samples.ParallelFor" value="0" />
<entry key="l:ceab5195-25ea-4f22-9b92-103b95ca8c0c:jetbrains.mps.lang.core" value="2" />
<entry key="l:ed6d7656-532c-4bc2-81d1-af945aeb8280:jetbrains.mps.baseLanguage.blTypes" value="0" />
<entry key="l:f2801650-65d5-424e-bb1b-463a8781b786:jetbrains.mps.baseLanguage.javadoc" value="2" />
<entry key="l:f3061a53-9226-4cc5-a443-f952ceaf5816:jetbrains.mps.baseLanguage" value="12" />
<entry key="l:fd392034-7849-419d-9071-12563d152375:jetbrains.mps.baseLanguage.closures" value="0" />
</map>
</languageVersions>
<option name="dependencyVersions">
<map>
<entry key="4ab3b2bf-74c2-4fec-bd72-e0b4466c05ed(ParallelLoopDemo)" value="0" />
<entry key="6354ebe7-c22a-4a0f-ac54-50b52ab9b065(JDK)" value="0" />
<entry key="bc474121-298a-4a06-9066-cd79e543e9d5(org.jetbrains.mps.samples.ParallelForUtils)" value="0" />
</map>
</option>
</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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="mps.org.jetbrains.mps.samples.ParallelForUtils_auto" level="project" />
<orderEntry type="library" name="mps.closures.runtime_auto" level="project" />
<orderEntry type="library" name="mps.collections.runtime_auto" level="project" />
<orderEntry type="library" name="mps.jetbrains.mps.baseLanguage.references.runtime_auto" level="project" />
</component>
</module>