.net - how to avoid exe.manifest and exe.config in my build -
i developing winform app. want use exe inside \bin\release run app. each time build app 2 files extensions exe.manifest , exe.config inside release folder. if run exe file out these files won't work. there way remove build? can use exe file run app??
the applicationname.exe.config file contains application settings of application , in case have app.config file in application, file created. , if application using these configurations, application break if remove file.
to remove .manifest file, can go -
project properties >> debug , uncheck enable visual studio hosting process.
Comments
Post a Comment