From 1f9a7e26baceb5916e8d612f27aaed1073bbdb87 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 14 Aug 2013 10:29:20 -0400 Subject: 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. --- vsprojects/SelfTest/stdafx.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vsprojects/SelfTest/stdafx.cpp (limited to 'vsprojects/SelfTest/stdafx.cpp') 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 -- cgit v1.2.3