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

推荐订阅源

N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
H
Hacker News: Front Page
Apple Machine Learning Research
Apple Machine Learning Research
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
Security Latest
Security Latest
Cloudbric
Cloudbric
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Know Your Adversary
Know Your Adversary
A
Arctic Wolf
L
LangChain Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
W
WeLiveSecurity
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
小众软件
小众软件
NISL@THU
NISL@THU
云风的 BLOG
云风的 BLOG
P
Privacy & Cybersecurity Law Blog
S
Security @ Cisco Blogs
博客园 - 【当耐特】
I
InfoQ
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
P
Proofpoint News Feed
O
OpenAI News
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
量子位
宝玉的分享
宝玉的分享

博客园 - 怀沙

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: