diff --git a/Wox.sln b/Wox.sln index 1c00c7bc0..711ef1f72 100644 --- a/Wox.sln +++ b/Wox.sln @@ -61,7 +61,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution LICENSE = LICENSE Scripts\post_build.ps1 = Scripts\post_build.ps1 README.md = README.md - SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs Scripts\wox.nuspec = Scripts\wox.nuspec Scripts\wox.plugin.nuspec = Scripts\wox.plugin.nuspec EndProjectSection diff --git a/Wox/Properties/AssemblyInfo.cs b/Wox/Properties/AssemblyInfo.cs index 3ce943af6..332bfac3f 100644 --- a/Wox/Properties/AssemblyInfo.cs +++ b/Wox/Properties/AssemblyInfo.cs @@ -1,7 +1,6 @@ using System.Reflection; using System.Windows; -[assembly: AssemblyTitle("Wox")] [assembly: ThemeInfo( ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly