An open API service indexing awesome lists of open source software.

https://github.com/ho-cooh/winuicomponenttest

Test to use all types of C++WinRT component and consume in a C++/C# project
https://github.com/ho-cooh/winuicomponenttest

Last synced: 10 months ago
JSON representation

Test to use all types of C++WinRT component and consume in a C++/C# project

Awesome Lists containing this project

README

          

# WinUIComponentTest
This is a demo/starter project for testing consuming a C++/WinRT component in a C++/WinRT **and C#** application project.

## Change to C# project
- Add [CsWinRT nuget](https://www.nuget.org/packages/Microsoft.Windows.CsWinRT/)

|Project|Working?|
|--|--|
|C# project| :x: |
|C++ project| :white_check_mark: |