Visual studio - can't remove project configurations

前端 未结 8 885
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 01:53

    In Visual Studio for MAC -

    1. Double click your Solution > Configurations > General.
    2. Click on your 'ConfigToRemove' in the list then Remove (Ensure you tick delete also Configurations in Solution items), then Yes.
    3. Click OK to save your changes.
    4. Now, right Click on Solution and Tools > Edit File.
    5. Go to "GlobalSection(SolutionConfigurationPlatforms) = preSolution" and remove all the Configurations you no longer need otherwise they will still show up in Configuration Mappings even though there are no mappings in the project!
    6. Save and your done.

提交回复
热议问题