-
Notifications
You must be signed in to change notification settings - Fork 3
/
iis-etw-tracing.sln
62 lines (62 loc) · 3.87 KB
/
iis-etw-tracing.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
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISTraceEvent", "IISTraceEvent\IISTraceEvent.csproj", "{006B5002-EE7E-46DB-9345-80199CA7B2D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7CE26F3-65F0-4AA8-BF71-1E89BA8C8611}"
ProjectSection(SolutionItems) = preProject
Common.proj = Common.proj
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{98B25BDD-A119-4F08-8BD1-EA0E77FDEE41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleLogger", "Samples\SampleLogger\SampleLogger.csproj", "{59E42D48-4A46-4791-A05F-BA42759A6B29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Collector", "Collector", "{B6F8E600-49F3-416D-B0E7-0AC110F76D2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceProcessor", "Collector\TraceProcessor\TraceProcessor.csproj", "{AFBED2C0-5D28-449E-B047-077B533C1852}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceProcessor.Tests", "Collector\TraceProcessor.Tests\TraceProcessor.Tests.csproj", "{F06244D4-313C-4B2C-AC24-F7B479014482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtwLogCollector", "Collector\IISLogCollector\EtwLogCollector.csproj", "{F279711D-D760-4815-8750-E60B449ED50B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{006B5002-EE7E-46DB-9345-80199CA7B2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{006B5002-EE7E-46DB-9345-80199CA7B2D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{006B5002-EE7E-46DB-9345-80199CA7B2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{006B5002-EE7E-46DB-9345-80199CA7B2D4}.Release|Any CPU.Build.0 = Release|Any CPU
{59E42D48-4A46-4791-A05F-BA42759A6B29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59E42D48-4A46-4791-A05F-BA42759A6B29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59E42D48-4A46-4791-A05F-BA42759A6B29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59E42D48-4A46-4791-A05F-BA42759A6B29}.Release|Any CPU.Build.0 = Release|Any CPU
{AFBED2C0-5D28-449E-B047-077B533C1852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFBED2C0-5D28-449E-B047-077B533C1852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFBED2C0-5D28-449E-B047-077B533C1852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFBED2C0-5D28-449E-B047-077B533C1852}.Release|Any CPU.Build.0 = Release|Any CPU
{F06244D4-313C-4B2C-AC24-F7B479014482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F06244D4-313C-4B2C-AC24-F7B479014482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F06244D4-313C-4B2C-AC24-F7B479014482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F06244D4-313C-4B2C-AC24-F7B479014482}.Release|Any CPU.Build.0 = Release|Any CPU
{F279711D-D760-4815-8750-E60B449ED50B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F279711D-D760-4815-8750-E60B449ED50B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F279711D-D760-4815-8750-E60B449ED50B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F279711D-D760-4815-8750-E60B449ED50B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{59E42D48-4A46-4791-A05F-BA42759A6B29} = {98B25BDD-A119-4F08-8BD1-EA0E77FDEE41}
{AFBED2C0-5D28-449E-B047-077B533C1852} = {B6F8E600-49F3-416D-B0E7-0AC110F76D2B}
{F06244D4-313C-4B2C-AC24-F7B479014482} = {B6F8E600-49F3-416D-B0E7-0AC110F76D2B}
{F279711D-D760-4815-8750-E60B449ED50B} = {B6F8E600-49F3-416D-B0E7-0AC110F76D2B}
EndGlobalSection
EndGlobal