This updates the cppwinrt port to use the latest
Microsoft.Windows.CppWinRT package from NuGet. Includes clean up of the
portfile for modern best practices.
This also cleans up the cmake integration:
* Uses `cppwinrt_FOUND` instead of the nonstandard `CppWinRT_FOUND`
* Provides `CPPWINRT_TOOL` for being able to generate C++/WinRT headers
from .winmd files as custom commands
* [cppwinrt] rewrote port to leverage cppwinrt.exe tool from nuget.org
* Reformat
* Update baseline
* Update ports/cppwinrt/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/CMakeLists.txt.in
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/CMakeLists.txt.in
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/CMakeLists.txt.in
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cppwinrt/CppWinRT-config.cmake.in
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Simplifed CMakeLists.txt
* Update baseline
* Fix build break
* Update baseline
* Still need SDK version scanning fallback for ADO pipelines
* Refresh baseline
* Additional code review
* Update baseline
* Don't need a config-version file for a VCPKG only CMake
* Baseline update
* [cppwinrt] Simplify port
* Update ports/cppwinrt/vcpkg.json
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* Update baseline
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>