Blog.Xinxing

Articles about tech, physics, and everything else related to life!

Build multiple binaries from one project in dotnet

/

Sometimes we might need to build slightly different binaries (or assemblies) out of the same code repository. For example, you might want to release your application with some features to your customers, while hosting/running the full version only by yourself, or in one platform a dependency of your application is not available, while there is …