diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2016-06-21 12:55:43 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2016-06-21 12:55:43 -0700 |
commit | 5b2d2efb45a856968c7298b00b6cbe08feb66054 (patch) | |
tree | 817136374f42af6fff29b0423f23c7d6120baf5b /windows/ZeroTierOne/ZeroTierOne.vcxproj | |
parent | 82473c85e064f4c689bfd7d12a3bd380c805a520 (diff) | |
download | infinitytier-5b2d2efb45a856968c7298b00b6cbe08feb66054.tar.gz infinitytier-5b2d2efb45a856968c7298b00b6cbe08feb66054.zip |
Windows builds again. And there was much rejoicing.
Diffstat (limited to 'windows/ZeroTierOne/ZeroTierOne.vcxproj')
-rw-r--r-- | windows/ZeroTierOne/ZeroTierOne.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj index ca910372..ed022134 100644 --- a/windows/ZeroTierOne/ZeroTierOne.vcxproj +++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj @@ -42,7 +42,6 @@ <ClCompile Include="..\..\node\CertificateOfMembership.cpp" /> <ClCompile Include="..\..\node\Cluster.cpp" /> <ClCompile Include="..\..\node\DeferredPackets.cpp" /> - <ClCompile Include="..\..\node\Dictionary.cpp" /> <ClCompile Include="..\..\node\Identity.cpp" /> <ClCompile Include="..\..\node\IncomingPacket.cpp" /> <ClCompile Include="..\..\node\InetAddress.cpp" /> @@ -66,6 +65,7 @@ </ClCompile> <ClCompile Include="..\..\osdep\BackgroundResolver.cpp" /> <ClCompile Include="..\..\osdep\Http.cpp" /> + <ClCompile Include="..\..\osdep\ManagedRoute.cpp" /> <ClCompile Include="..\..\osdep\OSUtils.cpp" /> <ClCompile Include="..\..\osdep\PortMapper.cpp" /> <ClCompile Include="..\..\osdep\WindowsEthernetTap.cpp" /> @@ -156,7 +156,9 @@ <ClInclude Include="..\..\node\Utils.hpp" /> <ClInclude Include="..\..\node\World.hpp" /> <ClInclude Include="..\..\osdep\BackgroundResolver.hpp" /> + <ClInclude Include="..\..\osdep\Binder.hpp" /> <ClInclude Include="..\..\osdep\Http.hpp" /> + <ClInclude Include="..\..\osdep\ManagedRoute.hpp" /> <ClInclude Include="..\..\osdep\OSUtils.hpp" /> <ClInclude Include="..\..\osdep\Phy.hpp" /> <ClInclude Include="..\..\osdep\PortMapper.hpp" /> |