VS2008中如何设置默认目标框架?
我希望在创建新项目时我的所有项目都默认为 .Net 3.5,但它最初默认为 2.0。我在网上花了几个小时,并花了几个小时挖掘项目模板。运气不好。
有人可以帮我解决这个问题吗?
I would like all my project to default to .Net 3.5 when creating a new project, but it initially defaults to 2.0. I've spent a few hours online, and and a few hours digging through project templates. No luck.
Can someone please help me out with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Visual Studio 始终会记住您上次使用“新建项目”对话框时选择的目标框架设置。
如果使用 .NET Framework 3.5 设置创建新项目,则选择默认为 .NET 3.5,直到您使用不同的设置创建项目。
Visual Studio always remembers the target framework setting you chose the last time you used the "New Project" dialog.
If you create a new project using the .NET Framework 3.5 setting the selection defaults to .NET 3.5 until you create a project with a different setting.
尝试创建一个新项目(文件 -> 新建 -> 项目...)并确保在中选择.NET Framework 3.5作为目标框架strong>新建项目窗口(窗口右上角的下拉菜单)。然后它应该成为未来新项目的默认设置。
Try creating a new project (File -> New -> Project...) and make sure that .NET Framework 3.5 is selected as the target framework in the New Project window (dropdown in the top right of the window). It should then become the default for future new projects.