How can I get MSBuild to completely ignore all the <ProjectReference> elements in my .csproj? I really want it to build just the current project, without the projects that it depends on.
How can I get MSBuild to completely ignore all the <ProjectReference> elements in my
Share
The key is the BuildProjectReferences=false parameter.