简体   繁体   English

Visual Studio 2010保存项目

[英]Visual Studio 2010 Saving Projects

To All, 对所有人

I haven't used a Visual Studio in quite a few years, and don't remember what version I had used. 我已经有好几年没有使用Visual Studio了,并且不记得我使用了哪个版本。 I created 15-20 libraries and 30-40 utilities - all in C. 我用C语言创建了15-20个库和30-40个实用程序。

I recently decided that I wanted to enhance some of the libraries and utilities and acquired Visual Studio 2010. I open an existing project (.dsw) and I get a popup that says "The project ' must be converted to the current ... Convert and open this project?' 我最近决定要增强一些库和实用程序,并获得了Visual Studio2010。我打开一个现有项目(.dsw),然后弹出一个窗口,提示“项目必须转换为当前项目。并打开这个项目? I click on Yes. I then get a popup that says "A file with the same name ... already exists on disk. 我单击“是”。然后我弹出一个对话框,说“磁盘上已经存在一个同名文件...。 Do you want to overwrite the project and its imported sheets?' 您要覆盖项目及其导入的图纸吗?” Again I say Yes. 我再次说是。

I go along my way and make a bunch of changes to the project. 我一路走来,对该项目进行了大量更改。 I click on "Save All." 我点击“全部保存”。 I then close the project and when I reopen, it is like I didn't change anything! 然后关闭项目,然后重新打开,就好像我什么都没改变! I get the same popups again! 我再次得到相同的弹出窗口!

I've check the permissions on the directory and files and they should be writable. 我已经检查了目录和文件的权限,它们应该是可写的。 I have SCOURED the net trying to find out what I am doing wrong to no avail. 我搜寻了网,试图找出我做错了什么,但没有成功。

Any helpful pointers would be greatly appreciated! 任何有用的指针将不胜感激!

TIA, TIA,

je JE

.dsw extension was used by Visual Studio 6, Visual Studio 2010 project files have extension .vcxproj . Visual Studio 6使用.dsw扩展名, Visual Studio 2010项目文件具有扩展名.vcxproj The conversion process mentioned in your question creates those new project files. 您的问题中提到的转换过程将创建那些新的项目文件。 Open them instead of old .dsw 打开它们而不是旧的.dsw

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM