What is the file name "delimiter? name of a C# project file?
I am not sure if "delimiter" is the right term. A solutions file ends as ".sln". How does a project file end in Visual Studio 2010?
What is the file name "delimiter? name of a C# project file?
I am not sure if "delimiter" is the right term. A solutions file ends as ".sln". How does a project file end in Visual Studio 2010?
it will be .csproj
.csproj.user
will be the Visual Studio Project User Options File
The term you are looking for is "file extension". The file extension for a project file is .csproj