P Pat Moran Jan 15, 2008 #1 How do I remove an assembly that has been added to the filesystem view of a Visual Studio setup project. Pat
How do I remove an assembly that has been added to the filesystem view of a Visual Studio setup project. Pat
L Leon Mayne Jan 15, 2008 #2 Pat Moran said: How do I remove an assembly that has been added to the filesystem view of a Visual Studio setup project. Click to expand... If you added it manually then just right-click and select delete. If it was added automatically because another assembly references it then you need to change the file's 'Exclude' property to true.
Pat Moran said: How do I remove an assembly that has been added to the filesystem view of a Visual Studio setup project. Click to expand... If you added it manually then just right-click and select delete. If it was added automatically because another assembly references it then you need to change the file's 'Exclude' property to true.