Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Properties / AssemblyInfo.cs @ a0622735

History | View | Annotate | Download (2.3 kB)

1
using System.Reflection;
2
using System.Resources;
3
using System.Runtime.CompilerServices;
4
using System.Runtime.InteropServices;
5
using System.Windows;
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("Pithos Client for Windows")]
11
[assembly: AssemblyDescription("Pithos Client for Windows")]
12
[assembly: AssemblyConfiguration("")]
13
[assembly: AssemblyCompany("GRNet")]
14
[assembly: AssemblyProduct("Pithos Client for Windows")]
15
[assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")]
16
[assembly: AssemblyTrademark("")]
17
[assembly: AssemblyCulture("")]
18
[assembly: AssemblyInformationalVersion("2012-02-06")]
19

    
20
// Setting ComVisible to false makes the types in this assembly not visible 
21
// to COM components.  If you need to access a type in this assembly from 
22
// COM, set the ComVisible attribute to true on that type.
23
[assembly: ComVisible(false)]
24

    
25
//In order to begin building localizable applications, set 
26
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
27
//inside a <PropertyGroup>.  For example, if you are using US english
28
//in your source files, set the <UICulture> to en-US.  Then uncomment
29
//the NeutralResourceLanguage attribute below.  Update the "en-US" in
30
//the line below to match the UICulture setting in the project file.
31

    
32
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
33

    
34

    
35
[assembly: ThemeInfo(
36
    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
37
    //(used if a resource is not found in the page, 
38
    // or application resource dictionaries)
39
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
40
    //(used if a resource is not found in the page, 
41
    // app, or any theme specific resource dictionaries)
42
)]
43

    
44

    
45
// Version information for an assembly consists of the following four values:
46
//
47
//      Major Version
48
//      Minor Version 
49
//      Build Number
50
//      Revision
51
//
52
// You can specify all the values or you can default the Build and Revision Numbers 
53
// by using the '*' as shown below:
54
// [assembly: AssemblyVersion("1.0.*")]
55
[assembly: AssemblyVersion("0.1.0.0")]
56
[assembly: AssemblyFileVersionAttribute("0.1.20213.1894")]