-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloudStorage.sln
43 lines (43 loc) · 2.6 KB
/
CloudStorage.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 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudStorage.API", "CloudStorage.API\CloudStorage.API.csproj", "{96FCA193-723E-41F9-AE5E-BDF2B81795A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudStorage.Core", "CloudStorage.Core\CloudStorage.Core.csproj", "{EA8C5564-1B4C-4327-B294-15E8760D385A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudStorage.Infrastructure", "CloudStorage.Infrastructure\CloudStorage.Infrastructure.csproj", "{E929443C-BE78-41C8-82B4-45E7C3054959}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudStorage.Tests", "CloudStorage.Tests\CloudStorage.Tests.csproj", "{168FFB13-00F6-4AA5-A0CD-721FF58FCEA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96FCA193-723E-41F9-AE5E-BDF2B81795A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96FCA193-723E-41F9-AE5E-BDF2B81795A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96FCA193-723E-41F9-AE5E-BDF2B81795A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96FCA193-723E-41F9-AE5E-BDF2B81795A3}.Release|Any CPU.Build.0 = Release|Any CPU
{EA8C5564-1B4C-4327-B294-15E8760D385A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8C5564-1B4C-4327-B294-15E8760D385A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8C5564-1B4C-4327-B294-15E8760D385A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8C5564-1B4C-4327-B294-15E8760D385A}.Release|Any CPU.Build.0 = Release|Any CPU
{E929443C-BE78-41C8-82B4-45E7C3054959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E929443C-BE78-41C8-82B4-45E7C3054959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E929443C-BE78-41C8-82B4-45E7C3054959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E929443C-BE78-41C8-82B4-45E7C3054959}.Release|Any CPU.Build.0 = Release|Any CPU
{168FFB13-00F6-4AA5-A0CD-721FF58FCEA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168FFB13-00F6-4AA5-A0CD-721FF58FCEA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168FFB13-00F6-4AA5-A0CD-721FF58FCEA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168FFB13-00F6-4AA5-A0CD-721FF58FCEA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B02E48E2-B079-46FF-BF73-1858E2ACEED9}
EndGlobalSection
EndGlobal