This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathStorageService.sln
29 lines (29 loc) · 1.78 KB
/
StorageService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageService", "StorageService\StorageService.csproj", "{191B3525-1A4B-4B0E-8E6F-DBECCB75BEBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Domain", "Storage.Domain\Storage.Domain.csproj", "{0C484A24-E2F8-485D-92AA-3013F9D9898D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Infrastructure", "Storage.Infrastructure\Storage.Infrastructure.csproj", "{C1540B84-E755-4D2B-B2B5-B6E2DD5AE778}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{191B3525-1A4B-4B0E-8E6F-DBECCB75BEBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{191B3525-1A4B-4B0E-8E6F-DBECCB75BEBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{191B3525-1A4B-4B0E-8E6F-DBECCB75BEBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{191B3525-1A4B-4B0E-8E6F-DBECCB75BEBD}.Release|Any CPU.Build.0 = Release|Any CPU
{0C484A24-E2F8-485D-92AA-3013F9D9898D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C484A24-E2F8-485D-92AA-3013F9D9898D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C484A24-E2F8-485D-92AA-3013F9D9898D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C484A24-E2F8-485D-92AA-3013F9D9898D}.Release|Any CPU.Build.0 = Release|Any CPU
{C1540B84-E755-4D2B-B2B5-B6E2DD5AE778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1540B84-E755-4D2B-B2B5-B6E2DD5AE778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1540B84-E755-4D2B-B2B5-B6E2DD5AE778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1540B84-E755-4D2B-B2B5-B6E2DD5AE778}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal