Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.}