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/SelfTest.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vsprojects/SelfTest/SelfTest.cpp (limited to 'vsprojects/SelfTest/SelfTest.cpp') 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; +} + -- cgit v1.2.3