csproj

Is it possible to add comments to a csproj file?


Can you add comments to a .csproj file? If so, what's the best way to do it?


Solution

  • Comments are written as usual in XML files:

    <!-- comment -->
    

    How to: Write a Simple MSBuild Project