-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSkyline Example Flow Engineering.sln
94 lines (94 loc) · 5.44 KB
/
Skyline Example Flow Engineering.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Internal", "Internal", "{05726674-7154-48B5-9CFF-D23F6135E2E9}"
ProjectSection(SolutionItems) = preProject
Internal\.editorconfig = Internal\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "QActions", "QActions", "{658269EB-119E-402B-9202-973ABEF9C012}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{FDDF573C-D659-4960-AF5E-ABADEEF385E6}"
ProjectSection(SolutionItems) = preProject
Dlls\ABOUT.md = Dlls\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DefaultTemplates", "DefaultTemplates", "{F2683535-3B81-4454-9E99-120E5016BBCE}"
ProjectSection(SolutionItems) = preProject
DefaultTemplates\ABOUT.md = DefaultTemplates\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{72D045F5-38EA-4F4C-9F03-8F2EAEA49B8F}"
ProjectSection(SolutionItems) = preProject
Documentation\ABOUT.md = Documentation\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF6F0721-4F4C-492E-A541-C9D2C7AA62A2}"
ProjectSection(SolutionItems) = preProject
protocol.xml = protocol.xml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B8323557-504C-440A-9B1A-E5FB50DCF3D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Analysis", "Code Analysis", "{F56F09C2-524D-49C6-82F3-A4A6ECC05348}"
ProjectSection(SolutionItems) = preProject
Internal\Code Analysis\qaction-debug.ruleset = Internal\Code Analysis\qaction-debug.ruleset
Internal\Code Analysis\qaction-release.ruleset = Internal\Code Analysis\qaction-release.ruleset
Internal\Code Analysis\stylecop.json = Internal\Code Analysis\stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAction_Helper", "QAction_Helper\QAction_Helper.csproj", "{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAction_2", "QAction_2\QAction_2.csproj", "{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAction_9990990", "QAction_9990990\QAction_9990990.csproj", "{67506985-4F86-4E8C-AC73-57B7A872EC95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAction_9991000", "QAction_9991000\QAction_9991000.csproj", "{63E474B9-5AAF-4D55-B2B1-1040F8A863A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAction_100", "QAction_100\QAction_100.csproj", "{4E63E13F-8458-44AA-AAB5-8EA00C796BE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA}.Release|Any CPU.Build.0 = Release|Any CPU
{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE}.Release|Any CPU.Build.0 = Release|Any CPU
{67506985-4F86-4E8C-AC73-57B7A872EC95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67506985-4F86-4E8C-AC73-57B7A872EC95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67506985-4F86-4E8C-AC73-57B7A872EC95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67506985-4F86-4E8C-AC73-57B7A872EC95}.Release|Any CPU.Build.0 = Release|Any CPU
{63E474B9-5AAF-4D55-B2B1-1040F8A863A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63E474B9-5AAF-4D55-B2B1-1040F8A863A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63E474B9-5AAF-4D55-B2B1-1040F8A863A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63E474B9-5AAF-4D55-B2B1-1040F8A863A6}.Release|Any CPU.Build.0 = Release|Any CPU
{4E63E13F-8458-44AA-AAB5-8EA00C796BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E63E13F-8458-44AA-AAB5-8EA00C796BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E63E13F-8458-44AA-AAB5-8EA00C796BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E63E13F-8458-44AA-AAB5-8EA00C796BE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F56F09C2-524D-49C6-82F3-A4A6ECC05348} = {05726674-7154-48B5-9CFF-D23F6135E2E9}
{D7EBB82F-73D9-488A-90AE-3CEA7CB890BA} = {05726674-7154-48B5-9CFF-D23F6135E2E9}
{23DD4085-E9B7-41F5-8885-9B4CB48DC5DE} = {658269EB-119E-402B-9202-973ABEF9C012}
{67506985-4F86-4E8C-AC73-57B7A872EC95} = {658269EB-119E-402B-9202-973ABEF9C012}
{63E474B9-5AAF-4D55-B2B1-1040F8A863A6} = {658269EB-119E-402B-9202-973ABEF9C012}
{4E63E13F-8458-44AA-AAB5-8EA00C796BE1} = {658269EB-119E-402B-9202-973ABEF9C012}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B591CBD0-A8D2-451C-A2BF-AE5C109F71AA}
EndGlobalSection
EndGlobal