urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.
Other
117 stars 21 forks source link

Cannot target x86 architecture on a x64 machine #103

Closed khaosklub closed 5 years ago

khaosklub commented 5 years ago

developing on an x64 machine for projects targeting the x86 environment.

when adding a prig assembly for mscorlib, I can only build the AMD64 version. When my Default Process Architecture is set to x86, all my tests pass except for the one using mscorlib.prig because mscorlib.AMD64.prig cannot be loaded. When set to x64, I can't load the referenced projects that target x86.

can't build x86 version of mscorlib.prig