-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogEventSystem.sln
More file actions
44 lines (44 loc) · 3.02 KB
/
LogEventSystem.sln
File metadata and controls
44 lines (44 loc) · 3.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogEventSystem.ServiceContract", "LogEventSystem.ServiceContract\LogEventSystem.ServiceContract.csproj", "{D6CE8A41-EC73-4674-951D-CFC026E93A82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogEventSystem.ServiceHost", "LogEventSystem.ServiceHost\LogEventSystem.ServiceHost.csproj", "{4BB0E7FC-26F0-44ED-92DA-A77EBF405AFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogEventSystem.DataStorage", "LogEventSystem.DataStorage\LogEventSystem.DataStorage.csproj", "{743233F2-D6A6-4FA5-8AA5-CE83BB3C5355}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogEventSystem.DataStorage.Tests", "LogEventSystem.DataStorage.Tests\LogEventSystem.DataStorage.Tests.csproj", "{C4C909C4-C83C-4431-8837-9F62B4AD813B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogEventSystem.ConsoleClient", "LogEventSystem.ConsoleClient\LogEventSystem.ConsoleClient.csproj", "{1C83B8CC-DD55-4200-A13E-615F93772A8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6CE8A41-EC73-4674-951D-CFC026E93A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6CE8A41-EC73-4674-951D-CFC026E93A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6CE8A41-EC73-4674-951D-CFC026E93A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6CE8A41-EC73-4674-951D-CFC026E93A82}.Release|Any CPU.Build.0 = Release|Any CPU
{4BB0E7FC-26F0-44ED-92DA-A77EBF405AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB0E7FC-26F0-44ED-92DA-A77EBF405AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB0E7FC-26F0-44ED-92DA-A77EBF405AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB0E7FC-26F0-44ED-92DA-A77EBF405AFE}.Release|Any CPU.Build.0 = Release|Any CPU
{743233F2-D6A6-4FA5-8AA5-CE83BB3C5355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{743233F2-D6A6-4FA5-8AA5-CE83BB3C5355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{743233F2-D6A6-4FA5-8AA5-CE83BB3C5355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{743233F2-D6A6-4FA5-8AA5-CE83BB3C5355}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C909C4-C83C-4431-8837-9F62B4AD813B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C909C4-C83C-4431-8837-9F62B4AD813B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C909C4-C83C-4431-8837-9F62B4AD813B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C909C4-C83C-4431-8837-9F62B4AD813B}.Release|Any CPU.Build.0 = Release|Any CPU
{1C83B8CC-DD55-4200-A13E-615F93772A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C83B8CC-DD55-4200-A13E-615F93772A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C83B8CC-DD55-4200-A13E-615F93772A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C83B8CC-DD55-4200-A13E-615F93772A8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal