-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMongoDbAppender.sln
60 lines (60 loc) · 3.46 KB
/
MongoDbAppender.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
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDbAppender", "MongoDbAppender\MongoDbAppender.csproj", "{51DE12F3-72C6-4EE8-87EB-461FD2319ABB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDbAppernderTest", "MongoDbAppernderTest\MongoDbAppernderTest.csproj", "{EB121FF2-8A78-46E9-B797-A851EA0FE635}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B264F4CF-9D82-43B6-B16A-31B5787E2CA4}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
MongoDbAppender.vsmdi = MongoDbAppender.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{E5FF50CC-8F0C-4C98-A20E-B1C7724BD036}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDbAppender.Query", "MongoDbAppender.Query\MongoDbAppender.Query.csproj", "{34DE25F1-B7A6-4714-B8A1-5C252F0B176E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{B2F5DF01-E2E1-4364-8E15-9AB709F94103}"
ProjectSection(SolutionItems) = preProject
Shared\schemas\spring-objects-1.3.xsd = Shared\schemas\spring-objects-1.3.xsd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDbAppender.Query.Web", "MongoDbAppender.Query.Web\MongoDbAppender.Query.Web.csproj", "{214CDCEF-147D-4B8B-BBC3-D52CF844194A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51DE12F3-72C6-4EE8-87EB-461FD2319ABB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51DE12F3-72C6-4EE8-87EB-461FD2319ABB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51DE12F3-72C6-4EE8-87EB-461FD2319ABB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51DE12F3-72C6-4EE8-87EB-461FD2319ABB}.Release|Any CPU.Build.0 = Release|Any CPU
{EB121FF2-8A78-46E9-B797-A851EA0FE635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB121FF2-8A78-46E9-B797-A851EA0FE635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB121FF2-8A78-46E9-B797-A851EA0FE635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB121FF2-8A78-46E9-B797-A851EA0FE635}.Release|Any CPU.Build.0 = Release|Any CPU
{34DE25F1-B7A6-4714-B8A1-5C252F0B176E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DE25F1-B7A6-4714-B8A1-5C252F0B176E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DE25F1-B7A6-4714-B8A1-5C252F0B176E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DE25F1-B7A6-4714-B8A1-5C252F0B176E}.Release|Any CPU.Build.0 = Release|Any CPU
{214CDCEF-147D-4B8B-BBC3-D52CF844194A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{214CDCEF-147D-4B8B-BBC3-D52CF844194A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{214CDCEF-147D-4B8B-BBC3-D52CF844194A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{214CDCEF-147D-4B8B-BBC3-D52CF844194A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EB121FF2-8A78-46E9-B797-A851EA0FE635} = {E5FF50CC-8F0C-4C98-A20E-B1C7724BD036}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MongoDbAppender.vsmdi
EndGlobalSection
EndGlobal