-
Notifications
You must be signed in to change notification settings - Fork 41
/
Disasmo.sln
45 lines (45 loc) · 2.32 KB
/
Disasmo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32912.340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disasmo.Vsix", "src\Vsix\Disasmo.Vsix.csproj", "{3334577B-6E6F-4AF2-BDD3-FE03D697CCC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Disasmo", "Disasmo\Disasmo.csproj", "{D5878EA2-F0C2-4412-A56D-5D72C1D213D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisasmoLoader", "DisasmoLoader\DisasmoLoader.csproj", "{C7C1B190-A4F9-447C-A116-E28CC24FBF16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79FFD7BF-86E5-42C7-9CC2-362663E2D516}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3334577B-6E6F-4AF2-BDD3-FE03D697CCC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3334577B-6E6F-4AF2-BDD3-FE03D697CCC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3334577B-6E6F-4AF2-BDD3-FE03D697CCC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3334577B-6E6F-4AF2-BDD3-FE03D697CCC5}.Release|Any CPU.Build.0 = Release|Any CPU
{D5878EA2-F0C2-4412-A56D-5D72C1D213D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5878EA2-F0C2-4412-A56D-5D72C1D213D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5878EA2-F0C2-4412-A56D-5D72C1D213D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5878EA2-F0C2-4412-A56D-5D72C1D213D3}.Release|Any CPU.Build.0 = Release|Any CPU
{C7C1B190-A4F9-447C-A116-E28CC24FBF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C1B190-A4F9-447C-A116-E28CC24FBF16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C1B190-A4F9-447C-A116-E28CC24FBF16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C1B190-A4F9-447C-A116-E28CC24FBF16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9249C67-05FB-4105-A619-BBE976B34BA1}
EndGlobalSection
EndGlobal