From d372cd1b17440c3f36ec78e69afab247c161f88b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 19 Aug 2013 15:39:11 -0400 Subject: [PATCH] Clean up... --- .gitignore | 9 +- ZeroTierOne.sln | 32 ------- .../EthTapDevelopment/EthTapDevelopment.cpp | 13 --- .../EthTapDevelopment.vcxproj | 87 ------------------- .../EthTapDevelopment.vcxproj.filters | 27 ------ vsprojects/EthTapDevelopment/targetver.h | 8 -- 6 files changed, 5 insertions(+), 171 deletions(-) delete mode 100644 vsprojects/EthTapDevelopment/EthTapDevelopment.cpp delete mode 100644 vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj delete mode 100644 vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj.filters delete mode 100644 vsprojects/EthTapDevelopment/targetver.h diff --git a/.gitignore b/.gitignore index 9d6f45ca8..5659e5731 100755 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,13 @@ zerotier-* *.dSYM mac-tap/tuntap/src/tap/tap mac-tap/tuntap/tap.kext -/ZeroTierOne.sdf /ipch +/ZeroTierOne.sdf /ZeroTierOne.v11.suo -/ZeroTierOne.opensdf /vsprojects/SelfTest/Debug -/vsprojects/SelfTest/SelfTest.vcxproj.user +/vsprojects/SelfTest/Release /Debug /Release -/vsprojects/SelfTest/Release +*.log +*.opensdf +*.user diff --git a/ZeroTierOne.sln b/ZeroTierOne.sln index 2c6fd426c..352e74c59 100644 --- a/ZeroTierOne.sln +++ b/ZeroTierOne.sln @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SelfTest", "vsprojects\SelfTest\SelfTest.vcxproj", "{DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EthTapDevelopment", "vsprojects\EthTapDevelopment\EthTapDevelopment.vcxproj", "{055CA606-B5C0-443A-8741-60EB753A3F3C}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -55,36 +53,6 @@ Global {DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}.Win8 Release|Win32.Build.0 = Release|Win32 {DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}.Win8 Release|Win32.Deploy.0 = Release|Win32 {DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}.Win8 Release|x64.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Debug|Win32.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Debug|Win32.Build.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Debug|x64.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Release|Win32.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Release|Win32.Build.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Release|x64.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Debug|Win32.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Debug|Win32.Build.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Debug|Win32.Deploy.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Debug|x64.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Release|Win32.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Release|Win32.Build.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Release|Win32.Deploy.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Vista Release|x64.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Debug|Win32.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Debug|Win32.Build.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Debug|Win32.Deploy.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Debug|x64.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Release|Win32.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Release|Win32.Build.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Release|Win32.Deploy.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win7 Release|x64.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Debug|Win32.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Debug|Win32.Build.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Debug|Win32.Deploy.0 = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Debug|x64.ActiveCfg = Debug|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Release|Win32.ActiveCfg = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Release|Win32.Build.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Release|Win32.Deploy.0 = Release|Win32 - {055CA606-B5C0-443A-8741-60EB753A3F3C}.Win8 Release|x64.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp b/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp deleted file mode 100644 index f68c6c697..000000000 --- a/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include -#include -#include - -#include - -#include -#include - -int _tmain(int argc, _TCHAR* argv[]) -{ - return 0; -} diff --git a/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj b/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj deleted file mode 100644 index ba56bb0b4..000000000 --- a/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {055CA606-B5C0-443A-8741-60EB753A3F3C} - Win32Proj - EthTapDevelopment - - - - Application - true - v110 - Unicode - - - Application - false - v110 - true - Unicode - - - - - - - - - - - - - true - - - false - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - Console - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - Console - true - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj.filters b/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj.filters deleted file mode 100644 index f20a8838f..000000000 --- a/vsprojects/EthTapDevelopment/EthTapDevelopment.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Source Files - - - \ No newline at end of file diff --git a/vsprojects/EthTapDevelopment/targetver.h b/vsprojects/EthTapDevelopment/targetver.h deleted file mode 100644 index 87c0086de..000000000 --- a/vsprojects/EthTapDevelopment/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include