79ec7868d0
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.
5 lines
48 B
C++
5 lines
48 B
C++
int main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|