简体   繁体   English

如何在VS 2008 Sp1的托管Visual C ++项目中选择仅客户端框架?

[英]How do I select the client only framework in a Managed Visual C++ project in VS 2008 Sp1?

标题说明了一切。

Unfortunately, this isn't possible, even with VS 2008 sp1. 不幸的是,即使使用VS 2008 sp1,这也是不可能的。 You set the target framework under the "Common Properties"->"Framework and References" in the project property pages. 您可以在项目属性页面的“通用属性”->“框架和引用”下设置目标框架。 In 2008sp1, the only choices are: 在2008sp1中,唯一的选择是:

  • .NET Framework 2.0 .NET Framework 2.0
  • .NET Framework 3.0 .NET Framework 3.0
  • .NET Framework 3.5 .NET Framework 3.5

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 视觉 C++ linker 崩溃(VS2008 SP1) - Visual C++ linker crashes (VS2008 SP1) 如何在Visual Studio 2008 SP1中使用std :: tr1 :: mem_fun? - How do I use std::tr1::mem_fun in Visual Studio 2008 SP1? 用于C ++开发的VS2008 SP1修补程序:在哪里可以找到完整的列表? - VS2008 SP1 hot-fixes for C++ development: where can I found a comprehensive list? Visual C ++ 2010 SP1 - Visual C++ 2010 SP1 如何为Visual Studio 2008 SP1设置环境变量? - How do you set environmental variables for visual studio 2008 sp1? 我必须在VS 2008中使用“ Visual” C ++吗? - Do I have to use “Visual” C++ in VS 2008? 如何将C ++ Visual Studio 2008项目降级到2005年 - How Do I Downgrade a C++ Visual Studio 2008 Project to 2005 如何在命令行上构建Visual Studio 2008 C ++项目的所有配置? - How do I build all configurations of a Visual Studio 2008 C++ project on the command line? 如何将VS2008 C ++项目链接为DLL而不是LIB? - How do I link a VS2008 C++ project as a DLL instead of a LIB? 尝试在Visual Studio 2010 Pro SP1中添加资源会导致“无法完成操作。带有C ++项目的未指定错误“消息 - Trying to Add Resource in Visual Studio 2010 Pro SP1 results in “The operation could not be completed. Unspecified error” message with C++ project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM