1 assignment to MSBuild property _SGenDllName
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3945<_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)
3975Outputs="$(IntermediateOutputPath)$(_SGenDllName)"> 3995SerializationAssembly="$(IntermediateOutputPath)$(_SGenDllName)" 4968SourceFiles="$(IntermediateOutputPath)$(_SGenDllName)" 4969DestinationFiles="$(OutDir)$(_SGenDllName)" 5614<_SGenDllCreated Condition="Exists('$(IntermediateOutputPath)$(_SGenDllName)')">true</_SGenDllCreated> 5618<FileWrites Include="$(IntermediateOutputPath)$(_SGenDllName)" Condition="Exists('$(IntermediateOutputPath)$(_SGenDllName)')"/> 6651<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')"> 6652<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')</FinalOutputPath> 6653<TargetPath>$(_SGenDllName)</TargetPath>