How do I get unit tests to run on a x64 platform

前端 未结 6 729
自闭症患者
自闭症患者 2020-12-14 14:20

I have a C# application that must run in x64 mode. The problem is I try to create unit tests that run methods in the x64 application and the unit test project won\'t even b

6条回答
  •  不思量自难忘°
    2020-12-14 14:35

    In VS 2012 and above you can select the default target platform from Test menu under Test Settings|Default Processor Architecture

提交回复
热议问题