-
Notifications
You must be signed in to change notification settings - Fork 0
/
LearningDataStorage.sln
37 lines (37 loc) · 2.12 KB
/
LearningDataStorage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.98
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningDataStorage", "LearningDataStorage\LearningDataStorage.csproj", "{F1EDFE4C-5D49-4BE8-8D8E-25A3F80A489C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningDataStorage.DAL", "LearningDataStorage.DAL\LearningDataStorage.DAL.csproj", "{0B679246-4582-46BC-BABE-D2BD1534ACAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningDataStorage.Core", "LearningDataStorage.Core\LearningDataStorage.Core.csproj", "{873123AC-54A0-4898-9001-5D7A3DFF78D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1EDFE4C-5D49-4BE8-8D8E-25A3F80A489C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1EDFE4C-5D49-4BE8-8D8E-25A3F80A489C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1EDFE4C-5D49-4BE8-8D8E-25A3F80A489C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1EDFE4C-5D49-4BE8-8D8E-25A3F80A489C}.Release|Any CPU.Build.0 = Release|Any CPU
{0B679246-4582-46BC-BABE-D2BD1534ACAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B679246-4582-46BC-BABE-D2BD1534ACAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B679246-4582-46BC-BABE-D2BD1534ACAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B679246-4582-46BC-BABE-D2BD1534ACAD}.Release|Any CPU.Build.0 = Release|Any CPU
{873123AC-54A0-4898-9001-5D7A3DFF78D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{873123AC-54A0-4898-9001-5D7A3DFF78D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{873123AC-54A0-4898-9001-5D7A3DFF78D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{873123AC-54A0-4898-9001-5D7A3DFF78D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9142987E-AE4D-4822-9BAF-72231D850DA8}
EndGlobalSection
EndGlobal