How can I get MSBuild to completely ignore all <ProjectReference> elements in my .csproj ? I really want him to create only the current project, without the projects on which he depends.
MSBuild
<ProjectReference>
.csproj
msbuild MySolution.sln /t:MyProjectName /p:BuildProjectReferences=false
The key is the parameter BuildProjectReferences = false.
Source: https://habr.com/ru/post/892140/More articles:C ++ custom allocator that uses the underlying memory pool - c ++Python Multiprocess diff between Windows and Linux - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/892137/jquery-design-pattern-for-selectors-to-improve-code-maintainability&usg=ALkJrhicU9w6CTsk5huC5JvZmnGkfDEhpQFavicon Icon-MVC3 ASP.NET - asp.netProblem with TreeNode.BeginEdit () - c #Android reverse engineering - androidjavascript RFC 3986 implementation? - javascriptRegular expression to match shared url - javascriptHow to distinguish user / library functions from a compiled file? - user-defined-functionsMySQL copies user - mysqlAll Articles