Re: Visual Studio 2008 released
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Tue, 20 Nov 2007 21:01:03 +0100
"Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> wrote in message news:MPG.21ad3da641dfb1d9616@xxxxxxxxxxxxxxxxxxxxxxx
Willy Denoyette [MVP] <willy.denoyette@xxxxxxxxxx> wrote:> For the book, I've got several projects which I'm using between 2005
> and 2008, and it's all working fine.
Hmm..., you don't open a VS2005 solution/project in VS2008 without
conversion, do you?
I open a 2008 solution, and add existing 2005 projects. Seems to work
fine.
When you add a VS2005 project file to a VS2008 Solution, the VS Conversion Wizard comes up, right? (it does for me).
At that moment the project file gets "partly" converted to the VS2008 format, basically the csprj file remains a VS2005 csprj file.. "ToolsVersion="3.5"" is added in the Project Element, however, this doesn't prevent the file to be loaded and run correctly in VS2005.
Changing " ...ToolsVersion="3.5" into ToolsVersion="2.0" causes VS2008 to use C# 2, and VS2005 is also happy with this as he doesn't know about this anyway.
Willy.
.
- Follow-Ups:
- Re: Visual Studio 2008 released
- From: Wingot
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- References:
- Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: DeveloperX
- Re: Visual Studio 2008 released
- From: Liz
- Re: Visual Studio 2008 released
- From: DeveloperX
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: Willy Denoyette [MVP]
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: Willy Denoyette [MVP]
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: Willy Denoyette [MVP]
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Visual Studio 2008 released
- Prev by Date: Re: double get fractional part?
- Next by Date: Re: double get fractional part?
- Previous by thread: Re: Visual Studio 2008 released
- Next by thread: Re: Visual Studio 2008 released
- Index(es):
Relevant Pages
|