-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlowScript.sln
55 lines (55 loc) · 2.79 KB
/
FlowScript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlowScript", "src\FlowScript\FlowScript.csproj", "{5735AE6B-6166-44D7-BCEC-34A27A6CA186}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{7466F4F0-9A2C-438B-BAB7-476373A703D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{57ABBF01-A357-4BBC-B75C-625CDF1D6D83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{615BA265-518A-47A7-A4AF-AAB23324D801}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Debug|x64.ActiveCfg = Debug|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Debug|x86.ActiveCfg = Debug|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Release|Any CPU.Build.0 = Release|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Release|x64.ActiveCfg = Release|Any CPU
{5735AE6B-6166-44D7-BCEC-34A27A6CA186}.Release|x86.ActiveCfg = Release|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Debug|x64.ActiveCfg = Debug|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Release|Any CPU.Build.0 = Release|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Release|x64.ActiveCfg = Release|Any CPU
{7466F4F0-9A2C-438B-BAB7-476373A703D4}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7466F4F0-9A2C-438B-BAB7-476373A703D4} = {57ABBF01-A357-4BBC-B75C-625CDF1D6D83}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0323656-C564-4630-9F0D-F03AD74918DE}
EndGlobalSection
EndGlobal