-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVostok.Logging.Context.sln
35 lines (35 loc) · 1.92 KB
/
Vostok.Logging.Context.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Logging.Context", "Vostok.Logging.Context\Vostok.Logging.Context.csproj", "{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Logging.Context.Tests", "Vostok.Logging.Context.Tests\Vostok.Logging.Context.Tests.csproj", "{85924297-2AB4-4517-9EED-41B3A3F8F04B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
NoTests|Any CPU = NoTests|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.NoTests|Any CPU.Build.0 = Release|Any CPU
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F16DE7-BCE4-4457-B785-B8D4A5CC5ABE}.Release|Any CPU.Build.0 = Release|Any CPU
{85924297-2AB4-4517-9EED-41B3A3F8F04B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85924297-2AB4-4517-9EED-41B3A3F8F04B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85924297-2AB4-4517-9EED-41B3A3F8F04B}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
{85924297-2AB4-4517-9EED-41B3A3F8F04B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85924297-2AB4-4517-9EED-41B3A3F8F04B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {967A784C-0078-4764-A361-26A7647BFE6E}
EndGlobalSection
EndGlobal