-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathEtwPerformanceProfiler.sln
57 lines (57 loc) · 3.22 KB
/
EtwPerformanceProfiler.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 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtwPerformanceProfiler", "EtwPerformanceProfiler\EtwPerformanceProfiler.csproj", "{614F624C-9661-4DA0-AE77-ADF69551B310}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtwPerformanceProfilerTest", "EtwPerformanceProfilerTest\EtwPerformanceProfilerTest.csproj", "{0F78A3EA-9164-4478-BC95-BB186C1BE15C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceUtil", "TraceUtil\TraceUtil.csproj", "{4556B3A7-13F5-4AA4-8053-5C2375FD0705}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SessionsActivity", "SessionsActivity\SessionsActivity.csproj", "{5B6EC7E3-2DD2-4179-80D5-CAF0BD067F81}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 5
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccLocalPath0 = .
SccProjectUniqueName1 = EtwPerformanceProfiler\\EtwPerformanceProfiler.csproj
SccProjectName1 = EtwPerformanceProfiler
SccLocalPath1 = EtwPerformanceProfiler
SccProjectUniqueName2 = EtwPerformanceProfilerTest\\EtwPerformanceProfilerTest.csproj
SccProjectName2 = EtwPerformanceProfilerTest
SccLocalPath2 = EtwPerformanceProfilerTest
SccProjectUniqueName3 = TraceUtil\\TraceUtil.csproj
SccProjectName3 = TraceUtil
SccLocalPath3 = TraceUtil
SccProjectUniqueName4 = SessionsActivity\\SessionsActivity.csproj
SccProjectName4 = SessionsActivity
SccLocalPath4 = SessionsActivity
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{614F624C-9661-4DA0-AE77-ADF69551B310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{614F624C-9661-4DA0-AE77-ADF69551B310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{614F624C-9661-4DA0-AE77-ADF69551B310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{614F624C-9661-4DA0-AE77-ADF69551B310}.Release|Any CPU.Build.0 = Release|Any CPU
{0F78A3EA-9164-4478-BC95-BB186C1BE15C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F78A3EA-9164-4478-BC95-BB186C1BE15C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F78A3EA-9164-4478-BC95-BB186C1BE15C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F78A3EA-9164-4478-BC95-BB186C1BE15C}.Release|Any CPU.Build.0 = Release|Any CPU
{4556B3A7-13F5-4AA4-8053-5C2375FD0705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4556B3A7-13F5-4AA4-8053-5C2375FD0705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4556B3A7-13F5-4AA4-8053-5C2375FD0705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4556B3A7-13F5-4AA4-8053-5C2375FD0705}.Release|Any CPU.Build.0 = Release|Any CPU
{5B6EC7E3-2DD2-4179-80D5-CAF0BD067F81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B6EC7E3-2DD2-4179-80D5-CAF0BD067F81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B6EC7E3-2DD2-4179-80D5-CAF0BD067F81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B6EC7E3-2DD2-4179-80D5-CAF0BD067F81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal