-
Notifications
You must be signed in to change notification settings - Fork 173
/
ILSpy.sln
60 lines (60 loc) · 3.63 KB
/
ILSpy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{F45DB999-7E72-4000-B5AD-3A7B485A0896}"
ProjectSection(SolutionItems) = preProject
doc\Command Line.txt = doc\Command Line.txt
doc\ILAst.txt = doc\ILAst.txt
doc\IntPtr.txt = doc\IntPtr.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpTreeView", "SharpTreeView\SharpTreeView.csproj", "{0A3DA152-0729-4540-973C-11583009520F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILSpy.Core", "ILSpy.Core\ILSpy.Core.csproj", "{7BB39313-8FC6-40A4-A06F-FD2A10817256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPlugin", "TestPlugin\TestPlugin.csproj", "{5C561A81-4427-418A-B773-3840D2B32C4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILSpy", "ILSpy\ILSpy.csproj", "{3AAA340D-7BED-4B26-BDD3-992D8B6D7779}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSharpCode.Decompiler.PdbProvider.Cecil", "ICSharpCode.Decompiler.PdbProvider.Cecil\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", "{1B68749F-8434-4788-B5E5-781A1AF75595}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A3DA152-0729-4540-973C-11583009520F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3DA152-0729-4540-973C-11583009520F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A3DA152-0729-4540-973C-11583009520F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3DA152-0729-4540-973C-11583009520F}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB39313-8FC6-40A4-A06F-FD2A10817256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB39313-8FC6-40A4-A06F-FD2A10817256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB39313-8FC6-40A4-A06F-FD2A10817256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB39313-8FC6-40A4-A06F-FD2A10817256}.Release|Any CPU.Build.0 = Release|Any CPU
{CC3151F6-C080-4E17-9F50-58C3FED64F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC3151F6-C080-4E17-9F50-58C3FED64F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC3151F6-C080-4E17-9F50-58C3FED64F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC3151F6-C080-4E17-9F50-58C3FED64F28}.Release|Any CPU.Build.0 = Release|Any CPU
{5C561A81-4427-418A-B773-3840D2B32C4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C561A81-4427-418A-B773-3840D2B32C4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C561A81-4427-418A-B773-3840D2B32C4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C561A81-4427-418A-B773-3840D2B32C4D}.Release|Any CPU.Build.0 = Release|Any CPU
{3AAA340D-7BED-4B26-BDD3-992D8B6D7779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAA340D-7BED-4B26-BDD3-992D8B6D7779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAA340D-7BED-4B26-BDD3-992D8B6D7779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAA340D-7BED-4B26-BDD3-992D8B6D7779}.Release|Any CPU.Build.0 = Release|Any CPU
{1B68749F-8434-4788-B5E5-781A1AF75595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B68749F-8434-4788-B5E5-781A1AF75595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B68749F-8434-4788-B5E5-781A1AF75595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B68749F-8434-4788-B5E5-781A1AF75595}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C764218F-7633-4412-923D-558CE7EE0560}
EndGlobalSection
EndGlobal