-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
C4InterFlow.sln
42 lines (42 loc) · 2.3 KB
/
C4InterFlow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow.Cli", "C4InterFlow.Cli\C4InterFlow.Cli.csproj", "{EB78BBEC-4D8A-456C-90F1-920E45FFF982}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow", "C4InterFlow\C4InterFlow.csproj", "{B047B5AE-FA9A-453E-B522-F53ED61A0C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow.Automation", "C4InterFlow.Automation\C4InterFlow.Automation.csproj", "{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5B62581-615E-45C5-8A4A-3FEC83B827F6}"
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
{B047B5AE-FA9A-453E-B522-F53ED61A0C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B047B5AE-FA9A-453E-B522-F53ED61A0C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B047B5AE-FA9A-453E-B522-F53ED61A0C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B047B5AE-FA9A-453E-B522-F53ED61A0C80}.Release|Any CPU.Build.0 = Release|Any CPU
{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}.Release|Any CPU.Build.0 = Release|Any CPU
{EB78BBEC-4D8A-456C-90F1-920E45FFF982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB78BBEC-4D8A-456C-90F1-920E45FFF982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB78BBEC-4D8A-456C-90F1-920E45FFF982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB78BBEC-4D8A-456C-90F1-920E45FFF982}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {985B8BB4-BF7D-4869-9C46-4E213526CA15}
EndGlobalSection
EndGlobal