summaryrefslogtreecommitdiff
path: root/vsprojects/SelfTest/SelfTest.cpp
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 /vsprojects/SelfTest/SelfTest.cpp
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 'vsprojects/SelfTest/SelfTest.cpp')
-rw-r--r--vsprojects/SelfTest/SelfTest.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/vsprojects/SelfTest/SelfTest.cpp b/vsprojects/SelfTest/SelfTest.cpp
new file mode 100644
index 00000000..60a736c5
--- /dev/null
+++ b/vsprojects/SelfTest/SelfTest.cpp
@@ -0,0 +1,11 @@
+// SelfTest.cpp : Defines the entry point for the console application.
+//
+
+#include "stdafx.h"
+
+
+int _tmain(int argc, _TCHAR* argv[])
+{
+ return 0;
+}
+