Visual studio - can't remove project configurations

前端 未结 8 875
Happy的楠姐
Happy的楠姐 2020-12-29 01:36


I have a major problem with project configurations. Everything started when I wanted to add new solution configuration (named \"Dev_WithSource\") based on existing \"De

相关标签:
8条回答
  • 2020-12-29 02:08

    I solved this with utility which parses csproj files and inserts necessary propertygroup blocks into csproj files. Old project configurations still appear in configuration manager but I gave up trying to delete them.

    0 讨论(0)
  • 2020-12-29 02:08

    In my case the issue was that the solution file was not in the same folder as project file so I had to copy the nuget folder into the solution folder to resolve this issue.

    0 讨论(0)
提交回复
热议问题