Visual studio - can't remove project configurations

前端 未结 8 876
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:56

    1. Right-click->Unload your project with the configurations you want to remove.
    2. Right-click->Edit project file xml directly.
    3. Delete the Property groups containing conditions containing the name of the platforms/configurations you wish gone.
    4. Save and load project again. Unwanted configurations should be gone.
    5. If a configuration seems set up right but OutPutPath is still "not set", try moving its propertygroup tag up in the xml.

提交回复
热议问题