I'd like to submit a patch to add support for XAML files to on Windows. This is very similar to the RESX support already on the MSVC generator with the .h and .cpp implementation files being automatically associated with the .xaml file. This would allow WindowsPhone and WindowsStore applications to use the XAML programming model as well as DirectX. I've added a new test VSXaml with produces a WindowsStore 8.1 app (since the rest of the WindowsStore/Phone is already covered in VSWinStorePhone test). By default each Xaml file is treated as a Page, but the type can be specified by setting a new property on the source file (VS_XAML_TYPE).
I've validated that all tests run successfully with this change.
CMake.Xaml.patch
Description: CMake.Xaml.patch
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers