Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个基于 .js 文件的模板(向导),该文件在 Visual Studio 2012 中配置项目设置。该模板适用于 64 位 DLL。
我目前x64在 JavaScript 文件中使用:
x64
Proj.ConfigurationManager.AddPlatform("x64", "Win32", true);
这确实会传播x64解决方案文件中的选项,但是,我想知道是否可以删除该Win32选项或将其作为下拉列表中的第二个(第一个是x64)。
Win32