Add the Nat Traversal class to VS.

This commit is contained in:
Jonathan Naylor 2019-01-18 16:40:08 +00:00
parent 16f2e2a155
commit 58e0caed97
2 changed files with 8 additions and 0 deletions

View file

@ -189,6 +189,7 @@
<ClCompile Include="IRCDDBGatewayConfig.cpp" />
<ClCompile Include="LogEvent.cpp" />
<ClCompile Include="Logger.cpp" />
<ClCompile Include="NatTraversalHandler.cpp" />
<ClCompile Include="PollData.cpp" />
<ClCompile Include="RemoteHandler.cpp" />
<ClCompile Include="RemoteLinkData.cpp" />
@ -260,6 +261,7 @@
<ClInclude Include="IRCDDBGatewayConfig.h" />
<ClInclude Include="LogEvent.h" />
<ClInclude Include="Logger.h" />
<ClInclude Include="NatTraversalHandler.h" />
<ClInclude Include="PollData.h" />
<ClInclude Include="ReflectorCallback.h" />
<ClInclude Include="RemoteHandler.h" />

View file

@ -209,6 +209,9 @@
<ClCompile Include="XLXHostsFileDownloader.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="NatTraversalHandler.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="AMBEData.h">
@ -433,5 +436,8 @@
<ClInclude Include="XLXHostsFileDownloader.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="NatTraversalHandler.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>