2 assignments to MSBuild item _SGenDllsRelatedToCurrentDll
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
3595
<
_SGenDllsRelatedToCurrentDll
Include="@(_ReferenceSerializationAssemblyPaths->'%(FullPath)')" Condition="'%(Extension)' == '.dll'"/>
3596
<
_SGenDllsRelatedToCurrentDll
Include="@(SerializationAssembly->'%(FullPath)')" Condition="'%(Extension)' == '.dll'"/>
1 usage of MSBuild item _SGenDllsRelatedToCurrentDll
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3630
ManagedAssemblies="@(_DeploymentReferencePaths);@(ReferenceDependencyPaths);@(
_SGenDllsRelatedToCurrentDll
);@(SerializationAssembly)"