forked from Sitecore-Community/sample-sitecore-mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MVC.sln
32 lines (32 loc) · 1.8 KB
/
MVC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.Tests", "MVC.Tests\MVC.Tests.csproj", "{6E432A1A-5A8C-42F6-8C8E-8F100CB2B10E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.Tutorial", "MVC\MVC.Tutorial.csproj", "{11C0461D-1E81-43C9-B65F-C17E681755DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.Data", "MVC.Data\MVC.Data.csproj", "{93B9BB50-F423-44B9-B50D-3DCAC0756B17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E432A1A-5A8C-42F6-8C8E-8F100CB2B10E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E432A1A-5A8C-42F6-8C8E-8F100CB2B10E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E432A1A-5A8C-42F6-8C8E-8F100CB2B10E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E432A1A-5A8C-42F6-8C8E-8F100CB2B10E}.Release|Any CPU.Build.0 = Release|Any CPU
{11C0461D-1E81-43C9-B65F-C17E681755DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11C0461D-1E81-43C9-B65F-C17E681755DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11C0461D-1E81-43C9-B65F-C17E681755DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11C0461D-1E81-43C9-B65F-C17E681755DA}.Release|Any CPU.Build.0 = Release|Any CPU
{93B9BB50-F423-44B9-B50D-3DCAC0756B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B9BB50-F423-44B9-B50D-3DCAC0756B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B9BB50-F423-44B9-B50D-3DCAC0756B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B9BB50-F423-44B9-B50D-3DCAC0756B17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal