|
@@ -24,6 +24,7 @@
|
|
<ClCompile Include="..\..\ext\lz4\lz4.c" />
|
|
<ClCompile Include="..\..\ext\lz4\lz4.c" />
|
|
<ClCompile Include="..\..\node\C25519.cpp" />
|
|
<ClCompile Include="..\..\node\C25519.cpp" />
|
|
<ClCompile Include="..\..\node\CertificateOfMembership.cpp" />
|
|
<ClCompile Include="..\..\node\CertificateOfMembership.cpp" />
|
|
|
|
+ <ClCompile Include="..\..\node\Cluster.cpp" />
|
|
<ClCompile Include="..\..\node\DeferredPackets.cpp" />
|
|
<ClCompile Include="..\..\node\DeferredPackets.cpp" />
|
|
<ClCompile Include="..\..\node\Dictionary.cpp" />
|
|
<ClCompile Include="..\..\node\Dictionary.cpp" />
|
|
<ClCompile Include="..\..\node\Identity.cpp" />
|
|
<ClCompile Include="..\..\node\Identity.cpp" />
|
|
@@ -44,18 +45,14 @@
|
|
<ClCompile Include="..\..\node\Switch.cpp" />
|
|
<ClCompile Include="..\..\node\Switch.cpp" />
|
|
<ClCompile Include="..\..\node\Topology.cpp" />
|
|
<ClCompile Include="..\..\node\Topology.cpp" />
|
|
<ClCompile Include="..\..\node\Utils.cpp" />
|
|
<ClCompile Include="..\..\node\Utils.cpp" />
|
|
- <ClCompile Include="..\..\one.cpp" />
|
|
|
|
|
|
+ <ClCompile Include="..\..\one.cpp">
|
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
|
|
|
+ </ClCompile>
|
|
<ClCompile Include="..\..\osdep\BackgroundResolver.cpp" />
|
|
<ClCompile Include="..\..\osdep\BackgroundResolver.cpp" />
|
|
<ClCompile Include="..\..\osdep\Http.cpp" />
|
|
<ClCompile Include="..\..\osdep\Http.cpp" />
|
|
<ClCompile Include="..\..\osdep\OSUtils.cpp" />
|
|
<ClCompile Include="..\..\osdep\OSUtils.cpp" />
|
|
<ClCompile Include="..\..\osdep\UPNPClient.cpp" />
|
|
<ClCompile Include="..\..\osdep\UPNPClient.cpp" />
|
|
<ClCompile Include="..\..\osdep\WindowsEthernetTap.cpp" />
|
|
<ClCompile Include="..\..\osdep\WindowsEthernetTap.cpp" />
|
|
- <ClCompile Include="..\..\selftest.cpp">
|
|
|
|
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
- </ClCompile>
|
|
|
|
<ClCompile Include="..\..\service\ControlPlane.cpp" />
|
|
<ClCompile Include="..\..\service\ControlPlane.cpp" />
|
|
<ClCompile Include="..\..\service\OneService.cpp" />
|
|
<ClCompile Include="..\..\service\OneService.cpp" />
|
|
<ClCompile Include="ServiceBase.cpp" />
|
|
<ClCompile Include="ServiceBase.cpp" />
|
|
@@ -123,6 +120,7 @@
|
|
<ClInclude Include="..\..\node\Switch.hpp" />
|
|
<ClInclude Include="..\..\node\Switch.hpp" />
|
|
<ClInclude Include="..\..\node\Topology.hpp" />
|
|
<ClInclude Include="..\..\node\Topology.hpp" />
|
|
<ClInclude Include="..\..\node\Utils.hpp" />
|
|
<ClInclude Include="..\..\node\Utils.hpp" />
|
|
|
|
+ <ClInclude Include="..\..\node\World.hpp" />
|
|
<ClInclude Include="..\..\osdep\BackgroundResolver.hpp" />
|
|
<ClInclude Include="..\..\osdep\BackgroundResolver.hpp" />
|
|
<ClInclude Include="..\..\osdep\Http.hpp" />
|
|
<ClInclude Include="..\..\osdep\Http.hpp" />
|
|
<ClInclude Include="..\..\osdep\OSUtils.hpp" />
|
|
<ClInclude Include="..\..\osdep\OSUtils.hpp" />
|
|
@@ -232,6 +230,7 @@
|
|
<AdditionalIncludeDirectories>
|
|
<AdditionalIncludeDirectories>
|
|
</AdditionalIncludeDirectories>
|
|
</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>NOMINMAX;ZT_TRACE;ZT_USE_MINIUPNPC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions>NOMINMAX;ZT_TRACE;ZT_USE_MINIUPNPC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
+ <MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|