-
Notifications
You must be signed in to change notification settings - Fork 0
/
RecipeBook.sln
63 lines (63 loc) · 3.61 KB
/
RecipeBook.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecipeBookApi", "RecipeBookApi\RecipeBookApi.csproj", "{C1BF607C-2360-494B-897C-E4CB11A5303D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{DD6801A1-0D99-4A4E-A540-1AD9730223E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonTests", "CommonTests\CommonTests.csproj", "{3275B329-8198-40F0-9D4C-010AAB47724E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MySqlDatabase", "MySqlDatabase", "{4DC3C39A-1A31-4CF9-B609-773F587B880B}"
ProjectSection(SolutionItems) = preProject
MySqlDatabase\AppUser_Scripts.sql = MySqlDatabase\AppUser_Scripts.sql
MySqlDatabase\DbSchema.sql = MySqlDatabase\DbSchema.sql
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecipeBookWeb", "RecipeBookWeb\RecipeBookWeb.csproj", "{8265917D-F687-47EF-8D6B-0676CB8619D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FEA863A-D383-4C29-AA4F-B181F34DFACE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "RecipeScraperApi", "RecipeScraperApi\RecipeScraperApi.njsproj", "{9F436CEF-4A74-417F-8C0D-3522BBFF03E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1BF607C-2360-494B-897C-E4CB11A5303D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BF607C-2360-494B-897C-E4CB11A5303D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BF607C-2360-494B-897C-E4CB11A5303D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BF607C-2360-494B-897C-E4CB11A5303D}.Release|Any CPU.Build.0 = Release|Any CPU
{DD6801A1-0D99-4A4E-A540-1AD9730223E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD6801A1-0D99-4A4E-A540-1AD9730223E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD6801A1-0D99-4A4E-A540-1AD9730223E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD6801A1-0D99-4A4E-A540-1AD9730223E6}.Release|Any CPU.Build.0 = Release|Any CPU
{3275B329-8198-40F0-9D4C-010AAB47724E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3275B329-8198-40F0-9D4C-010AAB47724E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3275B329-8198-40F0-9D4C-010AAB47724E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3275B329-8198-40F0-9D4C-010AAB47724E}.Release|Any CPU.Build.0 = Release|Any CPU
{8265917D-F687-47EF-8D6B-0676CB8619D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8265917D-F687-47EF-8D6B-0676CB8619D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8265917D-F687-47EF-8D6B-0676CB8619D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8265917D-F687-47EF-8D6B-0676CB8619D2}.Release|Any CPU.Build.0 = Release|Any CPU
{9F436CEF-4A74-417F-8C0D-3522BBFF03E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F436CEF-4A74-417F-8C0D-3522BBFF03E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F436CEF-4A74-417F-8C0D-3522BBFF03E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F436CEF-4A74-417F-8C0D-3522BBFF03E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E12FCA2E-1801-435F-8A4E-55F8BA3B42B1}
EndGlobalSection
EndGlobal