forked from Taally/FIIT_6_compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleLanguage.sln
62 lines (62 loc) · 3.55 KB
/
SimpleLanguage.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLanguage", "SimpleLanguage\SimpleLanguage.csproj", "{AF236581-0912-4934-AB32-122FDC89B005}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FCBA740-ACF9-4147-BE15-FD5C2FC6D273}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLanguage.Tests", "SimpleLanguage.Tests\SimpleLanguage.Tests.csproj", "{E83356A6-B553-466F-A1E4-376B3EAF77CA}"
ProjectSection(ProjectDependencies) = postProject
{AF236581-0912-4934-AB32-122FDC89B005} = {AF236581-0912-4934-AB32-122FDC89B005}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIDE", "SimpleIDE\SimpleIDE.csproj", "{D2118C2F-2752-4924-993B-88D129443274}"
ProjectSection(ProjectDependencies) = postProject
{AF236581-0912-4934-AB32-122FDC89B005} = {AF236581-0912-4934-AB32-122FDC89B005}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF236581-0912-4934-AB32-122FDC89B005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Debug|x64.ActiveCfg = Debug|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Debug|x64.Build.0 = Debug|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Release|Any CPU.Build.0 = Release|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Release|x64.ActiveCfg = Release|Any CPU
{AF236581-0912-4934-AB32-122FDC89B005}.Release|x64.Build.0 = Release|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Debug|x64.ActiveCfg = Debug|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Debug|x64.Build.0 = Debug|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Release|Any CPU.Build.0 = Release|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Release|x64.ActiveCfg = Release|Any CPU
{E83356A6-B553-466F-A1E4-376B3EAF77CA}.Release|x64.Build.0 = Release|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Debug|x64.ActiveCfg = Debug|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Debug|x64.Build.0 = Debug|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Release|Any CPU.Build.0 = Release|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Release|x64.ActiveCfg = Release|Any CPU
{D2118C2F-2752-4924-993B-88D129443274}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36F42238-EDBA-480E-94E5-EC3AF2765D83}
EndGlobalSection
EndGlobal