diff SilverlightGlimpse/FloatableWindow/Properties/AssemblyInfo.cs @ 62:810116cd6b8e

ErrorWindow working
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sun, 22 Apr 2012 09:01:20 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightGlimpse/FloatableWindow/Properties/AssemblyInfo.cs	Sun Apr 22 09:01:20 2012 +0100
@@ -0,0 +1,24 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Resources;
+using System;
+using System.Windows.Markup;
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("e26dd271-436d-483d-91e2-de61b3ffe0af")]
+[assembly: AssemblyTitle("System.Windows.Controls")]
+[assembly: AssemblyDescription("FloatableWindow Silverlight Control")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Tim Heuer")]
+[assembly: AssemblyProduct("FloatableWindow")]
+[assembly: AssemblyCopyright("Licensed under Ms-PL")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: NeutralResourcesLanguage("en-US")]
+[assembly: ComVisible(false)]
+[assembly: AssemblyVersion("2.0.5.0")]
+[assembly: AssemblyFileVersion("3.0.40624.4")]
+[assembly: CLSCompliant(true)]
+[assembly: XmlnsPrefix("clr-namespace:System.Windows.Controls;assembly=FloatableWindow", "windows")]
+[assembly: XmlnsDefinitionAttribute("clr-namespace:System.Windows.Controls;assembly=FloatableWindow", "System.Windows.Controls")]
\ No newline at end of file