My Visual Studio ASP.NET Project Keeps Adding A Release Configuration After I Delete It -


i have visual studio 2015 solution contains asp.net mvc 5.2.3 project. within configuration manager, have removed default debug , release configurations both solution , project , replaced them 3 configurations of own, none of named debug nor release. every time reopen solution, repeatedly see release configuration added asp.net mvc project, after attempting delete several times , verifying doesn't exist in raw markup of .sln , .csproj files. release configuration appears blank.

is known bug visual studio? there way fix this?


Comments