VC++ 2008 changing projectname
無駄にハマって時間とったので悔し紛れのメモです.
VC++ 2008 Express Editionでプロジェクトネームを変える方法. “oldProject.vcproj”を”newProject.vcproj”という名前に変更します.
1. oldProjectフォルダを丸ごとコピー.
2. フォルダ名を新しい名前”newProject”に変更.
3. フォルダの中の”.vcproj”, “.sln”, “.ncb”, “.vcproject.user” のoldProjectに該当する箇所をnewProjectに変更.
4. “.vcproj”をテキストエディタで開き, RootNamespace=”newProject” に変更.
5. VC++を起動し、左のソリューションビューからプロジェクト名を変更.
以上.
Today a small trouble took a long time. So I’m writting down it.
How to change a projectName in VC++2008 Express Edition. I’m going to change “oldProject.vcproj” to “newProject.vcproj”.
1. Copy and paste oldProject folder.
2. Name it “newProject”
3. In the folder there is some files like “.vcproj”, “.sln”, “.ncb” and “.vcproject.user”. Change these filename “oldProject” to “newProject” from appropriate part.
4. Open “.vcproj” file with text editor and overwrite RootNamespace=”newProject”.
5. Run VC++ and change project name from left solution view.
it’s all.
English
日本語