This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHit.sln
84 lines (84 loc) · 5.88 KB
/
Hit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hit", "src\Hit\Hit.csproj", "{C9DDB64C-D2B0-4211-AEF4-E38B476DF427}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HitUnitTests", "src\HitUnitTests\HitUnitTests.csproj", "{2277C0E4-4BC7-4468-A6B2-EE4814656BAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleSystem", "SampleSystem", "{884D3A3B-B5BA-41FF-A58E-64E055545377}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HitIntegrationTests", "HitIntegrationTests", "{0C677B15-B38D-42FA-9648-5818E49BDD8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{271AFA08-AF10-4C89-9E00-857172C49DA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.IntegrationTests", "src\SampleSystem\Items.IntegrationTests\Items.IntegrationTests.csproj", "{EF7DDBD5-6A9C-42B2-A1A3-230148532837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.Application", "src\SampleSystem\Items.Application\Items.Application.csproj", "{99A472AD-2351-4BD7-A295-C30F4FD532FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.Domain", "src\SampleSystem\Items.Domain\Items.Domain.csproj", "{54C52B9A-04E4-42F3-B096-3B922E538B90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.Infrastructure.Repository.InMemory", "src\SampleSystem\Items.Infrastructure.Repository.InMemory\Items.Infrastructure.Repository.InMemory.csproj", "{CEA780FB-883F-4499-B065-3F30AEC038F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.Infrastructure.Repository.Rest", "src\SampleSystem\Items.Infrastructure.Repository.Rest\Items.Infrastructure.Repository.Rest.csproj", "{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Items.Specification", "src\SampleSystem\Items.Specification\Items.Specification.csproj", "{A48EAD65-8054-43BE-9B60-4ED474C96371}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9DDB64C-D2B0-4211-AEF4-E38B476DF427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9DDB64C-D2B0-4211-AEF4-E38B476DF427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9DDB64C-D2B0-4211-AEF4-E38B476DF427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9DDB64C-D2B0-4211-AEF4-E38B476DF427}.Release|Any CPU.Build.0 = Release|Any CPU
{2277C0E4-4BC7-4468-A6B2-EE4814656BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2277C0E4-4BC7-4468-A6B2-EE4814656BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2277C0E4-4BC7-4468-A6B2-EE4814656BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2277C0E4-4BC7-4468-A6B2-EE4814656BAA}.Release|Any CPU.Build.0 = Release|Any CPU
{EF7DDBD5-6A9C-42B2-A1A3-230148532837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF7DDBD5-6A9C-42B2-A1A3-230148532837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF7DDBD5-6A9C-42B2-A1A3-230148532837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF7DDBD5-6A9C-42B2-A1A3-230148532837}.Release|Any CPU.Build.0 = Release|Any CPU
{99A472AD-2351-4BD7-A295-C30F4FD532FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A472AD-2351-4BD7-A295-C30F4FD532FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A472AD-2351-4BD7-A295-C30F4FD532FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A472AD-2351-4BD7-A295-C30F4FD532FE}.Release|Any CPU.Build.0 = Release|Any CPU
{54C52B9A-04E4-42F3-B096-3B922E538B90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C52B9A-04E4-42F3-B096-3B922E538B90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C52B9A-04E4-42F3-B096-3B922E538B90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C52B9A-04E4-42F3-B096-3B922E538B90}.Release|Any CPU.Build.0 = Release|Any CPU
{CEA780FB-883F-4499-B065-3F30AEC038F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEA780FB-883F-4499-B065-3F30AEC038F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEA780FB-883F-4499-B065-3F30AEC038F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEA780FB-883F-4499-B065-3F30AEC038F2}.Release|Any CPU.Build.0 = Release|Any CPU
{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{A48EAD65-8054-43BE-9B60-4ED474C96371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A48EAD65-8054-43BE-9B60-4ED474C96371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A48EAD65-8054-43BE-9B60-4ED474C96371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A48EAD65-8054-43BE-9B60-4ED474C96371}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2277C0E4-4BC7-4468-A6B2-EE4814656BAA} = {271AFA08-AF10-4C89-9E00-857172C49DA8}
{884D3A3B-B5BA-41FF-A58E-64E055545377} = {271AFA08-AF10-4C89-9E00-857172C49DA8}
{0C677B15-B38D-42FA-9648-5818E49BDD8E} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
{EF7DDBD5-6A9C-42B2-A1A3-230148532837} = {0C677B15-B38D-42FA-9648-5818E49BDD8E}
{99A472AD-2351-4BD7-A295-C30F4FD532FE} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
{54C52B9A-04E4-42F3-B096-3B922E538B90} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
{CEA780FB-883F-4499-B065-3F30AEC038F2} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
{0DFA804D-CE45-46A1-86BA-B4D8BCA59C3F} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
{A48EAD65-8054-43BE-9B60-4ED474C96371} = {884D3A3B-B5BA-41FF-A58E-64E055545377}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5428C317-DF43-4608-9A26-09A059B3902B}
EndGlobalSection
EndGlobal