comparison Chronosv2/source/Presentation/Windows/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;
2 using System.Reflection;
3 using System.Runtime.InteropServices;
4 using System.Windows;
5 using System.Windows.Markup;
6
7 // General Information about an assembly is controlled through the following
8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly.
10 [assembly: AssemblyTitle("chronos")]
11 [assembly: AssemblyDescription("")]
12
13 //In order to begin building localizable applications, set
14 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
15 //inside a <PropertyGroup>. For example, if you are using US english
16 //in your source files, set the <UICulture> to en-US. Then uncomment
17 //the NeutralResourceLanguage attribute below. Update the "en-US" in
18 //the line below to match the UICulture setting in the project file.
19
20 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
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.Windows.Controls")]
32 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Windows.Converters")]
33 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Windows.SiteMaps")]
34 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Windows.Helpers")]
35 [assembly: XmlnsDefinition("http://chronos/schemas/2010/xaml", "Chronos.Presentation.Windows")]