-
Notifications
You must be signed in to change notification settings - Fork 0
/
DocumentSharing.sln
43 lines (43 loc) · 2.57 KB
/
DocumentSharing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentSharingAPI", "DocumentSharingAPI\DocumentSharingAPI.csproj", "{458F2685-D9E0-4F43-9DFC-E8CE3E9B1E19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentSharingService", "DocumentSharingService\DocumentSharingService.csproj", "{3013BC34-12E2-4F34-B913-3EEE6B3FBFBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentSharingData", "DocumentSharingData\DocumentSharingData.csproj", "{0182C2AA-B6A3-4EF2-A2A1-ADA900B95E07}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{D1436725-80EF-4115-BD1F-02FE42757355}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{458F2685-D9E0-4F43-9DFC-E8CE3E9B1E19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458F2685-D9E0-4F43-9DFC-E8CE3E9B1E19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458F2685-D9E0-4F43-9DFC-E8CE3E9B1E19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458F2685-D9E0-4F43-9DFC-E8CE3E9B1E19}.Release|Any CPU.Build.0 = Release|Any CPU
{3013BC34-12E2-4F34-B913-3EEE6B3FBFBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3013BC34-12E2-4F34-B913-3EEE6B3FBFBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3013BC34-12E2-4F34-B913-3EEE6B3FBFBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3013BC34-12E2-4F34-B913-3EEE6B3FBFBA}.Release|Any CPU.Build.0 = Release|Any CPU
{0182C2AA-B6A3-4EF2-A2A1-ADA900B95E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0182C2AA-B6A3-4EF2-A2A1-ADA900B95E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0182C2AA-B6A3-4EF2-A2A1-ADA900B95E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0182C2AA-B6A3-4EF2-A2A1-ADA900B95E07}.Release|Any CPU.Build.0 = Release|Any CPU
{D1436725-80EF-4115-BD1F-02FE42757355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1436725-80EF-4115-BD1F-02FE42757355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1436725-80EF-4115-BD1F-02FE42757355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1436725-80EF-4115-BD1F-02FE42757355}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B6BFD2-F67B-4156-B111-BBBEE5D5BEBA}
EndGlobalSection
EndGlobal