由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - What's the difference between ToolsVersion and Target Framework?
相关主题
安装问题:framework1.0 & 1.1共存?How to compile multiple file using vbc?
好冷清啊.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
牛人指点一下,这几个考试的顺序怎么来比较合适Re: [转载] how to deploy a .NET project wi
版上的童鞋们,你们升到VS2012了吗?麻烦大家帮忙看看:cannot find dependency
Visual Studio 2012 and .net 4.5 Release candidate available for download请教怎样compile .msi file and .net project
Visual Studio 2012 只能在Win 8才能使用吗混合语言编程
有用azure的吗,visual studio 2010的azure pack,只能在vista,w (转载)怎么改?
How to use a shared project in both VS2010 and VS2008?Team Foundation Server可以使用免费/便宜的客户端吗?
相关话题的讨论汇总
话题: framework话题: target话题: what话题: project
进入DotNet版参与讨论
1 (共1页)
n******0
发帖数: 298
1
In the visual studio's project file, there is an attribute 'ToolsVersion'
for the 'project' element. I set it as '4.0'. In the project's properties
window, I set the 'Target Framework' as '3.5'. When I try to build the
project, I found it built with framework 3.5. Then what does the
ToolsVersion attribute do?? Thanks!
v******n
发帖数: 421
2
I think toolsversion == the version of toolset that you are using to develop
and buid, while the target framework == the FX on which your program runs.
For example, you can install vs2010/FX4.0 and target FX 2.0/3.5. the built
program can be deployed to machines with only 2.0/3.5 installed.

【在 n******0 的大作中提到】
: In the visual studio's project file, there is an attribute 'ToolsVersion'
: for the 'project' element. I set it as '4.0'. In the project's properties
: window, I set the 'Target Framework' as '3.5'. When I try to build the
: project, I found it built with framework 3.5. Then what does the
: ToolsVersion attribute do?? Thanks!

R**********s
发帖数: 10
3
支持vista吗

【在 n******0 的大作中提到】
: In the visual studio's project file, there is an attribute 'ToolsVersion'
: for the 'project' element. I set it as '4.0'. In the project's properties
: window, I set the 'Target Framework' as '3.5'. When I try to build the
: project, I found it built with framework 3.5. Then what does the
: ToolsVersion attribute do?? Thanks!

c**d
发帖数: 579
4
Toolversion is Visual Studio version. Target Framework is the targeted .NET
framework version.
1 (共1页)
进入DotNet版参与讨论
相关主题
Team Foundation Server可以使用免费/便宜的客户端吗?Visual Studio 2012 and .net 4.5 Release candidate available for download
有人可以谈谈对于attribute的理解嘛?Visual Studio 2012 只能在Win 8才能使用吗
Mutually exclusive attributes有用azure的吗,visual studio 2010的azure pack,只能在vista,w (转载)
c# project 防止hacker攻击,大家是用什么framework?How to use a shared project in both VS2010 and VS2008?
安装问题:framework1.0 & 1.1共存?How to compile multiple file using vbc?
好冷清啊.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
牛人指点一下,这几个考试的顺序怎么来比较合适Re: [转载] how to deploy a .NET project wi
版上的童鞋们,你们升到VS2012了吗?麻烦大家帮忙看看:cannot find dependency
相关话题的讨论汇总
话题: framework话题: target话题: what话题: project