1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
<File - RelativePath=".\Form1.h" - FileType="3" + RelativePath=".\FormMain.h"^M > - <File - RelativePath=".\Form1.ja-JP.resx" - SubType="Designer" - > - </File> - <File - RelativePath=".\Form1.resX" - SubType="Designer" - > - </File> </File> <File RelativePath="..\MyUtility\IsFilenamable.h" @@ -274,6 +279,10 @@ RelativePath=".\stdafx.h" > </File> + <File^M + RelativePath="..\MyUtility\stdwin32\stdwin32.h"^M + >^M + </File>^M </Filter> <Filter Name="3 Resource Files" @@ -288,6 +297,14 @@ RelativePath=".\app.rc" > </File> + <File^M + RelativePath=".\FormMain.ja-JP.resx"^M + >^M + </File>^M + <File^M + RelativePath=".\FormMain.resX"^M + >^M + </File>^M </Filter> <File RelativePath=".\ReadMe.txt" |
上はForm1.hとForm1.ja-JP.resxとForm1.resXをそれぞれFormMainに変えてプロジェクトに追加したときのdiff。直すにはFormMainにFileType=”3″を加えて下にリソースを置けばいいようだ。