-
Notifications
You must be signed in to change notification settings - Fork 2
/
Vostok.Logging.NUnit.sln
39 lines (39 loc) · 2.25 KB
/
Vostok.Logging.NUnit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Logging.NUnit", "Vostok.Logging.NUnit\Vostok.Logging.NUnit.csproj", "{618F775E-4D2E-453D-9653-62E8A486F2BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Logging.NUnit.Tests", "Vostok.Logging.NUnit.Tests\Vostok.Logging.NUnit.Tests.csproj", "{06B62805-BBF9-4363-9E64-59AAB9D7A451}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
DependencyInjection|Any CPU = DependencyInjection|Any CPU
NoTests|Any CPU = NoTests|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{618F775E-4D2E-453D-9653-62E8A486F2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.Release|Any CPU.Build.0 = Release|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.DependencyInjection|Any CPU.ActiveCfg = Release|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.DependencyInjection|Any CPU.Build.0 = Release|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
{618F775E-4D2E-453D-9653-62E8A486F2BE}.NoTests|Any CPU.Build.0 = Release|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.Release|Any CPU.Build.0 = Release|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.DependencyInjection|Any CPU.ActiveCfg = Release|Any CPU
{06B62805-BBF9-4363-9E64-59AAB9D7A451}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4BD7880-86E0-407F-BAD7-2702D8574328}
EndGlobalSection
EndGlobal