c# - Visual studio - can't remove project configurations -
have major problem project configurations. started when wanted add new solution configuration (named "dev_withsource") based on existing "debug" configuration , checked "create project configurations". reason project configurations registered inside sln file, showing in configuration manager, "propertygroup condition" blocks in csproj files weren't created. resulted in "outputpath not set ..." error.
so, tried repeat whole procedure. after deleting lines mentioning "dev_withsource" sln file, "dev_withsource" project configurations still showing in configuration manager. searched csproj , sln file in solution. neither of them contain text "dev_withsource".
after event tried developing add-in. can fetch phantom configurations project.configurationmanager.configurationrownames can't delete them. missing something? configurations stored in other files , not csproj/sln?
thanks.
1) access configuration manager in 1 of 2 ways:
-- menus on top: build
-> configuration manager...
-- drop down listing configurations on main tool bar select configuration manager...
2) in configuration manager dialog under active solution configuration:
choose <edit...>
drop down.
3) dialog opens showing configurations solution. here can select , click remove
button.
Comments
Post a Comment