-
Notifications
You must be signed in to change notification settings - Fork 9
/
ntTraceControl.sln
52 lines (52 loc) · 3 KB
/
ntTraceControl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ntTraceControl", "ntTraceControl\ntTraceControl.csproj", "{E9A388AB-42EF-4173-92D5-AB9F49F4370E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator", "Translator\Translator.csproj", "{C94A7057-8B74-40E4-803B-B389429B51AE}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "ntTraceControlInstall", "ntTraceControlInstall\ntTraceControlInstall.wixproj", "{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}"
ProjectSection(ProjectDependencies) = postProject
{E9A388AB-42EF-4173-92D5-AB9F49F4370E} = {E9A388AB-42EF-4173-92D5-AB9F49F4370E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Debug|x64.ActiveCfg = Debug|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Debug|x64.Build.0 = Debug|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Release|Any CPU.Build.0 = Release|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Release|x64.ActiveCfg = Release|Any CPU
{E9A388AB-42EF-4173-92D5-AB9F49F4370E}.Release|x64.Build.0 = Release|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Debug|x64.ActiveCfg = Debug|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Debug|x64.Build.0 = Debug|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Release|x64.ActiveCfg = Release|Any CPU
{C94A7057-8B74-40E4-803B-B389429B51AE}.Release|x64.Build.0 = Release|Any CPU
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Debug|Any CPU.ActiveCfg = Debug|x86
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Debug|x64.ActiveCfg = Debug|x64
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Debug|x64.Build.0 = Debug|x64
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Release|Any CPU.ActiveCfg = Release|x86
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Release|x64.ActiveCfg = Release|x64
{3740C3CE-A458-4E28-8FBF-A59EA883DC0D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F340D10B-D00E-4ADE-8478-75DFDC77A5A8}
EndGlobalSection
EndGlobal