Mercurial > silverbladetech
comparison 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 |
comparison
equal
deleted
inserted
replaced
61:9de81c9ad319 | 62:810116cd6b8e |
---|---|
1 using System.Reflection; | |
2 using System.Runtime.CompilerServices; | |
3 using System.Runtime.InteropServices; | |
4 using System.Resources; | |
5 using System; | |
6 using System.Windows.Markup; | |
7 | |
8 // The following GUID is for the ID of the typelib if this project is exposed to COM | |
9 [assembly: Guid("e26dd271-436d-483d-91e2-de61b3ffe0af")] | |
10 [assembly: AssemblyTitle("System.Windows.Controls")] | |
11 [assembly: AssemblyDescription("FloatableWindow Silverlight Control")] | |
12 [assembly: AssemblyConfiguration("")] | |
13 [assembly: AssemblyCompany("Tim Heuer")] | |
14 [assembly: AssemblyProduct("FloatableWindow")] | |
15 [assembly: AssemblyCopyright("Licensed under Ms-PL")] | |
16 [assembly: AssemblyTrademark("")] | |
17 [assembly: AssemblyCulture("")] | |
18 [assembly: NeutralResourcesLanguage("en-US")] | |
19 [assembly: ComVisible(false)] | |
20 [assembly: AssemblyVersion("2.0.5.0")] | |
21 [assembly: AssemblyFileVersion("3.0.40624.4")] | |
22 [assembly: CLSCompliant(true)] | |
23 [assembly: XmlnsPrefix("clr-namespace:System.Windows.Controls;assembly=FloatableWindow", "windows")] | |
24 [assembly: XmlnsDefinitionAttribute("clr-namespace:System.Windows.Controls;assembly=FloatableWindow", "System.Windows.Controls")] |