difference between *.csproj and *.sln

  • Thread starter Nicholas Paldino [.NET/C# MVP]
  • 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.
 
R

Reza Alirezaei

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???
 
R

Reza Alirezaei

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???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top