-
Notifications
You must be signed in to change notification settings - Fork 0
/
UID.Participant.Api.sln
37 lines (37 loc) · 2.12 KB
/
UID.Participant.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UID.Participant.Api", "UID.Participant.Api\UID.Participant.Api.csproj", "{F8C34ECF-2454-4F49-B999-306282951E8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UID.Participant.Api.Test", "UID.Participant.Api.Test\UID.Participant.Api.Test.csproj", "{7DDDD7DD-4977-40C3-B64F-04C03188CAB3}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{4904B2E6-30E2-47B4-830A-38BF6545C3DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8C34ECF-2454-4F49-B999-306282951E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C34ECF-2454-4F49-B999-306282951E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C34ECF-2454-4F49-B999-306282951E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C34ECF-2454-4F49-B999-306282951E8D}.Release|Any CPU.Build.0 = Release|Any CPU
{7DDDD7DD-4977-40C3-B64F-04C03188CAB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DDDD7DD-4977-40C3-B64F-04C03188CAB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DDDD7DD-4977-40C3-B64F-04C03188CAB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DDDD7DD-4977-40C3-B64F-04C03188CAB3}.Release|Any CPU.Build.0 = Release|Any CPU
{4904B2E6-30E2-47B4-830A-38BF6545C3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4904B2E6-30E2-47B4-830A-38BF6545C3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4904B2E6-30E2-47B4-830A-38BF6545C3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4904B2E6-30E2-47B4-830A-38BF6545C3DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6101BE37-64BC-47F3-88D5-83376859EDDA}
EndGlobalSection
EndGlobal