EvilZone

Programming and Scripting => .NET Framework => Topic started by: m0l0ko on October 14, 2012, 05:10:52 PM

Title: What are .csproj files
Post by: m0l0ko on October 14, 2012, 05:10:52 PM
What are .csproj files? Are they like configuration files that tell the project what files to load?
Title: Re: What are .csproj files
Post by: ande on October 17, 2012, 07:38:35 PM
".csproj" is a Visual Studio .NET C# Project file extension. This file will have information about the files included in that project, assemblies used in that project, project GUID and project version etc. This file is related to your project. It will be automatically generated when we create

".sln" is a structure for organizing projects in Visual Studio. It contains the state information for projects in .sln (text-based, shared) and .suo (binary, user-specific solution options) files. We can add multiple projects inside one solution.



Source: http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/e8e9a55e-6e43-4c4d-93f6-5a89157b12f1