annotate MetroWpf/Stocks.UI/Properties/AssemblyInfo.cs @ 20:6109bc268b90

Latest
author adminsh@apollo
date Tue, 20 Mar 2012 13:37:46 +0000
parents
children 399398841fd0
rev   line source
20
adminsh@apollo
parents:
diff changeset
1 using System.Reflection;
adminsh@apollo
parents:
diff changeset
2 using System.Resources;
adminsh@apollo
parents:
diff changeset
3 using System.Runtime.CompilerServices;
adminsh@apollo
parents:
diff changeset
4 using System.Runtime.InteropServices;
adminsh@apollo
parents:
diff changeset
5 using System.Windows;
adminsh@apollo
parents:
diff changeset
6
adminsh@apollo
parents:
diff changeset
7 // General Information about an assembly is controlled through the following
adminsh@apollo
parents:
diff changeset
8 // set of attributes. Change these attribute values to modify the information
adminsh@apollo
parents:
diff changeset
9 // associated with an assembly.
adminsh@apollo
parents:
diff changeset
10 [assembly: AssemblyTitle("Stocks.UI")]
adminsh@apollo
parents:
diff changeset
11 [assembly: AssemblyDescription("")]
adminsh@apollo
parents:
diff changeset
12 [assembly: AssemblyConfiguration("")]
adminsh@apollo
parents:
diff changeset
13 [assembly: AssemblyCompany("")]
adminsh@apollo
parents:
diff changeset
14 [assembly: AssemblyProduct("Stocks.UI")]
adminsh@apollo
parents:
diff changeset
15 [assembly: AssemblyCopyright("Copyright © 2012")]
adminsh@apollo
parents:
diff changeset
16 [assembly: AssemblyTrademark("")]
adminsh@apollo
parents:
diff changeset
17 [assembly: AssemblyCulture("")]
adminsh@apollo
parents:
diff changeset
18
adminsh@apollo
parents:
diff changeset
19 // Setting ComVisible to false makes the types in this assembly not visible
adminsh@apollo
parents:
diff changeset
20 // to COM components. If you need to access a type in this assembly from
adminsh@apollo
parents:
diff changeset
21 // COM, set the ComVisible attribute to true on that type.
adminsh@apollo
parents:
diff changeset
22 [assembly: ComVisible(false)]
adminsh@apollo
parents:
diff changeset
23
adminsh@apollo
parents:
diff changeset
24 //In order to begin building localizable applications, set
adminsh@apollo
parents:
diff changeset
25 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
adminsh@apollo
parents:
diff changeset
26 //inside a <PropertyGroup>. For example, if you are using US english
adminsh@apollo
parents:
diff changeset
27 //in your source files, set the <UICulture> to en-US. Then uncomment
adminsh@apollo
parents:
diff changeset
28 //the NeutralResourceLanguage attribute below. Update the "en-US" in
adminsh@apollo
parents:
diff changeset
29 //the line below to match the UICulture setting in the project file.
adminsh@apollo
parents:
diff changeset
30
adminsh@apollo
parents:
diff changeset
31 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
adminsh@apollo
parents:
diff changeset
32
adminsh@apollo
parents:
diff changeset
33
adminsh@apollo
parents:
diff changeset
34 [assembly: ThemeInfo(
adminsh@apollo
parents:
diff changeset
35 ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
adminsh@apollo
parents:
diff changeset
36 //(used if a resource is not found in the page,
adminsh@apollo
parents:
diff changeset
37 // or application resource dictionaries)
adminsh@apollo
parents:
diff changeset
38 ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
adminsh@apollo
parents:
diff changeset
39 //(used if a resource is not found in the page,
adminsh@apollo
parents:
diff changeset
40 // app, or any theme specific resource dictionaries)
adminsh@apollo
parents:
diff changeset
41 )]
adminsh@apollo
parents:
diff changeset
42
adminsh@apollo
parents:
diff changeset
43
adminsh@apollo
parents:
diff changeset
44 // Version information for an assembly consists of the following four values:
adminsh@apollo
parents:
diff changeset
45 //
adminsh@apollo
parents:
diff changeset
46 // Major Version
adminsh@apollo
parents:
diff changeset
47 // Minor Version
adminsh@apollo
parents:
diff changeset
48 // Build Number
adminsh@apollo
parents:
diff changeset
49 // Revision
adminsh@apollo
parents:
diff changeset
50 //
adminsh@apollo
parents:
diff changeset
51 // You can specify all the values or you can default the Build and Revision Numbers
adminsh@apollo
parents:
diff changeset
52 // by using the '*' as shown below:
adminsh@apollo
parents:
diff changeset
53 // [assembly: AssemblyVersion("1.0.*")]
adminsh@apollo
parents:
diff changeset
54 [assembly: AssemblyVersion("1.0.0.0")]
adminsh@apollo
parents:
diff changeset
55 [assembly: AssemblyFileVersion("1.0.0.0")]