Which VisualStudio-Settings change CorFlags (32BITREQ)

201 Views Asked by At

which settings in Visual Studio are changing the CorFlags? Especially: Which settings i have to change to set/unset the 32BITREQ flag of my built .dll-file?

I know i can toggle the flaggs with VS Developer Command Prompt:

CorFlags /32BITREQ[-/+] MyDll.dll

but i want to change it in my project(with settings not code) so i dont have to do it manually.

Thx!

0

There are 0 best solutions below