-
- Downloads
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.
Showing
- Source/cmGeneratorTarget.cxx 12 additions, 0 deletionsSource/cmGeneratorTarget.cxx
- Source/cmGeneratorTarget.h 4 additions, 0 deletionsSource/cmGeneratorTarget.h
- Source/cmVisualStudio10TargetGenerator.cxx 64 additions, 2 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Source/cmVisualStudio10TargetGenerator.h 2 additions, 1 deletionSource/cmVisualStudio10TargetGenerator.h
- Tests/CMakeLists.txt 5 additions, 0 deletionsTests/CMakeLists.txt
- Tests/VSWindowsFormsResx/CMakeLists.txt 44 additions, 0 deletionsTests/VSWindowsFormsResx/CMakeLists.txt
- Tests/VSWindowsFormsResx/WindowsFormsResx/Header.h 0 additions, 0 deletionsTests/VSWindowsFormsResx/WindowsFormsResx/Header.h
- Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.cpp 1 addition, 0 deletionsTests/VSWindowsFormsResx/WindowsFormsResx/MyForm.cpp
- Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.h 78 additions, 0 deletionsTests/VSWindowsFormsResx/WindowsFormsResx/MyForm.h
- Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.resx 61 additions, 0 deletionsTests/VSWindowsFormsResx/WindowsFormsResx/MyForm.resx
- Tests/VSWindowsFormsResx/WindowsFormsResx/Source.cpp 4 additions, 0 deletionsTests/VSWindowsFormsResx/WindowsFormsResx/Source.cpp
Loading
Please register or sign in to comment