forked from abcz316/SKRoot-linuxKernelRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestRoot.vcxproj.filters
More file actions
38 lines (38 loc) · 1.34 KB
/
testRoot.vcxproj.filters
File metadata and controls
38 lines (38 loc) · 1.34 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
37
38
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="jni">
<UniqueIdentifier>{5aa22fe4-fde5-4f9b-9340-b6374a73b5ba}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="jni\Android.mk">
<Filter>jni</Filter>
</None>
<None Include="jni\Application.mk">
<Filter>jni</Filter>
</None>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="adb64_helper.cpp" />
<ClCompile Include="base64.cpp" />
<ClCompile Include="process64_inject.cpp" />
<ClCompile Include="ptrace_arm64_utils.cpp" />
<ClCompile Include="su_install_helper.cpp" />
<ClCompile Include="testRoot.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="adb64_helper.h" />
<ClInclude Include="base64.h" />
<ClInclude Include="init64_helper.h" />
<ClInclude Include="kernel_root_helper.h" />
<ClInclude Include="maps_helper.h" />
<ClInclude Include="process64_inject.h" />
<ClInclude Include="ptrace_arm64_utils.h" />
<ClInclude Include="so_symbol_parser.h" />
<ClInclude Include="su_install_helper.h" />
<ClInclude Include="testRoot.h" />
<ClInclude Include="kernel_root_key.h" />
</ItemGroup>
</Project>