|
|
| | |
Tool for converting VS 2008 project and solution files to VS 2005 Posted: 05 Jun 09 6:12 PM (N/A) |
| | |
A couple of people were having problems opening my examples in VS 2005. I’ve since uploaded a 2005 solution subfolder (Chapter05-Serialization\Lesson2-XmlSerialization\VisualStudio2005Solution) to CodePlex. I used a tool from the below article to convert the solution and project files from VS 2008 to VS 2005:
http://www.emmet-gray.com/Articles/ProjectConverter.htm
I've also added the tool to our Misc source code folder. Please note that this tool will only convert the project and solution files. Any .NET 3.0 or 3.5 features being used in your code will not be converted. This was ok for me since I used the multi-targeting feature in 2008 to create all my projects against version 2.0 of the framework. For some more info on multi-targeting check out:
http://weblogs.asp.net/scottgu/archive/2007/06/20/vs-2008-multi-targeting-support.aspx
Cheers, Duncan |
| |
| | |
Re: Tool for converting VS 2008 project and solution files to VS 2005 Posted: 06 Jun 09 6:35 AM (Canada) |
| | |
Great information DKennedy! I especially like your bit about not automagically translating your code from 3.5 to 2.0! :> Almost funny you actually have to remind people of that! Kind of like "Caution: HOT!" No kidding, I just bought that coffee, it's supposed to be hot (unlike mine this am! DOH!).
Have a great one! |
| |
| | .NET Development MCTS 70-536 Study Group Tool for converting VS 2008 project and solution files to VS 2005 | | |
| | | |