The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12930 ====================================================================== Reported By: Eugene Golushkov Assigned To: ====================================================================== Project: CMake Issue ID: 12930 Category: CMake Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-03 07:16 EST Last Modified: 2012-02-03 07:16 EST ====================================================================== Summary: [patch] CMake does not support Visual Studio 11 WinRT project type Description: CMake currently does not support setting project type as needed to develop WinRT applications for Windows 8 with the Visual Studio 10 generator. Patch is based on a similar patch for .NET project types from here: http://public.kitware.com/Bug/view.php?id=12586
Additional Information: The attached patch adds support for two new project properties: VS_WINRT_EXTENSIONS: Boolean property that correspond to "Enable Tailored Features" in Visual Studio 11 IDE. VS_WINRT_REFERENCES: Semicolon-delimited list of *.winmd references to add to the project, which creates a new <ItemGroup>. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-02-03 07:16 Eugene GolushkovNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
