-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLoggerControl.sln
42 lines (42 loc) · 2.25 KB
/
LoggerControl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLogger.Core", "Logger.Core\SimpleLogger.Core.csproj", "{42E6B869-6729-48DD-92F2-32699FF723E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerControl", "LoggerControl\LoggerControl.csproj", "{5E7D8A14-104B-4B2C-A0DE-BA7EF96ED426}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{78C2DF13-D3F4-4962-A232-47C0C44FCC00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E349D48-15FB-4F36-9407-61EC71C73D4C}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42E6B869-6729-48DD-92F2-32699FF723E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E6B869-6729-48DD-92F2-32699FF723E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E6B869-6729-48DD-92F2-32699FF723E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E6B869-6729-48DD-92F2-32699FF723E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5E7D8A14-104B-4B2C-A0DE-BA7EF96ED426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E7D8A14-104B-4B2C-A0DE-BA7EF96ED426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E7D8A14-104B-4B2C-A0DE-BA7EF96ED426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E7D8A14-104B-4B2C-A0DE-BA7EF96ED426}.Release|Any CPU.Build.0 = Release|Any CPU
{78C2DF13-D3F4-4962-A232-47C0C44FCC00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78C2DF13-D3F4-4962-A232-47C0C44FCC00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78C2DF13-D3F4-4962-A232-47C0C44FCC00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78C2DF13-D3F4-4962-A232-47C0C44FCC00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D231197B-456B-4532-9873-9FF59D387005}
EndGlobalSection
EndGlobal