|
@@ -0,0 +1,35 @@
|
|
|
+using System.Reflection;
|
|
|
+using System.Runtime.CompilerServices;
|
|
|
+using System.Runtime.InteropServices;
|
|
|
+using System.Resources;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+[assembly: AssemblyTitle("SSH Handler")]
|
|
|
+[assembly: AssemblyDescription("SSH URL handler for Windows")]
|
|
|
+[assembly: AssemblyConfiguration("")]
|
|
|
+[assembly: AssemblyCompany("Douglas Thrift")]
|
|
|
+[assembly: AssemblyProduct("SSH Handler")]
|
|
|
+[assembly: AssemblyCopyright("Copyright 2013 Douglas Thrift")]
|
|
|
+[assembly: AssemblyTrademark("")]
|
|
|
+[assembly: AssemblyCulture("")]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+[assembly: ComVisible(false)]
|
|
|
+
|
|
|
+
|
|
|
+[assembly: Guid("177875f5-44fe-4c0d-a859-57eb59ab54af")]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
+[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
|
+[assembly: NeutralResourcesLanguageAttribute("en-US")]
|