msbuild-projectreference Questions
2
Solved
I am creating a multi-platform application. I have a multi-targeted shared library (targeting .netstandard 2.0 and .net 4.5)...See project file:
<PropertyGroup>
<TargetFrameworks>net...
Instinct asked 17/10, 2017 at 17:42
2
Solved
Is it possible to set the configuration of ProjectReference in MSBuild?
Scenario:
I have a build script (web deploy) that has a number of configurations where the only difference has to do with ho...
Unnecessary asked 8/7, 2011 at 12:5
1
Solved
TL;DR Is there any official documentation that describes in detail how the <private> / "Copy Local" option works with MSBuild? And what values are supposed to go into it?
When you add a pr...
Rubicon asked 2/10, 2014 at 19:43
1
Solved
When referencing projects within WiX projects (*.wixproj) I often saw the code snippet
<ItemGroup>
<ProjectReference Include="..\Foo.Bar\Foo.Bar.csproj">
<Name>Foo.Bar</Name...
Lamont asked 22/3, 2013 at 19:6
3
Solved
I have a "Project A" that references System.Web.Mvc with CopyLocal=TRue.
System.Web.Mvc is in the GAC both on my local maching and on the buildserver.
I also have a "Project B" that references "Pr...
Orpah asked 24/11, 2011 at 11:48
1
© 2022 - 2024 — McMap. All rights reserved.