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.
This commit is contained in:
parent
fc18334dbb
commit
1f9a7e26ba
10 changed files with 430 additions and 667 deletions
8
vsprojects/SelfTest/stdafx.cpp
Normal file
8
vsprojects/SelfTest/stdafx.cpp
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue