Add files via upload

This commit is contained in:
Netch
2021-07-25 13:29:02 +08:00
parent b4cc0b243a
commit 76c1950f4e
13 changed files with 224 additions and 278 deletions

View File

@@ -97,17 +97,21 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Data.cpp" />
<ClCompile Include="DNS.cpp" />
<ClCompile Include="DNSHandler.cpp" />
<ClCompile Include="EventHandler.cpp" />
<ClCompile Include="IPEventHandler.cpp" />
<ClCompile Include="Redirector.cpp" />
<ClCompile Include="TCPHandler.cpp" />
<ClCompile Include="UDPHandler.cpp" />
<ClCompile Include="Utils.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Data.h" />
<ClInclude Include="DNS.h" />
<ClInclude Include="DNSHandler.h" />
<ClInclude Include="EventHandler.h" />
<ClInclude Include="IPEventHandler.h" />
<ClInclude Include="TCPHandler.h" />
<ClInclude Include="UDPHandler.h" />
<ClInclude Include="Utils.h" />
</ItemGroup>
<ItemGroup>