-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathEasy.Storage.sln
48 lines (48 loc) · 2.87 KB
/
Easy.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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easy.Storage.SQLite", "Easy.Storage.Sqlite\Easy.Storage.SQLite.csproj", "{800D2B81-5854-4184-8A08-6F13143DA1A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6985A4A8-2091-4CBC-AEC8-8B0914C93D47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easy.Storage.Tests.Unit", "Easy.Storage.Tests.Unit\Easy.Storage.Tests.Unit.csproj", "{BDF1E797-BB7F-42A9-97AE-A9299562F134}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easy.Storage.Common", "Easy.Storage.Common\Easy.Storage.Common.csproj", "{45DA2F67-F774-4C43-A27B-349FFC4752F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easy.Storage.SQLServer", "Easy.Storage.SqlServer\Easy.Storage.SQLServer.csproj", "{0D5C8FF9-B247-429C-8A77-260E08FFD7A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{800D2B81-5854-4184-8A08-6F13143DA1A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{800D2B81-5854-4184-8A08-6F13143DA1A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{800D2B81-5854-4184-8A08-6F13143DA1A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{800D2B81-5854-4184-8A08-6F13143DA1A3}.Release|Any CPU.Build.0 = Release|Any CPU
{BDF1E797-BB7F-42A9-97AE-A9299562F134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDF1E797-BB7F-42A9-97AE-A9299562F134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDF1E797-BB7F-42A9-97AE-A9299562F134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDF1E797-BB7F-42A9-97AE-A9299562F134}.Release|Any CPU.Build.0 = Release|Any CPU
{45DA2F67-F774-4C43-A27B-349FFC4752F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DA2F67-F774-4C43-A27B-349FFC4752F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DA2F67-F774-4C43-A27B-349FFC4752F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DA2F67-F774-4C43-A27B-349FFC4752F7}.Release|Any CPU.Build.0 = Release|Any CPU
{0D5C8FF9-B247-429C-8A77-260E08FFD7A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D5C8FF9-B247-429C-8A77-260E08FFD7A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D5C8FF9-B247-429C-8A77-260E08FFD7A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D5C8FF9-B247-429C-8A77-260E08FFD7A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDF1E797-BB7F-42A9-97AE-A9299562F134} = {6985A4A8-2091-4CBC-AEC8-8B0914C93D47}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86914E66-EEB0-43A2-BB21-9A4C897F329F}
EndGlobalSection
EndGlobal