summaryrefslogtreecommitdiff
path: root/ZeroTierOne.vcxproj
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-14 10:29:20 -0400
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-14 10:29:20 -0400
commit1f9a7e26baceb5916e8d612f27aaed1073bbdb87 (patch)
tree3d2d63d9046ae710a4a3806a90c37294fd8ef67e /ZeroTierOne.vcxproj
parentfc18334dbbd4445a208ed1dcbe4070feaa385ce3 (diff)
downloadinfinitytier-1f9a7e26baceb5916e8d612f27aaed1073bbdb87.tar.gz
infinitytier-1f9a7e26baceb5916e8d612f27aaed1073bbdb87.zip
Move .vcxproj files to vsprojects\ subfolder and use Visual Studio's ability to add existing files to create per-tool solutions. Create self test solution to test basic functionality on Windows.
Diffstat (limited to 'ZeroTierOne.vcxproj')
-rw-r--r--ZeroTierOne.vcxproj200
1 files changed, 0 insertions, 200 deletions
diff --git a/ZeroTierOne.vcxproj b/ZeroTierOne.vcxproj
deleted file mode 100644
index 35dd52ed..00000000
--- a/ZeroTierOne.vcxproj
+++ /dev/null
@@ -1,200 +0,0 @@
-<?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_32|Win32">
- <Configuration>Debug_32</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{0D4AE49A-FCE5-404F-8041-7FFC4DAF83F4}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_32|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v110</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug_32|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_32|Win32'">
- <LinkIncremental>true</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_32|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>WIN32;_DEBUG;__WINDOWS__;_WINDOWS;_USRDLL;ZEROTIERONE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <Optimization>Disabled</Optimization>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <RuntimeTypeInfo>false</RuntimeTypeInfo>
- <AdditionalIncludeDirectories>ext\bin\libcrypto\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <TargetMachine>MachineX86</TargetMachine>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <AdditionalDependencies>ext\bin\libcrypto\win32-vs2012\libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <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" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="ext\bin\libcrypto\include\openssl\aes.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\asn1.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\asn1t.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\asn1_mac.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\bio.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\blowfish.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\bn.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\buffer.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\camellia.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\cast.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\cmac.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\cms.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\comp.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\conf.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\conf_api.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\crypto.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\des.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\des_old.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\dh.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\dsa.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\dso.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\dtls1.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ebcdic.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ec.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ecdh.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ecdsa.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\engine.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\err.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\evp.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\e_os2.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\hmac.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\idea.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\krb5_asn.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\kssl.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\lhash.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\md4.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\md5.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\mdc2.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\modes.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\objects.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\obj_mac.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ocsp.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\opensslconf.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\opensslv.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ossl_typ.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\pem.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\pem2.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\pkcs12.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\pkcs7.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\pqueue.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\rand.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\rc2.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\rc4.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ripemd.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\rsa.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\safestack.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\seed.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\sha.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\srp.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\srtp.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ssl.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ssl2.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ssl23.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ssl3.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\stack.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\symhacks.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\tls1.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ts.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\txt_db.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ui.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\ui_compat.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\whrlpool.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\x509.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\x509v3.h" />
- <ClInclude Include="ext\bin\libcrypto\include\openssl\x509_vfy.h" />
- <ClInclude Include="ext\kissdb\kissdb.h" />
- <ClInclude Include="ext\lz4\lz4.h" />
- <ClInclude Include="ext\lz4\lz4hc.h" />
- <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="version.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project> \ No newline at end of file