forked from viciproject/mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVici.Mvc.sln
More file actions
28 lines (28 loc) · 1.43 KB
/
Copy pathVici.Mvc.sln
File metadata and controls
28 lines (28 loc) · 1.43 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vici.Mvc", "Library\Vici.Mvc.csproj", "{3D917D15-ED90-432A-83FF-33CB3E9B9A99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vici.Mvc.Test", "Tests\Vici.Mvc.Test.csproj", "{35779592-DDEE-421F-B84D-B691B716038B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D917D15-ED90-432A-83FF-33CB3E9B9A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D917D15-ED90-432A-83FF-33CB3E9B9A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D917D15-ED90-432A-83FF-33CB3E9B9A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D917D15-ED90-432A-83FF-33CB3E9B9A99}.Release|Any CPU.Build.0 = Release|Any CPU
{35779592-DDEE-421F-B84D-B691B716038B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35779592-DDEE-421F-B84D-B691B716038B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35779592-DDEE-421F-B84D-B691B716038B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35779592-DDEE-421F-B84D-B691B716038B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal