PLMTool/MyPcap.vcxproj.filters
2024-02-28 10:20:51 +08:00

54 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="Packet.cpp" />
<ClCompile Include="easylog\easylogging++.cc">
<Filter>easylog</Filter>
</ClCompile>
<ClCompile Include="wintoastlib.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Packet.h" />
<ClInclude Include="easylog\easylogging++.h">
<Filter>easylog</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>other</Filter>
</ClInclude>
<ClInclude Include="Resource.h">
<Filter>other</Filter>
</ClInclude>
<ClInclude Include="framework.h">
<Filter>other</Filter>
</ClInclude>
<ClInclude Include="wintoastlib.h" />
<ClInclude Include="utils\LocalAddr.h">
<Filter>utils</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Image Include="small.ico">
<Filter>other</Filter>
</Image>
<Image Include="MyPcap.ico">
<Filter>other</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<Filter Include="easylog">
<UniqueIdentifier>{a6ac7d31-5072-443c-9ead-075926dc85e8}</UniqueIdentifier>
</Filter>
<Filter Include="other">
<UniqueIdentifier>{602145cc-270d-4d0f-96e0-3d3f6df920f5}</UniqueIdentifier>
</Filter>
<Filter Include="utils">
<UniqueIdentifier>{5fc8b48a-429f-4db0-8213-a329629511de}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="MyPcap.rc">
<Filter>other</Filter>
</ResourceCompile>
</ItemGroup>
</Project>