-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStudyStacks.sln
48 lines (48 loc) · 2.7 KB
/
StudyStacks.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 Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "FlashCardStudyWeb\Web.csproj", "{E581C2E6-0CEB-497D-AC24-AABA250399DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{2C02F6BD-5E83-4B51-B791-876FC2A5C170}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataBaseAccess", "DataBaseAccess\DataBaseAccess.csproj", "{39C0B27C-A30C-4770-83A0-BF2BD5EE0A7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilities", "Utility\Utilities.csproj", "{57CFC58C-EE1C-4BBF-BBEA-DB45040BD542}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C3049C0-57FD-42C5-BB7A-C2AD92EC7A70}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E581C2E6-0CEB-497D-AC24-AABA250399DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E581C2E6-0CEB-497D-AC24-AABA250399DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E581C2E6-0CEB-497D-AC24-AABA250399DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E581C2E6-0CEB-497D-AC24-AABA250399DD}.Release|Any CPU.Build.0 = Release|Any CPU
{2C02F6BD-5E83-4B51-B791-876FC2A5C170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C02F6BD-5E83-4B51-B791-876FC2A5C170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C02F6BD-5E83-4B51-B791-876FC2A5C170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C02F6BD-5E83-4B51-B791-876FC2A5C170}.Release|Any CPU.Build.0 = Release|Any CPU
{39C0B27C-A30C-4770-83A0-BF2BD5EE0A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39C0B27C-A30C-4770-83A0-BF2BD5EE0A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39C0B27C-A30C-4770-83A0-BF2BD5EE0A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39C0B27C-A30C-4770-83A0-BF2BD5EE0A7D}.Release|Any CPU.Build.0 = Release|Any CPU
{57CFC58C-EE1C-4BBF-BBEA-DB45040BD542}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57CFC58C-EE1C-4BBF-BBEA-DB45040BD542}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57CFC58C-EE1C-4BBF-BBEA-DB45040BD542}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57CFC58C-EE1C-4BBF-BBEA-DB45040BD542}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A5213BF-A044-400C-A4E3-DEE60690BC0B}
EndGlobalSection
EndGlobal