Mercurial > silverbladetech
comparison Chronosv2/source/Presentation/Controls/Properties/AssemblyInfo.cs @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 using System.Reflection; | |
2 using System.Runtime.InteropServices; | |
3 using System.Windows; | |
4 using System.Windows.Markup; | |
5 | |
6 // General Information about an assembly is controlled through the following | |
7 // set of attributes. Change these attribute values to modify the information | |
8 // associated with an assembly. | |
9 [assembly: AssemblyTitle("Windows Presentation Foundation Controls")] | |
10 [assembly: AssemblyDescription("Windows Presentation Foundation control library")] | |
11 | |
12 //In order to begin building localizable applications, set | |
13 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file | |
14 //inside a <PropertyGroup>. For example, if you are using US english | |
15 //in your source files, set the <UICulture> to en-US. Then uncomment | |
16 //the NeutralResourceLanguage attribute below. Update the "en-US" in | |
17 //the line below to match the UICulture setting in the project file. | |
18 | |
19 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] | |
20 | |
21 | |
22 [assembly: ThemeInfo( | |
23 ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located | |
24 //(used if a resource is not found in the page, | |
25 // or application resource dictionaries) | |
26 ResourceDictionaryLocation.None //where the generic resource dictionary is located | |
27 //(used if a resource is not found in the page, | |
28 // app, or any theme specific resource dictionaries) | |
29 )] | |
30 | |
31 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Controls")] | |
32 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Controls.Interactivity.Behaviors")] |