Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in csproj

$(TargetDir) replacement for SDK-style projects (analogue to "$(MSBuildProjectDirectory)\" for "$(ProjectDir)")

c# .net build msbuild csproj

CodeAnalysisTreatWarningsAsErrors not breaking the build

Automatically nest files in .csproj class libary (DependentUpon)

Config XamlRuntime and DefaultXamlRuntime in csproj file meaning

c# .net wpf csproj

How to change assembly name depending on configuration (and launch debugger)

c# visual-studio csproj

Keep special ProjectReference when using "Remove unused reference"

visual-studio csproj

How to fix "msbuild 4040: There is no target in the project."

How to copy linked content files using .NET Core csproj?

Reference for msbuild itemgroup content

msbuild .net-core csproj

How to make internals visible to multiple other assemblies in .NET Standard

How to specify output folder for the referenced nuget packages?

Can a NuGet package built with a newer version of c# be used in a project using an older version of c#?

EnforceCodeStyleInBuild true does not fail the build when errors are present