在同一解决方案中使用Visual Studio定位32位和64位... [英] Targeting both 32bit and 64bit with Visual Studio in same solution ...

查看:110
本文介绍了在同一解决方案中使用Visual Studio定位32位和64位...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想通过右键单击解决方案资源管理器从我的asp.net应用程序中获得两个不同的版本(x64和x86),该解决方案资源管理器使用解决方案资源管理器属性中的post build event命令行提供了构建选项.
我从asp.net应用程序的配置管理器中看到了x64和x86的选项.我的应用程序中有第三方dll(sharpsvn.dll),它也适用于x86和x64(在两个不同的文件夹下).
我的问题是是否可以同时从构建选项生成两个针对x64的构建,一个针对x64生成具有第三方dll的x86构建.

谢谢
Mahammad Samim

Hi,
I want to genarate two different builds(x64 and x86) from my asp.net application by right clicking on the solution explorer which provides the build option using post build event command line from solution explorer properties.
I have seen the options for x64 and x86 from Configuration Manager of my asp.net application. I have third party dll(sharpsvn.dll) in my application which is for x86 and x64 also(under two different folders).
My question is whether it is possible to generate two builds one for x64 and another for x86 having the third party dlls as required for both from build option simultaneously.

Thank You
Mahammad Samim

推荐答案

mahammad_09写道:
mahammad_09 wrote:

我的问题是是否有可能同时从生成选项生成两个针对x64的生成,一个针对x64生成,另一个针对x86具有第三方dll的生成.

My question is whether it is possible to generate two builds one for x64 and another for x86 having the third party dlls as required for both from build option simultaneously.



我对此表示怀疑.构建会构建一个版本.



I doubt it. A build builds one version.


嗨克里斯蒂安

您能给我一些有关以下情况的想法吗?
我使用Visual Studio发布后构建事件命令行生成了一个构建.
代码如下.
if
Hi Christian

Can you please give me some idea regarding the following scenario.
I generated a build using visual studio post build event command line.
The code is as below.
if


(ConfigurationName)==释放C:\ Windows \ Microsoft.NET \ Framework64 \ v2.0.50727 \ aspnet_compiler -v/-f -u -p"
(ConfigurationName) == Release C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_compiler -v / -f -u -p "


这篇关于在同一解决方案中使用Visual Studio定位32位和64位...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆