difference between *.csproj and *.sln

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Reza,

The csproj file contains the information about your projects. The sln
file contains information about the projects that make up your solution (for
which there can be multiple projects).

Hope this helps.
 
When I create a project in VS.NET 2003 ,there are two files with these
extensions
*.csproj and *.sln.what is the difference between thses two???
 
so you mean if there are two projects in the solution ,,there are two
..csproj files???

Nicholas Paldino said:
Reza,

The csproj file contains the information about your projects. The sln
file contains information about the projects that make up your solution (for
which there can be multiple projects).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Reza Alirezaei said:
When I create a project in VS.NET 2003 ,there are two files with these
extensions
*.csproj and *.sln.what is the difference between thses two???
 
Back
Top