-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoBeer.sln
34 lines (34 loc) · 1.72 KB
/
AutoBeer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoBeer.Web", ".\AutoBeer.Web\AutoBeer.Web.csproj", "{4388B0E4-1354-4E52-92F1-01A26DC48AF5}"
ProjectSection(ProjectDependencies) = postProject
{BDF047A9-7831-4778-BB1E-F629FAEF0EB7} = {BDF047A9-7831-4778-BB1E-F629FAEF0EB7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoBeer.Data", ".\AutoBeer.Data\AutoBeer.Data.csproj", "{BDF047A9-7831-4778-BB1E-F629FAEF0EB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4388B0E4-1354-4E52-92F1-01A26DC48AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4388B0E4-1354-4E52-92F1-01A26DC48AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4388B0E4-1354-4E52-92F1-01A26DC48AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4388B0E4-1354-4E52-92F1-01A26DC48AF5}.Release|Any CPU.Build.0 = Release|Any CPU
{BDF047A9-7831-4778-BB1E-F629FAEF0EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDF047A9-7831-4778-BB1E-F629FAEF0EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDF047A9-7831-4778-BB1E-F629FAEF0EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDF047A9-7831-4778-BB1E-F629FAEF0EB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9B9173C-2EE5-4DD7-A8EA-485CEC087C96}
EndGlobalSection
EndGlobal