msbuild
There are 339 repositories under msbuild topic.
OpenRCT2/OpenRCT2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
KirillOsenkov/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
dotnet/try-convert
Helping .NET developers port their projects to .NET Core!
skywind3000/asynctasks.vim
:rocket: Modern Task System for Project Building, Testing and Deploying !!
skywind3000/emake
你见过的最简单的 GCC/CLANG 项目构建工具,定义式构建,比命令式更简单
Buildalyzer/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
reinforced/Reinforced.Typings
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
webbju/android-plus-plus
Android++ -- A native development and debugging solution for Visual Studio.
microsoft/MSBuildSdks
MSBuild project SDKs
microsoft/StudentsAtBuild
Find all of the resources you might need to try out code presented in the Student Zone at Build 2021 for yourself!
microsoft/setup-msbuild
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
microsoft/MSBuildForUnity
MSBuild integration in Unity
novotnyllc/MSBuildSdkExtras
Extra properties for MSBuild SDK projects
Tyrrrz/DotnetRuntimeBootstrapper
Bootstrapped framework-dependent deployment for .NET applications
Tyrrrz/GitHubActionsTestLogger
.NET test logger that reports to GitHub Actions
petabridge/Incrementalist
Git-based incremental build and testing platform for .NET and .NET Core.
leonardochaia/dotnet-affected
.NET tool for determining which projects are affected by a set of changes. Useful for large projects or monorepos.
ASDAlexander77/cs2cpp
C# to C++ transpiler (Cs2Cpp) (Powered by Roslyn)
reactiveui/Pharmacist
Builds observables from events.
microsoft/MSBuildLocator
An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
realvizu/NsDepCop
NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects.
dotnet/sdk-container-builds
Libraries and build tooling to create container images from .NET projects using MSBuild
deadlydog/Invoke-MsBuild
Invoke-MsBuild PowerShell module to make building projects and solutions with MsBuild.exe easy.
3F/MvsSln
🧩 Customizable VisualStudio .sln parser with project support (.vcxproj, .csproj., …). Pluggable lightweight r/w handlers at runtime, and more …
unoplatform/Uno.SourceGeneration
A Roslyn based C# source generation framework
roozbehid/dotnet-vcxproj
Enabling "dotnet build" to compile and build C/C++ projects. MSBuild task for compiling Visual Studio C/C++ projects (.vcxproj) with your choice of compiler on Linux or Windows or Mac!
Rabadash8820/UnityAssemblies
A NuGet package for simple, forward-compatible references to any Unity DLL on any platform.
egramtel/dotnet-bundle
MSBuild task and CLI tools for bundling .NET Core projects into MacOS applications (.app)
Itiviti/gradle-msbuild-plugin
Gradle plugin for msbuild execution, supports C# project files for now
MarkPflug/MSBuildGitHash
Includes the Git repo hash in your compiled .NET assemblies
vezel-dev/zig-sdk
An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.
JetBrains/teamcity-dotnet-plugin
TeamCity plugin for .NET projects
SQL-MisterMagoo/Blazor.PWA.MSBuild
An MSBuild package which adds simple PWA functionality to Blazor client-side Apps
michelderooij/Get-EventSession
Script to assist in downloading Microsoft event contents or return session information.
unoplatform/Uno.CodeGen
A set of source generators for equality, immutability, ...