forked from mitchlabrador/BigfootWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bigfoot.sln
52 lines (52 loc) · 2.94 KB
/
Bigfoot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bigfoot.Web.Helpers", "Bigfoot.Web.Helpers\Bigfoot.Web.Helpers.csproj", "{F7617CF6-77A5-41A4-8D35-B526D6919319}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bigfoot.Web.Client", "Bigfoot.Web.Client\Bigfoot.Web.Client.csproj", "{A294BF73-D9E8-41DA-BAEA-4D559C579A78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C46709AA-C466-4B29-AA6B-4E27A47E7689}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bigfoot.Utils", "Bigfoot.Utils\Bigfoot.Utils.csproj", "{5038AB87-F496-441B-8A31-3D56938E0A42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigfootSQL", "BigfootSQL\BigfootSQL.csproj", "{AD3F5FA1-C812-40F4-A981-18AFB4142E01}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7847ACD-C362-467A-AEBF-6BB1E5470ECC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7617CF6-77A5-41A4-8D35-B526D6919319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7617CF6-77A5-41A4-8D35-B526D6919319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7617CF6-77A5-41A4-8D35-B526D6919319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7617CF6-77A5-41A4-8D35-B526D6919319}.Release|Any CPU.Build.0 = Release|Any CPU
{A294BF73-D9E8-41DA-BAEA-4D559C579A78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A294BF73-D9E8-41DA-BAEA-4D559C579A78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A294BF73-D9E8-41DA-BAEA-4D559C579A78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A294BF73-D9E8-41DA-BAEA-4D559C579A78}.Release|Any CPU.Build.0 = Release|Any CPU
{5038AB87-F496-441B-8A31-3D56938E0A42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5038AB87-F496-441B-8A31-3D56938E0A42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5038AB87-F496-441B-8A31-3D56938E0A42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5038AB87-F496-441B-8A31-3D56938E0A42}.Release|Any CPU.Build.0 = Release|Any CPU
{AD3F5FA1-C812-40F4-A981-18AFB4142E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD3F5FA1-C812-40F4-A981-18AFB4142E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD3F5FA1-C812-40F4-A981-18AFB4142E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD3F5FA1-C812-40F4-A981-18AFB4142E01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal