diff --git a/ClipboardIndicator.sln b/ClipboardIndicator.sln index 60d2250..b25b81d 100644 --- a/ClipboardIndicator.sln +++ b/ClipboardIndicator.sln @@ -1,13 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26430.13 +VisualStudioVersion = 15.0.26430.14 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClipboardIndicator", "ClipboardIndicator\ClipboardIndicator.csproj", "{869CFB0B-8104-417E-8F15-120F777F2F1B}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{236F0040-FB7C-4A00-AC88-A1841C153BDF}" ProjectSection(SolutionItems) = preProject - AppImage.png = AppImage.png README.md = README.md EndProjectSection EndProject diff --git a/ClipboardIndicator/About.xaml b/ClipboardIndicator/About.xaml index 701c5a0..770fcad 100644 --- a/ClipboardIndicator/About.xaml +++ b/ClipboardIndicator/About.xaml @@ -2,7 +2,8 @@ x:Class="ClipboardIndicator.About" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - Title="{Binding AssemblyName, Mode=OneWay, StringFormat=\{0\} のバージョン情報}" + xmlns:utility="clr-namespace:ClipboardIndicator.Utility" + Title="{Binding Source={x:Static utility:ProductInfo.Name}, StringFormat=\{0\} のバージョン情報}" ResizeMode="NoResize" SizeToContent="WidthAndHeight"> @@ -18,76 +19,35 @@ + Text="{x:Static utility:ProductInfo.Name}" />