-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloudCord.sln
39 lines (39 loc) · 2.4 KB
/
CloudCord.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudCord", "CloudCord\CloudCord.csproj", "{F4CD9A4B-D611-4276-BF93-F9BE02B3122F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{497462FC-57F6-4DD2-AE3B-302D0B379D2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudCordClient", "CloudCordClient\CloudCordClient.csproj", "{1F5E492A-AD93-4C24-B4A1-34F7B5784F8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{6DC2044B-8248-4F4A-92D1-51188C178251}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B3D904B-7BFD-4962-9464-436FF1D6E247}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4CD9A4B-D611-4276-BF93-F9BE02B3122F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4CD9A4B-D611-4276-BF93-F9BE02B3122F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4CD9A4B-D611-4276-BF93-F9BE02B3122F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4CD9A4B-D611-4276-BF93-F9BE02B3122F}.Release|Any CPU.Build.0 = Release|Any CPU
{497462FC-57F6-4DD2-AE3B-302D0B379D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497462FC-57F6-4DD2-AE3B-302D0B379D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497462FC-57F6-4DD2-AE3B-302D0B379D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497462FC-57F6-4DD2-AE3B-302D0B379D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{1F5E492A-AD93-4C24-B4A1-34F7B5784F8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F5E492A-AD93-4C24-B4A1-34F7B5784F8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F5E492A-AD93-4C24-B4A1-34F7B5784F8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F5E492A-AD93-4C24-B4A1-34F7B5784F8C}.Release|Any CPU.Build.0 = Release|Any CPU
{6DC2044B-8248-4F4A-92D1-51188C178251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DC2044B-8248-4F4A-92D1-51188C178251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DC2044B-8248-4F4A-92D1-51188C178251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DC2044B-8248-4F4A-92D1-51188C178251}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal