-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathunfuscator.sln
42 lines (42 loc) · 2.33 KB
/
unfuscator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unfuscator.core", "unfuscator\unfuscator.core.csproj", "{856417C5-A88F-48AE-B759-A983D7F4AF21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unfuscator.tests", "unfuscator.tests\unfuscator.tests.csproj", "{31126F8B-3DB3-4CAF-9D08-93D6299615B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unfuscator.gui", "unfuscator.ui\unfuscator.gui.csproj", "{75E1F562-AFAB-44B0-9489-2E9B477A3628}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A055628D-8366-4695-A227-6F021375338F}"
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
{856417C5-A88F-48AE-B759-A983D7F4AF21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{856417C5-A88F-48AE-B759-A983D7F4AF21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{856417C5-A88F-48AE-B759-A983D7F4AF21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{856417C5-A88F-48AE-B759-A983D7F4AF21}.Release|Any CPU.Build.0 = Release|Any CPU
{31126F8B-3DB3-4CAF-9D08-93D6299615B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31126F8B-3DB3-4CAF-9D08-93D6299615B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31126F8B-3DB3-4CAF-9D08-93D6299615B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31126F8B-3DB3-4CAF-9D08-93D6299615B2}.Release|Any CPU.Build.0 = Release|Any CPU
{75E1F562-AFAB-44B0-9489-2E9B477A3628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E1F562-AFAB-44B0-9489-2E9B477A3628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E1F562-AFAB-44B0-9489-2E9B477A3628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E1F562-AFAB-44B0-9489-2E9B477A3628}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E14211F5-7516-4737-BAF0-B5ECC8289C18}
EndGlobalSection
EndGlobal