-
Notifications
You must be signed in to change notification settings - Fork 0
/
LogTest.sln
37 lines (37 loc) · 2.02 KB
/
LogTest.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.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogComponent", "LogTest\LogComponent.csproj", "{EE0CC7D7-A1A0-4A16-80E5-8B80B480EB47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{E7E1A7F7-66B8-40C3-B30A-3633C4396AC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogTest.Tests", "LogTest.Tests\LogTest.Tests.csproj", "{D577849F-2441-4D7B-9B33-E40D576FCCAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE0CC7D7-A1A0-4A16-80E5-8B80B480EB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE0CC7D7-A1A0-4A16-80E5-8B80B480EB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE0CC7D7-A1A0-4A16-80E5-8B80B480EB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE0CC7D7-A1A0-4A16-80E5-8B80B480EB47}.Release|Any CPU.Build.0 = Release|Any CPU
{E7E1A7F7-66B8-40C3-B30A-3633C4396AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7E1A7F7-66B8-40C3-B30A-3633C4396AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7E1A7F7-66B8-40C3-B30A-3633C4396AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7E1A7F7-66B8-40C3-B30A-3633C4396AC5}.Release|Any CPU.Build.0 = Release|Any CPU
{D577849F-2441-4D7B-9B33-E40D576FCCAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D577849F-2441-4D7B-9B33-E40D576FCCAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D577849F-2441-4D7B-9B33-E40D576FCCAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D577849F-2441-4D7B-9B33-E40D576FCCAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {227CCB7A-E699-4990-B9CE-0C67E9CF8F15}
EndGlobalSection
EndGlobal