diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2017-04-18 11:00:29 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2017-04-18 11:00:29 -0700 |
| commit | 72bd3064a20aec9b1fcbc86bb590aca87f4eca71 (patch) | |
| tree | cad5b4aa1d572790d8903f74c90b34d2a782752c /windows/ZeroTierOne/ZeroTierOne.vcxproj | |
| parent | a1c316b9400c7f64e7359708560a0429883aad28 (diff) | |
| download | infinitytier-72bd3064a20aec9b1fcbc86bb590aca87f4eca71.tar.gz infinitytier-72bd3064a20aec9b1fcbc86bb590aca87f4eca71.zip | |
Windows build fixes, self test cleanup.
Diffstat (limited to 'windows/ZeroTierOne/ZeroTierOne.vcxproj')
| -rw-r--r-- | windows/ZeroTierOne/ZeroTierOne.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj index 84a44198..6ed95010 100644 --- a/windows/ZeroTierOne/ZeroTierOne.vcxproj +++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj @@ -72,10 +72,7 @@ <ClCompile Include="..\..\node\Tag.cpp" /> <ClCompile Include="..\..\node\Topology.cpp" /> <ClCompile Include="..\..\node\Utils.cpp" /> - <ClCompile Include="..\..\one.cpp"> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</ExcludedFromBuild> - </ClCompile> + <ClCompile Include="..\..\one.cpp" /> <ClCompile Include="..\..\osdep\Http.cpp" /> <ClCompile Include="..\..\osdep\ManagedRoute.cpp" /> <ClCompile Include="..\..\osdep\OSUtils.cpp" /> @@ -88,6 +85,8 @@ <ClCompile Include="ZeroTierOneService.cpp" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\..\controller\EmbeddedNetworkController.hpp" /> + <ClInclude Include="..\..\controller\JSONDB.hpp" /> <ClInclude Include="..\..\ext\http-parser\http_parser.h" /> <ClInclude Include="..\..\ext\json\json.hpp" /> <ClInclude Include="..\..\ext\libnatpmp\getgateway.h" /> @@ -109,6 +108,7 @@ <ClInclude Include="..\..\ext\miniupnpc\upnpdev.h" /> <ClInclude Include="..\..\ext\miniupnpc\upnperrors.h" /> <ClInclude Include="..\..\ext\miniupnpc\upnpreplyparse.h" /> + <ClInclude Include="..\..\ext\x64-salsa2012-asm\salsa2012.h" /> <ClInclude Include="..\..\include\ZeroTierOne.h" /> <ClInclude Include="..\..\node\Address.hpp" /> <ClInclude Include="..\..\node\Array.hpp" /> |
