-
Notifications
You must be signed in to change notification settings - Fork 1
/
Flashcards.sln
42 lines (42 loc) · 2.09 KB
/
Flashcards.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{29F66895-C73B-4AA6-B1D0-EFEBE5CEEF61}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F68EAAD-A9B9-4113-9603-64CD25EE52B2}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Flashcards.Api", "src\Flashcards.Api\Flashcards.Api.xproj", "{023DD704-F44C-4609-8458-BBA140C9ED76}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Flashcard.Web", "src\Flashcard.Web\Flashcard.Web.xproj", "{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{023DD704-F44C-4609-8458-BBA140C9ED76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{023DD704-F44C-4609-8458-BBA140C9ED76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{023DD704-F44C-4609-8458-BBA140C9ED76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{023DD704-F44C-4609-8458-BBA140C9ED76}.Release|Any CPU.Build.0 = Release|Any CPU
{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{023DD704-F44C-4609-8458-BBA140C9ED76} = {29F66895-C73B-4AA6-B1D0-EFEBE5CEEF61}
{FC6D88E2-9EC1-4D55-9D22-A0C0AFD3010D} = {29F66895-C73B-4AA6-B1D0-EFEBE5CEEF61}
EndGlobalSection
EndGlobal