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/stdafx.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/stdafx.cpp')
-rw-r--r-- | vsprojects/SelfTest/stdafx.cpp | 8 |
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 |