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
- Host: GitHub
- URL: https://github.com/ho-cooh/winuicomponenttest
- Owner: HO-COOH
- Created: 2025-01-25T18:39:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-02T17:52:29.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:31:51.806Z (over 1 year ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: |