forked from jschementi/ironrubymvc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
IronRubyMvc.sln
52 lines (52 loc) · 3.38 KB
/
IronRubyMvc.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Web.Mvc.IronRuby", "IronRubyMvc\System.Web.Mvc.IronRuby.csproj", "{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronRubyMvcWeb", "IronRubyMvcWeb\IronRubyMvcWeb.csproj", "{2E516619-7937-42EC-9427-AA554B36B1B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A75F5714-408B-405F-B535-C50C575191A2}"
ProjectSection(SolutionItems) = preProject
IronRubyMvcKey.public = IronRubyMvcKey.public
IronRubyMvcKey.snk = IronRubyMvcKey.snk
README.markdown = README.markdown
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Web.Mvc.Dlr", "System.Web.Mvc.Dlr\System.Web.Mvc.Dlr.csproj", "{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Signed|Any CPU = Debug_Signed|Any CPU
Debug|Any CPU = Debug|Any CPU
Release_Signed|Any CPU = Release_Signed|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Debug_Signed|Any CPU.ActiveCfg = Debug_Signed|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Debug_Signed|Any CPU.Build.0 = Debug_Signed|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Release_Signed|Any CPU.ActiveCfg = Release_Signed|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Release_Signed|Any CPU.Build.0 = Release_Signed|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}.Release|Any CPU.Build.0 = Release|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Debug_Signed|Any CPU.ActiveCfg = Debug_Signed|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Debug_Signed|Any CPU.Build.0 = Debug_Signed|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Release_Signed|Any CPU.ActiveCfg = Release_Signed|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Release_Signed|Any CPU.Build.0 = Release_Signed|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E516619-7937-42EC-9427-AA554B36B1B7}.Release|Any CPU.Build.0 = Release|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Debug_Signed|Any CPU.ActiveCfg = Debug|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Debug_Signed|Any CPU.Build.0 = Debug|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Release_Signed|Any CPU.ActiveCfg = Release|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Release_Signed|Any CPU.Build.0 = Release|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09BFDD14-D230-44AE-B9D4-4EDD20FAEB60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal