VS: Add Windows Forms Support

Add support to maintain designer functionality for Visual Studio C++
Windows Forms projects.  Also add a test project showing how to use
the CMakeLists.txt file and, when successfully configured, will allow
use of the designer for the included form.
This commit is contained in:
John Farrier
2013-04-29 10:48:22 -04:00
committed by Brad King
parent c80594ba12
commit 79ec7868d0
11 changed files with 275 additions and 3 deletions
@@ -0,0 +1,4 @@
int main(int argc, char **argv)
{
return 0;
}