-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServiceComposition.NET.sln
More file actions
59 lines (59 loc) · 3.55 KB
/
ServiceComposition.NET.sln
File metadata and controls
59 lines (59 loc) · 3.55 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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11429.125
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A514D09D-ECA1-48D5-8FE9-B2EC605A6AAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87EB6AF7-CC50-46C3-A660-C40BBA62ABFD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tst", "tst", "{7295E678-A29A-432B-A6F8-B8B8288B0CF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceComposition.NET", "src\ServiceComposition.NET\ServiceComposition.NET.csproj", "{8A3FD279-60A9-4559-BC4B-A66321391833}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Common", "tst\Test.Common\Test.Common.csproj", "{2BD32414-0070-4B27-AB77-3CAD566C6A66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceComposition.NET.UnitTests", "tst\ServiceComposition.NET.UnitTests\ServiceComposition.NET.UnitTests.csproj", "{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceComposition.NET.IntegrationTests", "tst\ServiceComposition.NET.IntegrationTests\ServiceComposition.NET.IntegrationTests.csproj", "{9A6AB485-5B32-DF77-9C92-6821F0E54C9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A3FD279-60A9-4559-BC4B-A66321391833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A3FD279-60A9-4559-BC4B-A66321391833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A3FD279-60A9-4559-BC4B-A66321391833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A3FD279-60A9-4559-BC4B-A66321391833}.Release|Any CPU.Build.0 = Release|Any CPU
{2BD32414-0070-4B27-AB77-3CAD566C6A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BD32414-0070-4B27-AB77-3CAD566C6A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BD32414-0070-4B27-AB77-3CAD566C6A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BD32414-0070-4B27-AB77-3CAD566C6A66}.Release|Any CPU.Build.0 = Release|Any CPU
{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41}.Release|Any CPU.Build.0 = Release|Any CPU
{9A6AB485-5B32-DF77-9C92-6821F0E54C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A6AB485-5B32-DF77-9C92-6821F0E54C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A6AB485-5B32-DF77-9C92-6821F0E54C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A6AB485-5B32-DF77-9C92-6821F0E54C9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A3FD279-60A9-4559-BC4B-A66321391833} = {A514D09D-ECA1-48D5-8FE9-B2EC605A6AAF}
{2BD32414-0070-4B27-AB77-3CAD566C6A66} = {7295E678-A29A-432B-A6F8-B8B8288B0CF6}
{C704C9A1-50BB-55FF-2E60-3F7CDCEBCE41} = {7295E678-A29A-432B-A6F8-B8B8288B0CF6}
{9A6AB485-5B32-DF77-9C92-6821F0E54C9A} = {7295E678-A29A-432B-A6F8-B8B8288B0CF6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FECD9FE-1E86-45E9-A22D-F16B49821423}
EndGlobalSection
EndGlobal