-
Notifications
You must be signed in to change notification settings - Fork 21
/
msos.sln
103 lines (103 loc) · 6.52 KB
/
msos.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "msos", "msos\msos.csproj", "{18421729-EAD5-41D1-857C-D496466FAC2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0195BF37-9D15-415C-A9BE-867055B206B2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
aliases.commands = aliases.commands
example.commands = example.commands
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7BA91BC0-5AB5-4891-A4CB-4F4511AA93D2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrMemDiagExt", "ClrMemDiagExt\ClrMemDiagExt.csproj", "{249A0236-8FC8-4CD7-B6E1-C3422924EA09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdLine", "CmdLine\CmdLine.csproj", "{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdLine.Tests", "CmdLine.Tests\CmdLine.Tests.csproj", "{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpWriter", "DumpWriter\DumpWriter.csproj", "{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Release-NoCostura|x64 = Release-NoCostura|x64
Release-NoCostura|x86 = Release-NoCostura|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18421729-EAD5-41D1-857C-D496466FAC2D}.Debug|x64.ActiveCfg = Debug|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Debug|x64.Build.0 = Debug|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Debug|x86.ActiveCfg = Debug|x86
{18421729-EAD5-41D1-857C-D496466FAC2D}.Debug|x86.Build.0 = Debug|x86
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release|x64.ActiveCfg = Release|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release|x64.Build.0 = Release|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release|x86.ActiveCfg = Release|x86
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release|x86.Build.0 = Release|x86
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release-NoCostura|x64.ActiveCfg = Release-NoCostura|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release-NoCostura|x64.Build.0 = Release-NoCostura|x64
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release-NoCostura|x86.ActiveCfg = Release-NoCostura|x86
{18421729-EAD5-41D1-857C-D496466FAC2D}.Release-NoCostura|x86.Build.0 = Release-NoCostura|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Debug|x64.ActiveCfg = Debug|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Debug|x64.Build.0 = Debug|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Debug|x86.ActiveCfg = Debug|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Debug|x86.Build.0 = Debug|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release|x64.ActiveCfg = Release|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release|x64.Build.0 = Release|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release|x86.ActiveCfg = Release|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release|x86.Build.0 = Release|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release-NoCostura|x64.ActiveCfg = Release-NoCostura|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release-NoCostura|x64.Build.0 = Release-NoCostura|x64
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release-NoCostura|x86.ActiveCfg = Release-NoCostura|x86
{249A0236-8FC8-4CD7-B6E1-C3422924EA09}.Release-NoCostura|x86.Build.0 = Release-NoCostura|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Debug|x64.ActiveCfg = Debug|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Debug|x64.Build.0 = Debug|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Debug|x86.ActiveCfg = Debug|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Debug|x86.Build.0 = Debug|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release|x64.ActiveCfg = Release|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release|x64.Build.0 = Release|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release|x86.ActiveCfg = Release|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release|x86.Build.0 = Release|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release-NoCostura|x64.ActiveCfg = Release-NoCostura|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release-NoCostura|x64.Build.0 = Release-NoCostura|x64
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release-NoCostura|x86.ActiveCfg = Release-NoCostura|x86
{F634ED9D-3A0F-4FC4-988C-BB319BB69FA6}.Release-NoCostura|x86.Build.0 = Release-NoCostura|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Debug|x64.ActiveCfg = Debug|x64
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Debug|x86.ActiveCfg = Debug|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Debug|x86.Build.0 = Debug|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release|x64.ActiveCfg = Release|x64
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release|x86.ActiveCfg = Release|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release|x86.Build.0 = Release|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release-NoCostura|x64.ActiveCfg = Release-NoCostura|x64
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release-NoCostura|x86.ActiveCfg = Release-NoCostura|x86
{168BD1D6-F926-4D6E-BBBC-873C0D4E6CB3}.Release-NoCostura|x86.Build.0 = Release-NoCostura|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Debug|x64.ActiveCfg = Debug|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Debug|x64.Build.0 = Debug|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Debug|x86.ActiveCfg = Debug|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Debug|x86.Build.0 = Debug|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release|x64.ActiveCfg = Release|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release|x64.Build.0 = Release|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release|x86.ActiveCfg = Release|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release|x86.Build.0 = Release|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release-NoCostura|x64.ActiveCfg = Release-NoCostura|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release-NoCostura|x64.Build.0 = Release-NoCostura|x64
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release-NoCostura|x86.ActiveCfg = Release-NoCostura|x86
{1C19B4D7-E6A6-4A9A-8495-8231FA167D1C}.Release-NoCostura|x86.Build.0 = Release-NoCostura|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal