-
Notifications
You must be signed in to change notification settings - Fork 1
/
MLog.sln
50 lines (50 loc) · 2.78 KB
/
MLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLog", "MLog\MLog.csproj", "{188542A2-90A1-4655-82E4-83223557B25D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLog.Tests", "MLog.Tests\MLog.Tests.csproj", "{CBAE13B0-B9D1-45D4-AFF1-3D4EB9770367}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{A6AC0C2F-BBEC-4EE6-8DBB-A42FDDBE46E8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MLog.Data", "MLog.Data", "{39FB210F-814D-4EE2-A242-42F02B4B4897}"
ProjectSection(SolutionItems) = preProject
MLog.Data\MLog.sql = MLog.Data\MLog.sql
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MLog.Core", "MLog.Core\MLog.Core.xproj", "{B46EB3FD-283C-4143-8921-43E75665D297}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MLog.Core.Tests", "MLog.Core.Tests\MLog.Core.Tests.xproj", "{0966BD4C-F11F-4543-AC3F-C98E7E48C8D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{188542A2-90A1-4655-82E4-83223557B25D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{188542A2-90A1-4655-82E4-83223557B25D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{188542A2-90A1-4655-82E4-83223557B25D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{188542A2-90A1-4655-82E4-83223557B25D}.Release|Any CPU.Build.0 = Release|Any CPU
{CBAE13B0-B9D1-45D4-AFF1-3D4EB9770367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBAE13B0-B9D1-45D4-AFF1-3D4EB9770367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBAE13B0-B9D1-45D4-AFF1-3D4EB9770367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBAE13B0-B9D1-45D4-AFF1-3D4EB9770367}.Release|Any CPU.Build.0 = Release|Any CPU
{B46EB3FD-283C-4143-8921-43E75665D297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B46EB3FD-283C-4143-8921-43E75665D297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B46EB3FD-283C-4143-8921-43E75665D297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B46EB3FD-283C-4143-8921-43E75665D297}.Release|Any CPU.Build.0 = Release|Any CPU
{0966BD4C-F11F-4543-AC3F-C98E7E48C8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0966BD4C-F11F-4543-AC3F-C98E7E48C8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0966BD4C-F11F-4543-AC3F-C98E7E48C8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0966BD4C-F11F-4543-AC3F-C98E7E48C8D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal