mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
159 lines
8.1 KiB
XML
159 lines
8.1 KiB
XML
<?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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>SelfTest</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>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</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 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>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(SolutionDir)\ext\bin\libcrypto\win32-vs2012\libeay32.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\ext\bin\libcrypto\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;iphlpapi.lib;$(SolutionDir)\ext\bin\libcrypto\win32-vs2012\libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\node\Address.hpp" />
|
|
<ClInclude Include="..\..\node\Array.hpp" />
|
|
<ClInclude Include="..\..\node\AtomicCounter.hpp" />
|
|
<ClInclude Include="..\..\node\BloomFilter.hpp" />
|
|
<ClInclude Include="..\..\node\Buffer.hpp" />
|
|
<ClInclude Include="..\..\node\CMWC4096.hpp" />
|
|
<ClInclude Include="..\..\node\Condition.hpp" />
|
|
<ClInclude Include="..\..\node\Constants.hpp" />
|
|
<ClInclude Include="..\..\node\Defaults.hpp" />
|
|
<ClInclude Include="..\..\node\Demarc.hpp" />
|
|
<ClInclude Include="..\..\node\Dictionary.hpp" />
|
|
<ClInclude Include="..\..\node\EllipticCurveKey.hpp" />
|
|
<ClInclude Include="..\..\node\EllipticCurveKeyPair.hpp" />
|
|
<ClInclude Include="..\..\node\EthernetTap.hpp" />
|
|
<ClInclude Include="..\..\node\Filter.hpp" />
|
|
<ClInclude Include="..\..\node\HMAC.hpp" />
|
|
<ClInclude Include="..\..\node\Identity.hpp" />
|
|
<ClInclude Include="..\..\node\InetAddress.hpp" />
|
|
<ClInclude Include="..\..\node\Logger.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\Node.hpp" />
|
|
<ClInclude Include="..\..\node\NodeConfig.hpp" />
|
|
<ClInclude Include="..\..\node\NonCopyable.hpp" />
|
|
<ClInclude Include="..\..\node\Packet.hpp" />
|
|
<ClInclude Include="..\..\node\PacketDecoder.hpp" />
|
|
<ClInclude Include="..\..\node\Peer.hpp" />
|
|
<ClInclude Include="..\..\node\Range.hpp" />
|
|
<ClInclude Include="..\..\node\RateLimiter.hpp" />
|
|
<ClInclude Include="..\..\node\RuntimeEnvironment.hpp" />
|
|
<ClInclude Include="..\..\node\Salsa20.hpp" />
|
|
<ClInclude Include="..\..\node\Service.hpp" />
|
|
<ClInclude Include="..\..\node\SharedPtr.hpp" />
|
|
<ClInclude Include="..\..\node\Switch.hpp" />
|
|
<ClInclude Include="..\..\node\SysEnv.hpp" />
|
|
<ClInclude Include="..\..\node\Thread.hpp" />
|
|
<ClInclude Include="..\..\node\Topology.hpp" />
|
|
<ClInclude Include="..\..\node\UdpSocket.hpp" />
|
|
<ClInclude Include="..\..\node\Utils.hpp" />
|
|
<ClInclude Include="targetver.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\ext\kissdb\kissdb.c" />
|
|
<ClCompile Include="..\..\ext\lz4\lz4.c" />
|
|
<ClCompile Include="..\..\ext\lz4\lz4hc.c" />
|
|
<ClCompile Include="..\..\node\Defaults.cpp" />
|
|
<ClCompile Include="..\..\node\Demarc.cpp" />
|
|
<ClCompile Include="..\..\node\EllipticCurveKeyPair.cpp" />
|
|
<ClCompile Include="..\..\node\EthernetTap.cpp" />
|
|
<ClCompile Include="..\..\node\Filter.cpp" />
|
|
<ClCompile Include="..\..\node\HMAC.cpp" />
|
|
<ClCompile Include="..\..\node\Identity.cpp" />
|
|
<ClCompile Include="..\..\node\InetAddress.cpp" />
|
|
<ClCompile Include="..\..\node\Logger.cpp" />
|
|
<ClCompile Include="..\..\node\Network.cpp" />
|
|
<ClCompile Include="..\..\node\Node.cpp" />
|
|
<ClCompile Include="..\..\node\NodeConfig.cpp" />
|
|
<ClCompile Include="..\..\node\Packet.cpp" />
|
|
<ClCompile Include="..\..\node\PacketDecoder.cpp" />
|
|
<ClCompile Include="..\..\node\Peer.cpp" />
|
|
<ClCompile Include="..\..\node\Salsa20.cpp" />
|
|
<ClCompile Include="..\..\node\Service.cpp" />
|
|
<ClCompile Include="..\..\node\Switch.cpp" />
|
|
<ClCompile Include="..\..\node\SysEnv.cpp" />
|
|
<ClCompile Include="..\..\node\Topology.cpp" />
|
|
<ClCompile Include="..\..\node\UdpSocket.cpp" />
|
|
<ClCompile Include="..\..\node\Utils.cpp" />
|
|
<ClCompile Include="..\..\selftest.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |