forked from letsbootstrap/Razor.ServiceStack-On-Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Razor.ServiceStack.sln
26 lines (26 loc) · 1.38 KB
/
Razor.ServiceStack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "Razor.ServiceStack", "Razor.ServiceStack\Razor.ServiceStack.ccproj", "{59CCF90C-77C3-4483-B7C1-1A4F130B16F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Website", "Website\Website.csproj", "{77EBA5EE-2B98-4E42-984A-70B863DF14CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59CCF90C-77C3-4483-B7C1-1A4F130B16F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59CCF90C-77C3-4483-B7C1-1A4F130B16F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59CCF90C-77C3-4483-B7C1-1A4F130B16F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59CCF90C-77C3-4483-B7C1-1A4F130B16F1}.Release|Any CPU.Build.0 = Release|Any CPU
{77EBA5EE-2B98-4E42-984A-70B863DF14CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77EBA5EE-2B98-4E42-984A-70B863DF14CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77EBA5EE-2B98-4E42-984A-70B863DF14CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77EBA5EE-2B98-4E42-984A-70B863DF14CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal