2 assignments to MSBuild property IsLibrary
MSBuildFiles (2)
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets (2)
85
<
IsLibrary
Condition="'$(OutputType)'=='library'">true</IsLibrary>
86
<
IsLibrary
Condition="'$(OutputType)'=='module'">true</IsLibrary>