-
Notifications
You must be signed in to change notification settings - Fork 56
/
BestForYouRecipes.sln
37 lines (37 loc) · 2.08 KB
/
BestForYouRecipes.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 17
VisualStudioVersion = 17.7.33906.173
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BestForYouRecipes", "BestForYouRecipes\BestForYouRecipes.csproj", "{B37AD23A-E310-4A60-A336-B93C14422891}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BestForYouRecipes.Client", "BestForYouRecipes.Client\BestForYouRecipes.Client.csproj", "{467F286B-80DF-4987-BF0F-03741E4089B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarRatings", "StarRatings\StarRatings.csproj", "{AC5EB257-E319-4A92-813A-7003E6FF3679}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B37AD23A-E310-4A60-A336-B93C14422891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B37AD23A-E310-4A60-A336-B93C14422891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B37AD23A-E310-4A60-A336-B93C14422891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B37AD23A-E310-4A60-A336-B93C14422891}.Release|Any CPU.Build.0 = Release|Any CPU
{467F286B-80DF-4987-BF0F-03741E4089B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{467F286B-80DF-4987-BF0F-03741E4089B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{467F286B-80DF-4987-BF0F-03741E4089B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{467F286B-80DF-4987-BF0F-03741E4089B2}.Release|Any CPU.Build.0 = Release|Any CPU
{AC5EB257-E319-4A92-813A-7003E6FF3679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC5EB257-E319-4A92-813A-7003E6FF3679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC5EB257-E319-4A92-813A-7003E6FF3679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC5EB257-E319-4A92-813A-7003E6FF3679}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E67C23E-69A0-4803-9841-AABA02185A79}
EndGlobalSection
EndGlobal