This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApkReverse.sln
45 lines (45 loc) · 2.35 KB
/
ApkReverse.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 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApkReverse.CLI", "ApkReverse.CLI\ApkReverse.CLI.csproj", "{FB1BEF1B-887E-4F46-BEC2-2FF0DD54C4D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests.csproj", "{CF52BE83-2E76-4C9C-B25B-E286E7537C05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3CA5A646-9A7B-4922-813D-75BCA969E3D6}"
ProjectSection(SolutionItems) = preProject
..\..\..\..\Desktop\smaliLexer.jflex = ..\..\..\..\Desktop\smaliLexer.jflex
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApkReverse.Core", "ApkReverse.Core\ApkReverse.Core.csproj", "{DAC7EB5A-8B76-4EE1-AE8A-EF61F94B2264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB1BEF1B-887E-4F46-BEC2-2FF0DD54C4D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1BEF1B-887E-4F46-BEC2-2FF0DD54C4D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB1BEF1B-887E-4F46-BEC2-2FF0DD54C4D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB1BEF1B-887E-4F46-BEC2-2FF0DD54C4D9}.Release|Any CPU.Build.0 = Release|Any CPU
{CF52BE83-2E76-4C9C-B25B-E286E7537C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF52BE83-2E76-4C9C-B25B-E286E7537C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF52BE83-2E76-4C9C-B25B-E286E7537C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF52BE83-2E76-4C9C-B25B-E286E7537C05}.Release|Any CPU.Build.0 = Release|Any CPU
{DAC7EB5A-8B76-4EE1-AE8A-EF61F94B2264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAC7EB5A-8B76-4EE1-AE8A-EF61F94B2264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAC7EB5A-8B76-4EE1-AE8A-EF61F94B2264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAC7EB5A-8B76-4EE1-AE8A-EF61F94B2264}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal