# build-common **Repository Path**: sloder/build-common ## Basic Information - **Project Name**: build-common - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-21 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build-common Common build targets and scripts necessary for libraries and components ## What's included 1. `Common.props` file necessary to be included from your root `Directory.Build.props` 2. Shared `.target` files in `targets/` directory. Includes NullableEnable, TrimmingEnable, SignEnable, PackEnable and more. These targets can be referenced with `$(RepositoryTargetsRoot)` prefix ```xml ``` 3. Nuke extension, including BuildToLocalCache and simple obfuscation/ilmerge wrappers 4. Avalonia strong name key and public key 5. Some branding images, like default nuget package icon