# HG changeset patch # User sl # Date 1420997692 -3600 # Node ID 9c4a78195ac447d8316322b4769edb9063fadc8b # Parent 38e39df95b0a2cbd767718a97bdbafa8168dffd6 ClickOnce: Adding app icon, fixing publisher name and publish directly to FTP. diff -r 38e39df95b0a -r 9c4a78195ac4 Server/Properties/AssemblyInfo.cs --- a/Server/Properties/AssemblyInfo.cs Sun Jan 11 15:44:12 2015 +0100 +++ b/Server/Properties/AssemblyInfo.cs Sun Jan 11 18:34:52 2015 +0100 @@ -1,15 +1,16 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("SharpDisplayManager")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("Sharp Display Manager")] +[assembly: AssemblyDescription("Manage Internal Display")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpDisplayManager")] +[assembly: AssemblyCompany("Slions")] +[assembly: AssemblyProduct("Sharp Display Manager")] [assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -34,3 +35,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en")] diff -r 38e39df95b0a -r 9c4a78195ac4 Server/SharpDisplayManager.csproj --- a/Server/SharpDisplayManager.csproj Sun Jan 11 15:44:12 2015 +0100 +++ b/Server/SharpDisplayManager.csproj Sun Jan 11 18:34:52 2015 +0100 @@ -13,7 +13,7 @@ 512 true - publish/ + ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/ true Web true @@ -24,11 +24,16 @@ false true http://publish.slions.net/SharpDisplayManager/ + http://publish.slions.net/SharpDisplayManager/ + Sharp Display Manager + Slions true - publish.htm - 7 + index.htm + false + 11 0.1.0.%2a false + true true true @@ -85,6 +90,12 @@ true + + vfd.ico + + + SharpDisplayManager.Program + @@ -183,6 +194,7 @@ +