adding files to а VS project, showed external ip on statistics page

This commit is contained in:
chertov 2014-03-13 08:10:05 +04:00
parent 05f0a72a0f
commit 7f26296759
3 changed files with 22 additions and 0 deletions

View file

@ -32,6 +32,7 @@
<ClCompile Include="..\Tunnel.cpp" />
<ClCompile Include="..\TunnelEndpoint.cpp" />
<ClCompile Include="..\TunnelGateway.cpp" />
<ClCompile Include="..\UPnP.cpp" />
<ClCompile Include="..\util.cpp" />
</ItemGroup>
<ItemGroup>
@ -62,6 +63,7 @@
<ClInclude Include="..\TunnelConfig.h" />
<ClInclude Include="..\TunnelEndpoint.h" />
<ClInclude Include="..\TunnelGateway.h" />
<ClInclude Include="..\UPnP.h" />
<ClInclude Include="..\util.h" />
</ItemGroup>
<PropertyGroup Label="Globals">