forked from KirillOsenkov/MSBuildStructuredLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSBuildStructuredLog.sln
57 lines (57 loc) · 3.55 KB
/
MSBuildStructuredLog.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StructuredLogViewer", "src\StructuredLogViewer\StructuredLogViewer.csproj", "{FAEE07FD-7384-40D4-B52B-4756D1011BA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StructuredLogger", "src\StructuredLogger\StructuredLogger.csproj", "{A939886E-A191-4A46-A84B-21AD670081B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StructuredLogger.Tests", "src\StructuredLogger.Tests\StructuredLogger.Tests.csproj", "{8A327073-0811-49D6-B1AA-1FB0157E750A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DA9000E-FE5B-467F-B6CB-2CFA7584ABF7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Common.props = Common.props
Common.targets = Common.targets
nuget.config = nuget.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Release|Any CPU.Build.0 = Release|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FAEE07FD-7384-40D4-B52B-4756D1011BA6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Release|Any CPU.Build.0 = Release|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A939886E-A191-4A46-A84B-21AD670081B9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Release|Any CPU.Build.0 = Release|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8A327073-0811-49D6-B1AA-1FB0157E750A}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal