-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagent.vcxproj.filters
More file actions
30 lines (30 loc) · 1.14 KB
/
agent.vcxproj.filters
File metadata and controls
30 lines (30 loc) · 1.14 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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="D:\LLbetoFun\Foto_InjectLoader\src\main\native\dll\utils.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="D:\LLbetoFun\Foto_InjectLoader\src\main\native\dll\dllmain.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="D:\LLbetoFun\Foto_InjectLoader\src\main\native\dll\ReflectiveLoader.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="D:\LLbetoFun\Foto_InjectLoader\src\main\native\java\jvmti.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="D:\LLbetoFun\Foto_InjectLoader\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Filter Include="Header Files">
<UniqueIdentifier>{A21DDBC1-E257-3497-82E0-EFDBFB8AF0F9}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files">
<UniqueIdentifier>{A2162621-5132-35AF-A513-BA15BBF9C566}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>