1 assignment to MSBuild property _SGenDllName
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3893
<
_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)
3923
Outputs="$(IntermediateOutputPath)$(
_SGenDllName
)">
3943
SerializationAssembly="$(IntermediateOutputPath)$(
_SGenDllName
)"
4908
SourceFiles="$(IntermediateOutputPath)$(
_SGenDllName
)"
4909
DestinationFiles="$(OutDir)$(
_SGenDllName
)"
5504
<_SGenDllCreated Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')">true</_SGenDllCreated>
5508
<FileWrites Include="$(IntermediateOutputPath)$(
_SGenDllName
)" Condition="Exists('$(IntermediateOutputPath)$(
_SGenDllName
)')"/>
6541
<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')">
6542
<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(
_SGenDllName
)')</FinalOutputPath>
6543
<TargetPath>$(
_SGenDllName
)</TargetPath>