Top "Csproj" questions

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

Conditional Content Based Upon Configuration

I've tried several times to use a similar technique as "conditional references" for conditional content. Content entries in the Visual …

msbuild csproj
How to convert a non-core csproj to VS2017 format

I have two projects in VS2015 One .NET Core (project.json, xproj) One regular .NET csproj When I open project 1 …

visual-studio visual-studio-2017 migration upgrade csproj
MvcBuildViews true with Entity Framework in ASP.NET MVC 2

In VS 2010, changing <MvcBuildViews>true</MvcBuildViews> in a MVC2 project's .csproj file causes an error if …

asp.net asp.net-mvc entity-framework csproj
Build errors when multi-targeting in csproj file

I'm trying to build a class library that multi-targets both .NET 4.5.1 and .NET Standard 1.3. According to the documentation, I should …

.net .net-core visual-studio-2017 csproj
Why did reinstalling Silverlight break my Import configuration?

Based on the answer here: Which, if any, recent Windows updates should I uninstall to revivify Silverlight or rectify other …

silverlight versioning importerror csproj
What does adding a reference to csproj file do?

Would it be accurate to say that a given DLL contains a bunch of namespaces (With classes, constants, functions etc. …

c# dllimport csproj dll-reference
Using Microsoft Bond in a C# project

Is there a standard way to reference a Microsoft Bond schema file in a C# project?

c# csproj bond
XML in the csproj file

Can anyone point me to a schema or a list of properties valid inside the C# csproj file? I've looked, …

c# csproj
Why are my .csproj files getting messed up after a git rebase?

In a .NET C# project which uses GIT for source control, I keep getting malformed csproj files after rebasing to …

.net git git-rebase csproj