How to build x64 and x86 projects that reference same projects
问题 I have three projects, ProjectA (exe) , ProjectB (exe) and ProjectD (class library) Project A references the System.Data.OracleClient.dll and ProjectD. Project B just references ProjectD. The 32-bit client version of oracle is installed and therefore ProjectA has to be a 32-bit application. Project B can be built as a 64-bit application. Project A build settings: Platform: Active (x86) Platform target: x86 Project B build settings: Platform: Active (Any CPU) Platform target: Any CPU My