forked from neuecc/il-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ILDebugging.sln
46 lines (46 loc) · 2.71 KB
/
ILDebugging.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
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}") = "ILDebugging.Decoder", "ILDebugging.Decoder\ILDebugging.Decoder.csproj", "{3B40E8C3-C4E8-4085-9F82-F64308F3791C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILDebugging.Monitor", "ILDebugging.Monitor\ILDebugging.Monitor.csproj", "{77F852DD-35CD-4B2D-AA0E-0516F1E7597F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILDebugging.Visualizer", "ILDebugging.Visualizer\ILDebugging.Visualizer.csproj", "{6F6E9FC5-40A9-4ABD-89F3-EF7B6406F07B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILDebugging.Sample", "ILDebugging.Sample\ILDebugging.Sample.csproj", "{5BF03C0A-2F42-4538-B373-8B2BE569350A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A55BBE27-FF6F-4EB6-9261-E58D05AAE3A9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B40E8C3-C4E8-4085-9F82-F64308F3791C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B40E8C3-C4E8-4085-9F82-F64308F3791C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B40E8C3-C4E8-4085-9F82-F64308F3791C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B40E8C3-C4E8-4085-9F82-F64308F3791C}.Release|Any CPU.Build.0 = Release|Any CPU
{77F852DD-35CD-4B2D-AA0E-0516F1E7597F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F852DD-35CD-4B2D-AA0E-0516F1E7597F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F852DD-35CD-4B2D-AA0E-0516F1E7597F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F852DD-35CD-4B2D-AA0E-0516F1E7597F}.Release|Any CPU.Build.0 = Release|Any CPU
{6F6E9FC5-40A9-4ABD-89F3-EF7B6406F07B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F6E9FC5-40A9-4ABD-89F3-EF7B6406F07B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6E9FC5-40A9-4ABD-89F3-EF7B6406F07B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6E9FC5-40A9-4ABD-89F3-EF7B6406F07B}.Release|Any CPU.Build.0 = Release|Any CPU
{5BF03C0A-2F42-4538-B373-8B2BE569350A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BF03C0A-2F42-4538-B373-8B2BE569350A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BF03C0A-2F42-4538-B373-8B2BE569350A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BF03C0A-2F42-4538-B373-8B2BE569350A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal