2 assignments to MSBuild property Product
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets (1)
24
<
Product
Condition=" '$(Product)' == ''">$(AssemblyName)</Product>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
11
<
Product
>Microsoft® Build Tools®</Product>
3 usages of MSBuild property Product
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets (1)
24
<Product Condition=" '$(
Product
)' == ''">$(AssemblyName)</Product>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets (2)
96
<AssemblyAttribute Include="System.Reflection.AssemblyProductAttribute" Condition="'$(
Product
)' != '' and '$(GenerateAssemblyProductAttribute)' == 'true'">
97
<_Parameter1>$(
Product
)</_Parameter1>