Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup Project uses Debug dlls when in Release Configuration

I can build a "debug" deployment package when Visual Studio 2010's solution configuration is set to "Debug". But when I change it to "Release" and build my setup project, the resulting msi still packs the debug dlls. Why might this be?

like image 217
Chris Ward Avatar asked Dec 30 '25 22:12

Chris Ward


1 Answers

Did you check the Configuration Manager about your setup project ?

like image 185
AechoLiu Avatar answered Jan 01 '26 16:01

AechoLiu