-
Notifications
You must be signed in to change notification settings - Fork 33
/
BForms.sln
57 lines (57 loc) · 3.15 KB
/
BForms.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
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BForms", "BForms\BForms.csproj", "{60A6E254-CD66-4C0E-9191-5E95E70001EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FFE46FF4-E0D6-4DBB-9D78-840EC684F58E}"
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}") = "BForms.Docs", "BForms.Docs\BForms.Docs.csproj", "{ACFAD539-59C8-4739-8DA4-6C76F7B1DE97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{E1ACF7B5-009B-437B-9113-64A6E09E69FF}"
ProjectSection(SolutionItems) = preProject
tools\MinifyBundlesTask.proj = tools\MinifyBundlesTask.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuspec", ".nuspec", "{19D53EFA-2B6C-4AB4-8E1A-68BA4883436A}"
ProjectSection(SolutionItems) = preProject
nuspec\BForms.MVC.nuspec = nuspec\BForms.MVC.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BForms.Build", "BForms.Build\BForms.Build.csproj", "{753D9542-D557-48F0-8039-002EE268D1E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BForms.EndToEnd", "BForms.EndToEnd\BForms.EndToEnd.csproj", "{69E17996-C9CA-4D7F-BDD0-3B7231C91854}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60A6E254-CD66-4C0E-9191-5E95E70001EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60A6E254-CD66-4C0E-9191-5E95E70001EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60A6E254-CD66-4C0E-9191-5E95E70001EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60A6E254-CD66-4C0E-9191-5E95E70001EB}.Release|Any CPU.Build.0 = Release|Any CPU
{ACFAD539-59C8-4739-8DA4-6C76F7B1DE97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACFAD539-59C8-4739-8DA4-6C76F7B1DE97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACFAD539-59C8-4739-8DA4-6C76F7B1DE97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACFAD539-59C8-4739-8DA4-6C76F7B1DE97}.Release|Any CPU.Build.0 = Release|Any CPU
{753D9542-D557-48F0-8039-002EE268D1E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{753D9542-D557-48F0-8039-002EE268D1E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{753D9542-D557-48F0-8039-002EE268D1E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{753D9542-D557-48F0-8039-002EE268D1E5}.Release|Any CPU.Build.0 = Release|Any CPU
{69E17996-C9CA-4D7F-BDD0-3B7231C91854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E17996-C9CA-4D7F-BDD0-3B7231C91854}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E17996-C9CA-4D7F-BDD0-3B7231C91854}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E17996-C9CA-4D7F-BDD0-3B7231C91854}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal