You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
267 lines
14 KiB
267 lines
14 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<ItemGroup Label="ProjectConfigurations"> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|x64"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>x64</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|x64"> |
|
<Configuration>Release</Configuration> |
|
<Platform>x64</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClCompile Include="..\..\ext\http-parser\http_parser.c" /> |
|
<ClCompile Include="..\..\ext\json-parser\json.c" /> |
|
<ClCompile Include="..\..\ext\lz4\lz4.c" /> |
|
<ClCompile Include="..\..\node\C25519.cpp" /> |
|
<ClCompile Include="..\..\node\CertificateOfMembership.cpp" /> |
|
<ClCompile Include="..\..\node\Defaults.cpp" /> |
|
<ClCompile Include="..\..\node\Dictionary.cpp" /> |
|
<ClCompile Include="..\..\node\Identity.cpp" /> |
|
<ClCompile Include="..\..\node\IncomingPacket.cpp" /> |
|
<ClCompile Include="..\..\node\InetAddress.cpp" /> |
|
<ClCompile Include="..\..\node\Multicaster.cpp" /> |
|
<ClCompile Include="..\..\node\Network.cpp" /> |
|
<ClCompile Include="..\..\node\NetworkConfig.cpp" /> |
|
<ClCompile Include="..\..\node\Node.cpp" /> |
|
<ClCompile Include="..\..\node\OutboundMulticast.cpp" /> |
|
<ClCompile Include="..\..\node\Packet.cpp" /> |
|
<ClCompile Include="..\..\node\Peer.cpp" /> |
|
<ClCompile Include="..\..\node\Poly1305.cpp" /> |
|
<ClCompile Include="..\..\node\Salsa20.cpp" /> |
|
<ClCompile Include="..\..\node\SelfAwareness.cpp" /> |
|
<ClCompile Include="..\..\node\SHA512.cpp" /> |
|
<ClCompile Include="..\..\node\Switch.cpp" /> |
|
<ClCompile Include="..\..\node\Topology.cpp" /> |
|
<ClCompile Include="..\..\node\Utils.cpp" /> |
|
<ClCompile Include="..\..\one.cpp" /> |
|
<ClCompile Include="..\..\osdep\Http.cpp" /> |
|
<ClCompile Include="..\..\osdep\OSUtils.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\OneService.cpp" /> |
|
<ClCompile Include="ServiceBase.cpp" /> |
|
<ClCompile Include="ServiceInstaller.cpp" /> |
|
<ClCompile Include="ZeroTierOneService.cpp" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="..\..\ext\http-parser\http_parser.h" /> |
|
<ClInclude Include="..\..\ext\json-parser\json.h" /> |
|
<ClInclude Include="..\..\ext\lz4\lz4.h" /> |
|
<ClInclude Include="..\..\include\ZeroTierOne.h" /> |
|
<ClInclude Include="..\..\node\Address.hpp" /> |
|
<ClInclude Include="..\..\node\AntiRecursion.hpp" /> |
|
<ClInclude Include="..\..\node\Array.hpp" /> |
|
<ClInclude Include="..\..\node\AtomicCounter.hpp" /> |
|
<ClInclude Include="..\..\node\BandwidthAccount.hpp" /> |
|
<ClInclude Include="..\..\node\Buffer.hpp" /> |
|
<ClInclude Include="..\..\node\C25519.hpp" /> |
|
<ClInclude Include="..\..\node\CertificateOfMembership.hpp" /> |
|
<ClInclude Include="..\..\node\CMWC4096.hpp" /> |
|
<ClInclude Include="..\..\node\Constants.hpp" /> |
|
<ClInclude Include="..\..\node\Defaults.hpp" /> |
|
<ClInclude Include="..\..\node\Dictionary.hpp" /> |
|
<ClInclude Include="..\..\node\Identity.hpp" /> |
|
<ClInclude Include="..\..\node\IncomingPacket.hpp" /> |
|
<ClInclude Include="..\..\node\InetAddress.hpp" /> |
|
<ClInclude Include="..\..\node\MAC.hpp" /> |
|
<ClInclude Include="..\..\node\Multicaster.hpp" /> |
|
<ClInclude Include="..\..\node\MulticastGroup.hpp" /> |
|
<ClInclude Include="..\..\node\Mutex.hpp" /> |
|
<ClInclude Include="..\..\node\Network.hpp" /> |
|
<ClInclude Include="..\..\node\NetworkConfig.hpp" /> |
|
<ClInclude Include="..\..\node\NetworkController.hpp" /> |
|
<ClInclude Include="..\..\node\Node.hpp" /> |
|
<ClInclude Include="..\..\node\NonCopyable.hpp" /> |
|
<ClInclude Include="..\..\node\OutboundMulticast.hpp" /> |
|
<ClInclude Include="..\..\node\Packet.hpp" /> |
|
<ClInclude Include="..\..\node\Path.hpp" /> |
|
<ClInclude Include="..\..\node\Peer.hpp" /> |
|
<ClInclude Include="..\..\node\Poly1305.hpp" /> |
|
<ClInclude Include="..\..\node\RuntimeEnvironment.hpp" /> |
|
<ClInclude Include="..\..\node\Salsa20.hpp" /> |
|
<ClInclude Include="..\..\node\SelfAwareness.hpp" /> |
|
<ClInclude Include="..\..\node\SHA512.hpp" /> |
|
<ClInclude Include="..\..\node\SharedPtr.hpp" /> |
|
<ClInclude Include="..\..\node\Switch.hpp" /> |
|
<ClInclude Include="..\..\node\Topology.hpp" /> |
|
<ClInclude Include="..\..\node\Utils.hpp" /> |
|
<ClInclude Include="..\..\osdep\Http.hpp" /> |
|
<ClInclude Include="..\..\osdep\OSUtils.hpp" /> |
|
<ClInclude Include="..\..\osdep\Phy.hpp" /> |
|
<ClInclude Include="..\..\osdep\Thread.hpp" /> |
|
<ClInclude Include="..\..\osdep\WindowsEthernetTap.hpp" /> |
|
<ClInclude Include="..\..\service\ControlPlane.hpp" /> |
|
<ClInclude Include="..\..\service\ControlPlaneSubsystem.hpp" /> |
|
<ClInclude Include="..\..\service\OneService.hpp" /> |
|
<ClInclude Include="..\..\version.h" /> |
|
<ClInclude Include="resource.h" /> |
|
<ClInclude Include="ServiceBase.h" /> |
|
<ClInclude Include="ServiceInstaller.h" /> |
|
<ClInclude Include="ZeroTierOneService.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ResourceCompile Include="ZeroTierOne.rc" /> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{B00A4957-5977-4AC1-9EF4-571DC27EADA2}</ProjectGuid> |
|
<RootNamespace>ZeroTierOne</RootNamespace> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
<PlatformToolset>v110</PlatformToolset> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
<PlatformToolset>v110</PlatformToolset> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<PlatformToolset>v110</PlatformToolset> |
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<PlatformToolset>v110</PlatformToolset> |
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<PropertyGroup Label="UserMacros" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<TargetExt>.exe</TargetExt> |
|
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> |
|
<TargetName>zerotier-one_x86</TargetName> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<TargetExt>.exe</TargetExt> |
|
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> |
|
<TargetName>zerotier-one_x86</TargetName> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
<TargetExt>.exe</TargetExt> |
|
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> |
|
<TargetName>zerotier-one_x64</TargetName> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
<TargetExt>.exe</TargetExt> |
|
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> |
|
<TargetName>zerotier-one_x64</TargetName> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>Disabled</Optimization> |
|
<SDLCheck>true</SDLCheck> |
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>NOMINMAX;ZT_TRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
</ClCompile> |
|
<Link> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;newdev.lib;Iphlpapi.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>Disabled</Optimization> |
|
<SDLCheck>true</SDLCheck> |
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>NOMINMAX;ZT_TRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
</ClCompile> |
|
<Link> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;newdev.lib;Iphlpapi.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>MaxSpeed</Optimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<SDLCheck>true</SDLCheck> |
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>ZT_OFFICIAL_RELEASE;ZT_AUTO_UPDATE;ZT_SALSA20_SSE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
|
<StringPooling>true</StringPooling> |
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
<OmitFramePointers>true</OmitFramePointers> |
|
</ClCompile> |
|
<Link> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;newdev.lib;Iphlpapi.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>MaxSpeed</Optimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<SDLCheck>true</SDLCheck> |
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>ZT_OFFICIAL_RELEASE;ZT_AUTO_UPDATE;ZT_SALSA20_SSE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> |
|
<StringPooling>true</StringPooling> |
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
<OmitFramePointers>true</OmitFramePointers> |
|
</ClCompile> |
|
<Link> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;newdev.lib;Iphlpapi.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |