-
Notifications
You must be signed in to change notification settings - Fork 0
/
RecipesNg6.sln
37 lines (37 loc) · 2.05 KB
/
RecipesNg6.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 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecipesNg6", "RecipesNg6\RecipesNg6.csproj", "{0AA3052A-9616-44C7-9EF9-F57DE2691A5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecipesNg6.Database", "RecipesNg6.Database\RecipesNg6.Database.csproj", "{F64F1C61-DC17-4632-913A-B9C6910175A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecipesNg6.Core", "RecipesNg6.Core\RecipesNg6.Core.csproj", "{B4CE35A7-2FD9-49B5-887F-515886AAA9D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AA3052A-9616-44C7-9EF9-F57DE2691A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AA3052A-9616-44C7-9EF9-F57DE2691A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AA3052A-9616-44C7-9EF9-F57DE2691A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AA3052A-9616-44C7-9EF9-F57DE2691A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{F64F1C61-DC17-4632-913A-B9C6910175A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F64F1C61-DC17-4632-913A-B9C6910175A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F64F1C61-DC17-4632-913A-B9C6910175A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F64F1C61-DC17-4632-913A-B9C6910175A1}.Release|Any CPU.Build.0 = Release|Any CPU
{B4CE35A7-2FD9-49B5-887F-515886AAA9D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4CE35A7-2FD9-49B5-887F-515886AAA9D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4CE35A7-2FD9-49B5-887F-515886AAA9D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4CE35A7-2FD9-49B5-887F-515886AAA9D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {568DC8C8-AEF0-4D5F-9C16-CE4E7C4CF7E8}
EndGlobalSection
EndGlobal