diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 10:29:20 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 10:29:20 -0400 |
commit | 1f9a7e26baceb5916e8d612f27aaed1073bbdb87 (patch) | |
tree | 3d2d63d9046ae710a4a3806a90c37294fd8ef67e /vsprojects/SelfTest/SelfTest.cpp | |
parent | fc18334dbbd4445a208ed1dcbe4070feaa385ce3 (diff) | |
download | infinitytier-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.cpp | 11 |
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; +} + |