1 assignment to MSBuild property _SGenDllName
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3136
<
_SGenDllName
>$(TargetName).XmlSerializers.dll</_SGenDllName>
10 usages of MSBuild property _SGenDllName
MSBuildFiles (10)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (10)
3166
Outputs="$(IntermediateOutputPath)$(
_SGenDllName
)">
3186
SerializationAssembly="$(IntermediateOutputPath)$(
_SGenDllName
)"
3849
SourceFiles="$(IntermediateOutputPath)$(
_SGenDllName
)"
3850
DestinationFiles="$(OutDir)$(
_SGenDllName
)"
4282
<_SGenDllCreated Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')">true</_SGenDllCreated>
4286
<FileWrites Include="$(IntermediateOutputPath)$(
_SGenDllName
)" Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')"/>
5273
<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')">
5274
<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')</FinalOutputPath>
5275
<TargetPath>$(
_SGenDllName
)</TargetPath>