-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatbert4.sln
More file actions
79 lines (79 loc) · 4.55 KB
/
Catbert4.sln
File metadata and controls
79 lines (79 loc) · 4.55 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1169
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bin", "Bin", "{33390886-40A5-4CFF-97E2-8A99DE3A515A}"
ProjectSection(SolutionItems) = preProject
Bin\Antlr3.Runtime.dll = Bin\Antlr3.Runtime.dll
Bin\AutoMapper.dll = Bin\AutoMapper.dll
Bin\Castle.Core.dll = Bin\Castle.Core.dll
Bin\Castle.DynamicProxy2.dll = Bin\Castle.DynamicProxy2.dll
Bin\Castle.MicroKernel.dll = Bin\Castle.MicroKernel.dll
Bin\Castle.Windsor.dll = Bin\Castle.Windsor.dll
Bin\Common.Logging.dll = Bin\Common.Logging.dll
Bin\Elmah.dll = Bin\Elmah.dll
Bin\HibernatingRhinos.Profiler.Appender.dll = Bin\HibernatingRhinos.Profiler.Appender.dll
Bin\log4net.dll = Bin\log4net.dll
Bin\Microsoft.Practices.ServiceLocation.dll = Bin\Microsoft.Practices.ServiceLocation.dll
Bin\Microsoft.Web.Mvc.dll = Bin\Microsoft.Web.Mvc.dll
Bin\MvcContrib.Castle.dll = Bin\MvcContrib.Castle.dll
Bin\MvcContrib.dll = Bin\MvcContrib.dll
Bin\MvcContrib.FluentHtml.dll = Bin\MvcContrib.FluentHtml.dll
Bin\MvcContrib.TestHelper.dll = Bin\MvcContrib.TestHelper.dll
Bin\Newtonsoft.Json.dll = Bin\Newtonsoft.Json.dll
Bin\NHibernate.ByteCode.Spring.dll = Bin\NHibernate.ByteCode.Spring.dll
Bin\Remotion.Data.Linq.dll = Bin\Remotion.Data.Linq.dll
Bin\Rhino.Mocks.dll = Bin\Rhino.Mocks.dll
Bin\Spring.Aop.dll = Bin\Spring.Aop.dll
Bin\Spring.Core.dll = Bin\Spring.Core.dll
Bin\System.Data.SQLite.DLL = Bin\System.Data.SQLite.DLL
Bin\Telerik.Web.Mvc.dll = Bin\Telerik.Web.Mvc.dll
Bin\xVal.dll = Bin\xVal.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catbert4", "Catbert4\Catbert4.csproj", "{B8863513-F3B6-4F72-8076-2DCC3F479E80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catbert4.Tests", "Catbert4.Tests\Catbert4.Tests.csproj", "{A5B889D9-47E1-435C-AA85-76092074B236}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catbert4.Core", "Catbert4.Core\Catbert4.Core.csproj", "{A5876BBC-2054-4B62-8DFF-F2E948434EBB}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Catbert4.Sql", "Catbert4.Sql\Catbert4.Sql.sqlproj", "{0811783D-BFEA-4437-81AD-02A01FEB7260}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Release|Any CPU.Build.0 = Release|Any CPU
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Test|Any CPU.ActiveCfg = Test|Any CPU
{B8863513-F3B6-4F72-8076-2DCC3F479E80}.Test|Any CPU.Build.0 = Test|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Release|Any CPU.Build.0 = Release|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Test|Any CPU.ActiveCfg = Test|Any CPU
{A5B889D9-47E1-435C-AA85-76092074B236}.Test|Any CPU.Build.0 = Test|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Release|Any CPU.Build.0 = Release|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Test|Any CPU.ActiveCfg = Test|Any CPU
{A5876BBC-2054-4B62-8DFF-F2E948434EBB}.Test|Any CPU.Build.0 = Test|Any CPU
{0811783D-BFEA-4437-81AD-02A01FEB7260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0811783D-BFEA-4437-81AD-02A01FEB7260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0811783D-BFEA-4437-81AD-02A01FEB7260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0811783D-BFEA-4437-81AD-02A01FEB7260}.Test|Any CPU.ActiveCfg = Test|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1D5D5E9-C3A5-48CA-A6DF-32EBF9D982A7}
EndGlobalSection
EndGlobal