Visual Studio项目文件 [英] visual studio project files

查看:118
本文介绍了Visual Studio项目文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio项目文件 .vcproj .vcxproj 有什么区别? .vcproj 格式仅在2010年之前的Visual Studio版本中可用吗?

What is the difference between a .vcproj and a .vcxproj Visual Studio project file? Is the .vcproj format only available in versions of Visual Studio prior to 2010?

我问是因为我正在阅读日期为10/12的MSDN教程,该教程说将文本插入.vcxproj文件中不存在的.vcproj文件的特定区域.试图将文本放在相似的区域会破坏项目.

I ask because I am reading an MSDN tutorial dated 10/12 which says to insert text into a certain area of the .vcproj file that doesn't exist in the .vcxproj file. Trying to put the text in a similar area breaks the project.

推荐答案

项目文件不再使用.vcproj文件扩展名. Visual Studio会将早期版本的Visual C ++创建的项目文件自动转换为当前系统使用的格式.有关如何手动升级项目的更多信息,请参见/Upgrade(devenv.exe) .

Project files no longer use the .vcproj file name extension. Visual Studio automatically converts project files that were created by an earlier release of Visual C++ to the format that is used by the current system. For more information about how to manually upgrade a project, see /Upgrade (devenv.exe).

MSBuild系统用于构建Visual C ++项目.但是,在Visual Studio 2008和更早版本中,使用了VCBuild系统.某些依赖VCBuild的文件类型和概念在当前系统中不存在或以不同的方式表示.

The MSBuild system is used to build Visual C++ projects. However, in Visual Studio 2008 and earlier releases, the VCBuild system was used. Certain file types and concepts that depended on VCBuild either do not exist or are represented differently in the current system.

在当前版本中,项目文件的文件扩展名是.vcxproj.

In the current release, the file name extension for a project file is .vcxproj.

这是您的答案:它已从.vcproj更改为.vcxproj

Here is your answer: it has been changed from .vcproj to .vcxproj

这篇关于Visual Studio项目文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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