Home All Groups Group Topic Archive Search About
Author
26 Mar 2005 10:55 AM
Wilfried Mestdagh
Hi,

I use C#2005 beta. If I start a new project I have a .csproj and a .sln file
(project and solution). What is the difference ? I can open both with same
result.

--
rgds, Wilfried
http://www.mestdagh.biz

Author
26 Mar 2005 11:52 AM
Matthias Eller
Wilfried Mestdagh schrieb:

> I use C#2005 beta. If I start a new project I have a .csproj and a .sln file
> (project and solution). What is the difference ? I can open both with same
> result.

Im using Visual Studio 7 but I think its almost the same.
A solution can contain multiple projects. You can add Projects to your
solution an delete them as well. You ca say a solution is a huge project
with small subprojects. If you open your solution you will see all the
projects which are part of this solution. If you open only one special
project you will only see this one project.

regards
Matthias Eller

AddThis Social Bookmark Button