-
Notifications
You must be signed in to change notification settings - Fork 0
/
Api.Storage.sln
42 lines (42 loc) · 2.32 KB
/
Api.Storage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.Storage", "Api.Storage\Api.Storage.csproj", "{B0DFD6FF-C2D7-4C4F-B403-1EF2B528C34E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.DataAccess", "Api.DataAccess\Api.DataAccess.csproj", "{D81106E4-1D97-4679-9C6E-2E9A3DCA3742}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{52E07289-54DA-47EC-9515-B87B9C8BE09C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.StorageTests", "Tests\Api.StorageTests\Api.StorageTests.csproj", "{99B4DD90-C8BD-4EF5-9487-2DEF3700504A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0DFD6FF-C2D7-4C4F-B403-1EF2B528C34E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0DFD6FF-C2D7-4C4F-B403-1EF2B528C34E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DFD6FF-C2D7-4C4F-B403-1EF2B528C34E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DFD6FF-C2D7-4C4F-B403-1EF2B528C34E}.Release|Any CPU.Build.0 = Release|Any CPU
{D81106E4-1D97-4679-9C6E-2E9A3DCA3742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81106E4-1D97-4679-9C6E-2E9A3DCA3742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81106E4-1D97-4679-9C6E-2E9A3DCA3742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81106E4-1D97-4679-9C6E-2E9A3DCA3742}.Release|Any CPU.Build.0 = Release|Any CPU
{99B4DD90-C8BD-4EF5-9487-2DEF3700504A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99B4DD90-C8BD-4EF5-9487-2DEF3700504A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99B4DD90-C8BD-4EF5-9487-2DEF3700504A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99B4DD90-C8BD-4EF5-9487-2DEF3700504A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99B4DD90-C8BD-4EF5-9487-2DEF3700504A} = {52E07289-54DA-47EC-9515-B87B9C8BE09C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA6F4EC9-E34A-4728-93A1-3C60471AAA8E}
EndGlobalSection
EndGlobal