Top "Csproj" questions

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

Including content files in .csproj that are outside the project cone

I have a C# project say MyProject.csproj located at "C:\Projects\MyProject\". I also have files that I want …

msbuild csproj
Visual studio doesn't support specific csproj file

I am getting this error when I try to open the solution file of my project. The solution is 2012 file (…

c# visual-studio-2010 visual-studio visual-studio-2012 csproj
How do I get .NET Core projects to copy NuGet references to the build output?

I'm trying to write a plugin system with .NET Core, and one of my requirements are to be able to …

c# msbuild .net-core nuget csproj
Detected package downgrade warning (dotnet core, vs 2017)

I have just updated all my nuget packages for my solution (dotnet core 1.1 project). I am now getting the following …

.net nuget .net-core visual-studio-2017 csproj
Is there a way to automatically include content files into asp.net project file?

I'm frequently adding a lot of content files (mostly images and js) to my ASP.NET project. I'm using VS …

asp.net msbuild csproj
In a .csproj file, what is <None Include="..."> for?

How is <None Include="C:\foo.bar" /> different from <Content Include="C:\foo.bar" /> ?

c# csproj
Understanding a csproj assembly reference

I am using VS2010 and I tried to add a few assemblies from local hard disk to my C# project …

c# visual-studio-2010 reference .net-assembly csproj
Cannot find command 'dotnet ef'?

I am using .NET core 2.0 on Arch VScode and trying to get EF tools to work but I keep getting …

c# entity-framework asp.net-core .net-core csproj
<Subtype>Designer</Subtype> Added then removed by Visual Studio on load/unload

Anyone see this before? I have a large Visual Studio project that keeps adding [Subtype]Designer[/Subtype] to my .vcproj …

visual-studio designer csproj subtype
How do you multi-target a .NET Core class library with csproj?

When .NET Core still used the project.json format, you could build a class library targeting multiple frameworks (e.g. …

c# msbuild .net-core visual-studio-2017 csproj