C#中的64位操作系统? [英] C# for 64bit OS?

查看:129
本文介绍了C#中的64位操作系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能让我的编辑为Windows 64位优化?

How can I make my compilation optimized for Windows 64 bit?

推荐答案

一个管理项目自动根据所选择的AMD64创建将是AMD64,X86在X86 =>默认为C#项目的建筑风格建造。本机一个总是32位的默认。

A managed project is automatically built according to the architecture selected => default C# project created on AMD64 will be AMD64, X86 on X86. The native one is always 32-bit by default.

要明确设置了一个平台:

To explicitly set a platform:

1打开Solution Explorer中,选择解决方案,正确的点击 - >配置管理器。

1 open the solution explorer, select solution, right click->Configuration Manager.

2转到活动解决方案平台,单击新建。

2 go to 'Active Solution Platform', click New.

3,来了选择新的平台,说安腾的新解决方案平台对话框中。设置复制设置从到任何CPU,这是在活动解决方案平台的默认设置。

3 in the 'New Solution Platform' dialog that comes up select the new platform say Itanium. Set 'Copy Settings From' to 'Any CPU' which was the default setting in the 'Active Solution Platform'.

4单击确定。

这是从网络日志

这篇关于C#中的64位操作系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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