1 assignment to MSBuild property _SGenDllName
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3944
<
_SGenDllName
>$(TargetName).XmlSerializers.dll</_SGenDllName>
10 usages of MSBuild property _SGenDllName
MSBuildFiles (10)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (10)
3974
Outputs="$(IntermediateOutputPath)$(
_SGenDllName
)">
3994
SerializationAssembly="$(IntermediateOutputPath)$(
_SGenDllName
)"
4967
SourceFiles="$(IntermediateOutputPath)$(
_SGenDllName
)"
4968
DestinationFiles="$(OutDir)$(
_SGenDllName
)"
5613
<_SGenDllCreated Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')">true</_SGenDllCreated>
5617
<FileWrites Include="$(IntermediateOutputPath)$(
_SGenDllName
)" Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')"/>
6650
<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')">
6651
<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')</FinalOutputPath>
6652
<TargetPath>$(
_SGenDllName
)</TargetPath>