I changed the default Debug configuration so that the output directories resemble $(SolutionDir)$(PlatformName)/$(ConfigurationName).
Then I created debugging options DebugStaticand DebugDllto more clearly indicate the object being created. I created them by copying the configuration Debug.
Similarly, I have created ReleaseDLL, and ReleaseStaticof the changed configuration Release.
Using Configuration Manager, I deleted the configurations Debugand Release.
Configuration Debugand Releaseis still displayed in the "Batch assembly", as well as drop-down list "Configuration" in the "Property Pages" (shown, right-click the project name, and then select "Properties").
How to clean, erase, erase, wash, configuration Debugand Release?
(The ambiguity of Debug caused me many weeks to solve problems, especially when accidentally combining Win32 debugging DLLs in an X64 project)
(I searched the Internet and StackOverflow, but found nothing to completely remove these configurations.)
source
share