-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDecompilerServer.sln
More file actions
36 lines (36 loc) · 2 KB
/
DecompilerServer.sln
File metadata and controls
36 lines (36 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecompilerServer", "DecompilerServer.csproj", "{6034826B-FBCE-7F22-F3DD-ED7552CB97C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLibrary", "TestLibrary\TestLibrary.csproj", "{C4A58C8D-8D25-4A2A-B2F6-7E5A8C7E9A3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{B1E2F3A4-6C8D-4E5F-8A9B-1C2D3E4F5A6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6034826B-FBCE-7F22-F3DD-ED7552CB97C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6034826B-FBCE-7F22-F3DD-ED7552CB97C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6034826B-FBCE-7F22-F3DD-ED7552CB97C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6034826B-FBCE-7F22-F3DD-ED7552CB97C8}.Release|Any CPU.Build.0 = Release|Any CPU
{C4A58C8D-8D25-4A2A-B2F6-7E5A8C7E9A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4A58C8D-8D25-4A2A-B2F6-7E5A8C7E9A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4A58C8D-8D25-4A2A-B2F6-7E5A8C7E9A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4A58C8D-8D25-4A2A-B2F6-7E5A8C7E9A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{B1E2F3A4-6C8D-4E5F-8A9B-1C2D3E4F5A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1E2F3A4-6C8D-4E5F-8A9B-1C2D3E4F5A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1E2F3A4-6C8D-4E5F-8A9B-1C2D3E4F5A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1E2F3A4-6C8D-4E5F-8A9B-1C2D3E4F5A6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E211687A-52A7-4F07-9395-D143DCF8D589}
EndGlobalSection
EndGlobal