-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
GridMvc.sln
51 lines (50 loc) · 2.68 KB
/
GridMvc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{284B3A26-84E0-4203-8E70-20275107A16D}"
ProjectSection(SolutionItems) = preProject
GridMvc.vsmdi = GridMvc.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F05C1E26-F067-4F6C-AC05-52B6F4C3A2E8}"
ProjectSection(SolutionItems) = preProject
.nuget\Grid.Mvc.nuspec = .nuget\Grid.Mvc.nuspec
.nuget\web.config.transform = .nuget\web.config.transform
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridMvc", "GridMvc\GridMvc.csproj", "{742CA5DD-16DB-464A-A267-A1F4E422733B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridMvc.Tests", "GridMvc.Tests\GridMvc.Tests.csproj", "{4F128BFC-B7B8-4842-AE9F-D706DC8D819E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridMvc.Site", "GridMvc.Site\GridMvc.Site.csproj", "{7EF1A034-8CC8-4A29-B9FF-1398EE9E5036}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{742CA5DD-16DB-464A-A267-A1F4E422733B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{742CA5DD-16DB-464A-A267-A1F4E422733B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{742CA5DD-16DB-464A-A267-A1F4E422733B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{742CA5DD-16DB-464A-A267-A1F4E422733B}.Release|Any CPU.Build.0 = Release|Any CPU
{4F128BFC-B7B8-4842-AE9F-D706DC8D819E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F128BFC-B7B8-4842-AE9F-D706DC8D819E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F128BFC-B7B8-4842-AE9F-D706DC8D819E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F128BFC-B7B8-4842-AE9F-D706DC8D819E}.Release|Any CPU.Build.0 = Release|Any CPU
{7EF1A034-8CC8-4A29-B9FF-1398EE9E5036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EF1A034-8CC8-4A29-B9FF-1398EE9E5036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EF1A034-8CC8-4A29-B9FF-1398EE9E5036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EF1A034-8CC8-4A29-B9FF-1398EE9E5036}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GridMvc.vsmdi
EndGlobalSection
EndGlobal