summaryrefslogtreecommitdiff
path: root/vsprojects/SelfTest/stdafx.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/stdafx.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/stdafx.cpp')
-rw-r--r--vsprojects/SelfTest/stdafx.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/vsprojects/SelfTest/stdafx.cpp b/vsprojects/SelfTest/stdafx.cpp
new file mode 100644
index 00000000..c502d9fe
--- /dev/null
+++ b/vsprojects/SelfTest/stdafx.cpp
@@ -0,0 +1,8 @@
+// stdafx.cpp : source file that includes just the standard includes
+// SelfTest.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file