Skip to content

Commit 6679b51

Browse files
committed
Samples: Set AssemblyTitle for FileDescription (used by Task Manager)
1 parent 5c3c1d9 commit 6679b51

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/System.Waf/Samples/BookLibrary/BookLibrary.Library.Presentation/BookLibrary.Library.Presentation.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0-windows</TargetFramework>
55
<RootNamespace>Waf.BookLibrary.Library.Presentation</RootNamespace>
66
<AssemblyName>BookLibrary</AssemblyName>
7+
<AssemblyTitle>$(Product)</AssemblyTitle>
78
<UseWPF>true</UseWPF>
89
<ApplicationIcon>Resources\Images\BookLibrary.ico</ApplicationIcon>
910
<OutputPath>..\..\..\..\..\out\BookLibrary\$(Configuration)\</OutputPath>

src/System.Waf/Samples/InformationManager/Assembler/Assembler.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0-windows</TargetFramework>
55
<RootNamespace>Waf.InformationManager.Assembler</RootNamespace>
66
<AssemblyName>InformationManager</AssemblyName>
7+
<AssemblyTitle>$(Product)</AssemblyTitle>
78
<UseWPF>true</UseWPF>
89
<ApplicationIcon>..\Common.Presentation\Resources\Images\InformationManager.ico</ApplicationIcon>
910
<OutputPath>..\..\..\..\..\out\InformationManager\$(Configuration)\</OutputPath>

src/System.Waf/Samples/Writer/Writer.Presentation/Writer.Presentation.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0-windows</TargetFramework>
55
<RootNamespace>Waf.Writer.Presentation</RootNamespace>
66
<AssemblyName>Writer</AssemblyName>
7+
<AssemblyTitle>$(Product)</AssemblyTitle>
78
<UseWPF>true</UseWPF>
89
<ApplicationIcon>Resources\Images\Writer.ico</ApplicationIcon>
910
<OutputPath>..\..\..\..\..\out\Writer\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)