惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
F
Fortinet All Blogs
D
Docker
博客园 - 司徒正美
腾讯CDC
Recent Announcements
Recent Announcements
The Cloudflare Blog
B
Blog RSS Feed
GbyAI
GbyAI
T
Tailwind CSS Blog
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志

博客园 - 怀沙

SIGGRAPH 2008 Papers(Updated) [Tips]OSG程序在MFC下报内存泄漏问题的解决方法 我参与的一个作品-《律动》 归来记 反射效果初有成效 毕业设计选定-《基于GPU加速的光线跟踪算法设计》 等待复等待 听李开复在浙大的演讲 关于STL的两个不错的网站 对CSDN的失望 准备开始体验C#3.0 修改相册类别名称的BUG 对动态创建控件属性的访问 安装Visual Studio 2005 Beta2的问题 WinFX SDK Beta1以及一些问题 Windows Vista 初体验 计划翻译一些东西 (转载).Net中调用Win32动态链接库 明天开始参加考研复习班
VS2003到VS2002的转换
怀沙 · 2005-07-29 · via 博客园 - 怀沙

前阵子遇到一个情况,我自己电脑上完成的项目,拿到实验室发现实验室装的是VS2002,无法打开。
今天看CODEPROJECT时看到有介绍如何从VS2003转换到VS2002。

其实很简单,只要修改两个文件就可以了。把原文拿过来一下吧


Solution

The steps to be taken are as follows :-

解决方案

采取以下步骤:

1. Modify the Solution Files

Change the first line of the solution files from Microsoft Visual Studio Solution File, Format Version 8.00 to Microsoft Visual Studio Solution File, Format Version 7.00

1.修改解决方案文件

把解决方案文件的首行从Microsoft Visual Studio Solution File, Format Version 8.00Microsoft Visual Studio Solution File, Format Version 7.00

2. Modify the Project Files

VS2003 has this format

Change the product version and schemaversion to the following lines: