-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sympl.sln
44 lines (44 loc) · 2.24 KB
/
Sympl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sympl.Compiler", "Sympl.Compiler\Sympl.Compiler.csproj", "{367D055E-9BF3-477A-A76D-421EFF7489CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sympl.Samples", "Sympl.Samples", "{59CD46FA-290E-441D-A179-D6CD9E6D8B54}"
ProjectSection(SolutionItems) = preProject
Sympl.Samples\indexing.sympl = Sympl.Samples\indexing.sympl
Sympl.Samples\lists.sympl = Sympl.Samples\lists.sympl
Sympl.Samples\ops.sympl = Sympl.Samples\ops.sympl
Sympl.Samples\test.sympl = Sympl.Samples\test.sympl
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sympl", "sympl\sympl.csproj", "{5177EEE4-5BF0-4A9C-AE0D-A179EFFF0CBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{073FB7BD-BF39-40E6-97C6-271245DA6A89}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{367D055E-9BF3-477A-A76D-421EFF7489CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367D055E-9BF3-477A-A76D-421EFF7489CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367D055E-9BF3-477A-A76D-421EFF7489CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367D055E-9BF3-477A-A76D-421EFF7489CE}.Release|Any CPU.Build.0 = Release|Any CPU
{5177EEE4-5BF0-4A9C-AE0D-A179EFFF0CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5177EEE4-5BF0-4A9C-AE0D-A179EFFF0CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5177EEE4-5BF0-4A9C-AE0D-A179EFFF0CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5177EEE4-5BF0-4A9C-AE0D-A179EFFF0CBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9185D2B3-4968-4852-907B-2BBF581F82F3}
EndGlobalSection
EndGlobal