Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Properties / AssemblyInfo.cs @ 422c9598

History | View | Annotate | Download (2.3 kB)

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