How can I use a single Visual Studio solution to build both x86 and x64 at the same time?

前端 未结 8 1827
我寻月下人不归
我寻月下人不归 2020-12-12 17:06

I\'ve got an x86 Visual Studio solution with many project files in it. Some of the DLL files are designed to work as plug-ins to other applications on a user\'s system.

8条回答
  •  伪装坚强ぢ
    2020-12-12 17:54

    I ran into this problem with a project running in Visual Studio 2008 (on Windows XP) (32-bit) and also Visual Studio 2010 (on Windows 7) (64-bit).

    The solution I used was to use the $(PROGRAMFILES) variable. It resolved correctly on both machines.

提交回复
热议问题