I need to compile my C#-project to platform "x86". There are several options:
(1) Rightclick on my project > Properties > Build > Platform target > I can set "x86" here. Configuration is set to "Active (Debug)" and Platform is set to "Active (Any CPU)".
(2) Solution configuration: "Active Solution Platform" "Project Contexts: Platform"
My questions are:
- Where are the differences between these options?
- Where do I need to set the platform to "86".
- Does "Active Solution Platform" in (2) overwrite "Project Contexts: Platform" ?
- If I set "x86" in (1), is "Any CPU" set to "x86".
There is a similar discussion at What does the Visual Studio "Any CPU" target mean?. Unfortunately it does not anwer my questions.
Many thanks in advance, J.