1 assignment to MSBuild property GeneratedAssemblyInfoFile
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets (1)
21
<
GeneratedAssemblyInfoFile
Condition="'$(GeneratedAssemblyInfoFile)' ==''">$(IntermediateOutputPath)$(MSBuildProjectName).AssemblyInfo$(DefaultLanguageSourceExtension)</GeneratedAssemblyInfoFile>
4 usages of MSBuild property GeneratedAssemblyInfoFile
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets (4)
21
<GeneratedAssemblyInfoFile Condition="'$(
GeneratedAssemblyInfoFile
)' ==''">$(IntermediateOutputPath)$(MSBuildProjectName).AssemblyInfo$(DefaultLanguageSourceExtension)</GeneratedAssemblyInfoFile>
193
Outputs="$(
GeneratedAssemblyInfoFile
)">
196
<Compile Remove="$(
GeneratedAssemblyInfoFile
)" />
199
<WriteCodeFragment AssemblyAttributes="@(AssemblyAttribute)" Language="$(Language)" OutputFile="$(
GeneratedAssemblyInfoFile
)">