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