2014年3月24日

supported OS of .net framework / visual studio

記一下

win2000 只能裝到 .net 2.0
winXP home, pro, pro64 可以到 .net 4.0
win7 可以上 .net 4.5

vs2005 只能用 .net 2.0
vs2008 支援到 .net 3.5 (and above)
vs2010 支援到 .net 4.0 (and above)
vs2012 可以到 .net 4.5 (and above)

最後一個能編譯出 for win 2000 的 visual studio 是 2008
xp sp3 的話到 vs2010 都還可以

似乎可以讓新版 vs 調用舊版的 tool chain,
這樣也許就可以讓 vs2012 的 project 產生 win2000 compatible 的 binary
不過還沒試過
reference
http://stackoverflow.com/questions/12597604/visual-studio-2012-compiler-setup-possible-to-use-compiler-from-sdk-eg-vc20
http://blogs.msdn.com/b/vcblog/archive/2009/12/08/c-native-multi-targeting.aspx
http://msdn.microsoft.com/en-us/library/ff770576.aspx