-
Notifications
You must be signed in to change notification settings - Fork 39
/
SharpDisasm.sln
37 lines (37 loc) · 2.04 KB
/
SharpDisasm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDisasm", "SharpDisasm\SharpDisasm.csproj", "{815D8857-19AE-43C2-8428-F17CA5BFB65F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "disasmcli", "Examples\disasmcli\disasmcli.csproj", "{C58BAE3B-C316-48C5-AFB8-46AAD3C54994}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDisasm.Tests", "SharpDisasm.Tests\SharpDisasm.Tests.csproj", "{327E1378-C068-4F15-963E-D3243855A316}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{815D8857-19AE-43C2-8428-F17CA5BFB65F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{815D8857-19AE-43C2-8428-F17CA5BFB65F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{815D8857-19AE-43C2-8428-F17CA5BFB65F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{815D8857-19AE-43C2-8428-F17CA5BFB65F}.Release|Any CPU.Build.0 = Release|Any CPU
{C58BAE3B-C316-48C5-AFB8-46AAD3C54994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C58BAE3B-C316-48C5-AFB8-46AAD3C54994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C58BAE3B-C316-48C5-AFB8-46AAD3C54994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C58BAE3B-C316-48C5-AFB8-46AAD3C54994}.Release|Any CPU.Build.0 = Release|Any CPU
{327E1378-C068-4F15-963E-D3243855A316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327E1378-C068-4F15-963E-D3243855A316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327E1378-C068-4F15-963E-D3243855A316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327E1378-C068-4F15-963E-D3243855A316}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BD6FF07-4035-49E1-82EC-4200AB18311E}
EndGlobalSection
EndGlobal