Top "Csproj" questions

A file with the 'csproj' file extension is a Visual Studio .NET C# Project file.

What use is the Aliases property of assembly references in Visual Studio 8

When I add an assembly reference to a project in Visual Studio 8 the Aliases property, of that reference, is set …

c# visual-studio reference csproj
MsBuild copy file after build

I want to copy an xml file from the main directory to bin\Debug after building the project, but my …

.net visual-studio-2010 build msbuild csproj
What does the .csproj file do?

Usually a C# project has a .csproj file associated with it. What is that file for? What data does it …

c# visual-studio project file-extension csproj
MSBuild project file: Copy item to specific location in output directory

In the process of cleaning up the folder/file structure on a project I inherited, I'm running into a problem …

msbuild csproj
Visual Studio project type guids

I downloaded a Visual Studio project but I can't open it in my copy of Visual Studio 2010. Useless error message: …

visual-studio csproj
Project reference conditional include with multiple conditions

Here's a snippet from my csproj file: <ProjectReference Include="..\program_data\program_data.csproj" Condition="'$(Configuration)'=='Debug'"&…

c# include conditional csproj buildconfiguration
.csproj multiple hint paths for an assembly

I'm packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies …

c# visual-studio-2010 msbuild csproj
What is "Service Include" in a csproj file for?

In a C# solution, I added a existing project. After that, Visual Studio has added the following entry in other .…

c# visual-studio visual-studio-2013 csproj