-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntegration-Service-Primitives.sln
More file actions
63 lines (63 loc) · 3.28 KB
/
Integration-Service-Primitives.sln
File metadata and controls
63 lines (63 loc) · 3.28 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
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{7404486A-AC9A-4EA7-A6C6-0CEBE681EAF9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
License = License
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
StrongName.Development.snk = StrongName.Development.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{44449A69-08D2-483B-B695-5BD549A2040C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BD932090-BBDD-468D-990C-4425B779A1FD}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Directory.Build.targets = Tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project", "Source\Project\Project.csproj", "{B11E0520-2E8B-4550-A271-8ABBEA9810F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration-tests", "Tests\Integration-tests\Integration-tests.csproj", "{16598E18-E593-4C45-88FA-21A648D2A4A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit-tests", "Tests\Unit-tests\Unit-tests.csproj", "{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Release|Any CPU.Build.0 = Release|Any CPU
{B11E0520-2E8B-4550-A271-8ABBEA9810F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B11E0520-2E8B-4550-A271-8ABBEA9810F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B11E0520-2E8B-4550-A271-8ABBEA9810F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B11E0520-2E8B-4550-A271-8ABBEA9810F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16598E18-E593-4C45-88FA-21A648D2A4A3} = {BD932090-BBDD-468D-990C-4425B779A1FD}
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A} = {BD932090-BBDD-468D-990C-4425B779A1FD}
{B11E0520-2E8B-4550-A271-8ABBEA9810F3} = {44449A69-08D2-483B-B695-5BD549A2040C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D7A5EBB-83F7-4E96-9BFA-4FC6B4C3856E}
EndGlobalSection
EndGlobal