-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicroex.LogServer.sln
37 lines (37 loc) · 2.13 KB
/
Microex.LogServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27205.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microex.LogServer.Api", "Microex.LogServer.Api\Microex.LogServer.Api.csproj", "{9E7202B0-7FE3-40EF-BAA1-C591F987A847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microex.LogServer.Service", "Microex.LogServer.Service\Microex.LogServer.Service.csproj", "{3C08CA87-2CBD-4557-862B-0B27ABBE727C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microex.LogServer.Database", "Microex.LogServer.Database\Microex.LogServer.Database.csproj", "{56968CE0-7C46-4992-B23E-F51C4DD26D8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E7202B0-7FE3-40EF-BAA1-C591F987A847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E7202B0-7FE3-40EF-BAA1-C591F987A847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E7202B0-7FE3-40EF-BAA1-C591F987A847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E7202B0-7FE3-40EF-BAA1-C591F987A847}.Release|Any CPU.Build.0 = Release|Any CPU
{3C08CA87-2CBD-4557-862B-0B27ABBE727C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C08CA87-2CBD-4557-862B-0B27ABBE727C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C08CA87-2CBD-4557-862B-0B27ABBE727C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C08CA87-2CBD-4557-862B-0B27ABBE727C}.Release|Any CPU.Build.0 = Release|Any CPU
{56968CE0-7C46-4992-B23E-F51C4DD26D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56968CE0-7C46-4992-B23E-F51C4DD26D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56968CE0-7C46-4992-B23E-F51C4DD26D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56968CE0-7C46-4992-B23E-F51C4DD26D8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6232F17-F3B4-4E02-87C5-D7A65A35ACA6}
EndGlobalSection
EndGlobal