-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HomeRecipes.sln
37 lines (37 loc) · 2.08 KB
/
HomeRecipes.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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HomeRecipes.Shared", "HomeRecipes\Shared\HomeRecipes.Shared.csproj", "{1D07A85B-E653-4409-8F00-A0459B47FB95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HomeRecipes.Client", "HomeRecipes.Client\HomeRecipes.Client.csproj", "{B448BA48-CA3C-4F1A-A9CD-9C59A19E8562}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HomeRecipes.SPA", "HomeRecipes.SPA\HomeRecipes.SPA.csproj", "{FDAC4D91-CED8-45E5-AF8E-5F8E204D8907}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D07A85B-E653-4409-8F00-A0459B47FB95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D07A85B-E653-4409-8F00-A0459B47FB95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D07A85B-E653-4409-8F00-A0459B47FB95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D07A85B-E653-4409-8F00-A0459B47FB95}.Release|Any CPU.Build.0 = Release|Any CPU
{B448BA48-CA3C-4F1A-A9CD-9C59A19E8562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B448BA48-CA3C-4F1A-A9CD-9C59A19E8562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B448BA48-CA3C-4F1A-A9CD-9C59A19E8562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B448BA48-CA3C-4F1A-A9CD-9C59A19E8562}.Release|Any CPU.Build.0 = Release|Any CPU
{FDAC4D91-CED8-45E5-AF8E-5F8E204D8907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDAC4D91-CED8-45E5-AF8E-5F8E204D8907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDAC4D91-CED8-45E5-AF8E-5F8E204D8907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDAC4D91-CED8-45E5-AF8E-5F8E204D8907}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D294129-7D27-465B-924A-3A64158460FC}
EndGlobalSection
EndGlobal