C# language projection for the Windows Runtime
Перейти к файлу
Scott Jones 5082125ba6 only automatically generate projection for release config 2019-10-24 13:48:06 -07:00
TestComp bootstrap 2019-10-17 15:01:30 -07:00
UnitTest only automatically generate projection for release config 2019-10-24 13:48:06 -07:00
WinUITest only automatically generate projection for release config 2019-10-24 13:48:06 -07:00
cswinrt support for winui 2019-10-24 13:26:37 -07:00
nuget Initial nuget support 2019-10-18 07:44:05 -07:00
.gitignore bootstrap 2019-10-17 15:01:30 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-10-03 15:45:39 -07:00
Directory.Build.props bootstrap 2019-10-17 15:01:30 -07:00
Directory.Build.targets support for winui 2019-10-24 13:26:37 -07:00
LICENSE Initial commit 2019-10-03 15:45:40 -07:00
README.md Update README.md 2019-10-17 16:44:28 -07:00
SECURITY.md Initial commit 2019-10-03 15:45:42 -07:00
SignConfig.xml Update SignConfig.xml 2019-10-18 23:27:59 +00:00
Strings.props bootstrap 2019-10-17 15:01:30 -07:00
build.cmd Initial nuget support 2019-10-18 07:44:05 -07:00
cswinrt.sln only automatically generate projection for release config 2019-10-24 13:48:06 -07:00

README.md

Build status

The C#/WinRT Language Projection

C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET Standard 2.2 and later and does not require any built-in knowledge of WinRT by the C# compiler.

C#/WinRT is part of the xlang family of projects that help developers create APIs that can run on multiple platforms and be used with a variety of languages.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.