-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenNspw.Disassembler.sln
30 lines (30 loc) · 1.35 KB
/
OpenNspw.Disassembler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32916.344
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenNspw.Disassembler", "OpenNspw.Disassembler\OpenNspw.Disassembler.csproj", "{808F9B59-FCE0-45E3-9B36-1B62D6986584}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCB54AF0-E25B-49FD-BC59-9067434A1E4C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{808F9B59-FCE0-45E3-9B36-1B62D6986584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{808F9B59-FCE0-45E3-9B36-1B62D6986584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{808F9B59-FCE0-45E3-9B36-1B62D6986584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{808F9B59-FCE0-45E3-9B36-1B62D6986584}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6794054C-A739-449A-A432-AAD12D5A8B99}
EndGlobalSection
EndGlobal