Im developing an WinForms App with C# .Net 4.6.2 with the AnyCPU plattform target.
I want to deploy the IDEALSoftware.VpeProfessional.dll with its unmanaged vpep3272.dll.
The IDEALSoftware.VpeProfessional.dll x86 and x64 Assemlby is identical.
But the unmanaged dll vpep3272.dll differs between x86 and x64.
How can I deploy my App which could be run either by an 32bit os-system and by an 64bit os-system with the same xcopy deployment?