-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContextualProgramming.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
ContextualProgramming.sln
File metadata and controls
49 lines (49 loc) · 2.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContextualProgramming", "ContextualProgramming.csproj", "{E3315570-A73E-4F10-9671-C77A615D5462}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{A0E477D7-609F-4375-B45A-2DE1DA442787}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Concepts", "Concepts\Concepts.csproj", "{FA80E1E8-4B88-4805-8EBA-1BB76E997680}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleShowcase", "Showcases\ExampleShowcase\ExampleShowcase.csproj", "{BF42E67B-E269-4A5A-8FDF-F1C89B79F49C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld", "Showcases\HelloWorld\HelloWorld.csproj", "{BE7CE7A3-B1E6-4DBA-9727-C9E86D0547C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3315570-A73E-4F10-9671-C77A615D5462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3315570-A73E-4F10-9671-C77A615D5462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3315570-A73E-4F10-9671-C77A615D5462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3315570-A73E-4F10-9671-C77A615D5462}.Release|Any CPU.Build.0 = Release|Any CPU
{A0E477D7-609F-4375-B45A-2DE1DA442787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E477D7-609F-4375-B45A-2DE1DA442787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E477D7-609F-4375-B45A-2DE1DA442787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E477D7-609F-4375-B45A-2DE1DA442787}.Release|Any CPU.Build.0 = Release|Any CPU
{FA80E1E8-4B88-4805-8EBA-1BB76E997680}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA80E1E8-4B88-4805-8EBA-1BB76E997680}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA80E1E8-4B88-4805-8EBA-1BB76E997680}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA80E1E8-4B88-4805-8EBA-1BB76E997680}.Release|Any CPU.Build.0 = Release|Any CPU
{BF42E67B-E269-4A5A-8FDF-F1C89B79F49C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF42E67B-E269-4A5A-8FDF-F1C89B79F49C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF42E67B-E269-4A5A-8FDF-F1C89B79F49C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF42E67B-E269-4A5A-8FDF-F1C89B79F49C}.Release|Any CPU.Build.0 = Release|Any CPU
{BE7CE7A3-B1E6-4DBA-9727-C9E86D0547C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE7CE7A3-B1E6-4DBA-9727-C9E86D0547C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE7CE7A3-B1E6-4DBA-9727-C9E86D0547C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE7CE7A3-B1E6-4DBA-9727-C9E86D0547C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBF2A3E0-15FB-4DA6-9696-AD0A825FEA35}
EndGlobalSection
EndGlobal