Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nventive/msbuild.unifiedextensions
A set of MSBuild extensions to simplify cross-targeted development
https://github.com/nventive/msbuild.unifiedextensions
msbuild-extensions uno-platform xamarin
Last synced: about 1 month ago
JSON representation
A set of MSBuild extensions to simplify cross-targeted development
- Host: GitHub
- URL: https://github.com/nventive/msbuild.unifiedextensions
- Owner: nventive
- License: apache-2.0
- Created: 2020-05-01T20:24:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-05T12:37:07.000Z (over 2 years ago)
- Last Synced: 2023-03-02T19:40:45.277Z (almost 2 years ago)
- Topics: msbuild-extensions, uno-platform, xamarin
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nimue
MSBuild Unified Extensions
A set of MSBuild extensions to ease cross-platform development.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
## Getting Started
Simply install the packages in your solution. You can find specific documentation for each tool:
- [Application.Building.Light](/src/Application.Building.Light/Readme.md)
- [Application.Packaging](/src/Application.Packaging/Readme.md)
- [Application.Versioning](/src/Application.Versioning/Readme.md)
- [TargetFrameworks.Filtering](/src/TargetFrameworks.Filtering/Readme.md)## Features
- Application.Building.Light: Run lightweight builds to make pull requests builds faster.
- Application.Packaging: Manage output paths in a single, unified way accross Xamarin iOS, Xamarin Android, UAP and Web Assembly.
- Application.Versioning: Manage version for Xamarin iOS, Xamarin Android, UAP and Web Assembly applications.
- TargetFrameworks.Filtering: Easily build partial cross-targeted libraries to validate compilation by skipping unknown target frameworks## Changelog
Please consult the [CHANGELOG](CHANGELOG.md) for more information about version
history.## License
This project is licensed under the Apache 2.0 license - see the
[LICENSE](LICENSE) file for details.## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for
contributing to this project.Be mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
{List similar projects, inspirations, etc. related to this project.}