Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Properties / AssemblyInfo.cs @ 6c2b996e

History | View | Annotate | Download (4.1 kB)

1 255f5f86 Panagiotis Kanavos
#region
2 255f5f86 Panagiotis Kanavos
/* -----------------------------------------------------------------------
3 255f5f86 Panagiotis Kanavos
 * <copyright file="AssemblyInfo.cs" company="GRNet">
4 255f5f86 Panagiotis Kanavos
 * 
5 255f5f86 Panagiotis Kanavos
 * Copyright 2011-2012 GRNET S.A. All rights reserved.
6 255f5f86 Panagiotis Kanavos
 *
7 255f5f86 Panagiotis Kanavos
 * Redistribution and use in source and binary forms, with or
8 255f5f86 Panagiotis Kanavos
 * without modification, are permitted provided that the following
9 255f5f86 Panagiotis Kanavos
 * conditions are met:
10 255f5f86 Panagiotis Kanavos
 *
11 255f5f86 Panagiotis Kanavos
 *   1. Redistributions of source code must retain the above
12 255f5f86 Panagiotis Kanavos
 *      copyright notice, this list of conditions and the following
13 255f5f86 Panagiotis Kanavos
 *      disclaimer.
14 255f5f86 Panagiotis Kanavos
 *
15 255f5f86 Panagiotis Kanavos
 *   2. Redistributions in binary form must reproduce the above
16 255f5f86 Panagiotis Kanavos
 *      copyright notice, this list of conditions and the following
17 255f5f86 Panagiotis Kanavos
 *      disclaimer in the documentation and/or other materials
18 255f5f86 Panagiotis Kanavos
 *      provided with the distribution.
19 255f5f86 Panagiotis Kanavos
 *
20 255f5f86 Panagiotis Kanavos
 *
21 255f5f86 Panagiotis Kanavos
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
22 255f5f86 Panagiotis Kanavos
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23 255f5f86 Panagiotis Kanavos
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24 255f5f86 Panagiotis Kanavos
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
25 255f5f86 Panagiotis Kanavos
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 255f5f86 Panagiotis Kanavos
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 255f5f86 Panagiotis Kanavos
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
28 255f5f86 Panagiotis Kanavos
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29 255f5f86 Panagiotis Kanavos
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 255f5f86 Panagiotis Kanavos
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31 255f5f86 Panagiotis Kanavos
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 255f5f86 Panagiotis Kanavos
 * POSSIBILITY OF SUCH DAMAGE.
33 255f5f86 Panagiotis Kanavos
 *
34 255f5f86 Panagiotis Kanavos
 * The views and conclusions contained in the software and
35 255f5f86 Panagiotis Kanavos
 * documentation are those of the authors and should not be
36 255f5f86 Panagiotis Kanavos
 * interpreted as representing official policies, either expressed
37 255f5f86 Panagiotis Kanavos
 * or implied, of GRNET S.A.
38 255f5f86 Panagiotis Kanavos
 * </copyright>
39 255f5f86 Panagiotis Kanavos
 * -----------------------------------------------------------------------
40 255f5f86 Panagiotis Kanavos
 */
41 255f5f86 Panagiotis Kanavos
#endregion
42 255f5f86 Panagiotis Kanavos
using System.Reflection;
43 9bae55d1 Panagiotis Kanavos
using System.Resources;
44 9bae55d1 Panagiotis Kanavos
using System.Runtime.CompilerServices;
45 9bae55d1 Panagiotis Kanavos
using System.Runtime.InteropServices;
46 9bae55d1 Panagiotis Kanavos
using System.Windows;
47 9bae55d1 Panagiotis Kanavos
48 9bae55d1 Panagiotis Kanavos
// General Information about an assembly is controlled through the following 
49 9bae55d1 Panagiotis Kanavos
// set of attributes. Change these attribute values to modify the information
50 9bae55d1 Panagiotis Kanavos
// associated with an assembly.
51 4b0a2fc0 Panagiotis Kanavos
[assembly: AssemblyTitle("Pithos Client for Windows")]
52 4b0a2fc0 Panagiotis Kanavos
[assembly: AssemblyDescription("Pithos Client for Windows")]
53 9bae55d1 Panagiotis Kanavos
[assembly: AssemblyConfiguration("")]
54 301a68c5 Panagiotis Kanavos
[assembly: AssemblyCompany("GRNET")]
55 4b0a2fc0 Panagiotis Kanavos
[assembly: AssemblyProduct("Pithos Client for Windows")]
56 97f51ab0 Panagiotis Kanavos
[assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")]
57 9bae55d1 Panagiotis Kanavos
[assembly: AssemblyTrademark("")]
58 9bae55d1 Panagiotis Kanavos
[assembly: AssemblyCulture("")]
59 6c2b996e Panagiotis Kanavos
[assembly: AssemblyInformationalVersion("2012-03-07")]
60 9bae55d1 Panagiotis Kanavos
61 9bae55d1 Panagiotis Kanavos
// Setting ComVisible to false makes the types in this assembly not visible 
62 9bae55d1 Panagiotis Kanavos
// to COM components.  If you need to access a type in this assembly from 
63 9bae55d1 Panagiotis Kanavos
// COM, set the ComVisible attribute to true on that type.
64 9bae55d1 Panagiotis Kanavos
[assembly: ComVisible(false)]
65 9bae55d1 Panagiotis Kanavos
66 9bae55d1 Panagiotis Kanavos
//In order to begin building localizable applications, set 
67 9bae55d1 Panagiotis Kanavos
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
68 9bae55d1 Panagiotis Kanavos
//inside a <PropertyGroup>.  For example, if you are using US english
69 9bae55d1 Panagiotis Kanavos
//in your source files, set the <UICulture> to en-US.  Then uncomment
70 9bae55d1 Panagiotis Kanavos
//the NeutralResourceLanguage attribute below.  Update the "en-US" in
71 9bae55d1 Panagiotis Kanavos
//the line below to match the UICulture setting in the project file.
72 9bae55d1 Panagiotis Kanavos
73 9bae55d1 Panagiotis Kanavos
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
74 9bae55d1 Panagiotis Kanavos
75 9bae55d1 Panagiotis Kanavos
76 9bae55d1 Panagiotis Kanavos
[assembly: ThemeInfo(
77 9bae55d1 Panagiotis Kanavos
    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
78 9bae55d1 Panagiotis Kanavos
    //(used if a resource is not found in the page, 
79 9bae55d1 Panagiotis Kanavos
    // or application resource dictionaries)
80 9bae55d1 Panagiotis Kanavos
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
81 9bae55d1 Panagiotis Kanavos
    //(used if a resource is not found in the page, 
82 9bae55d1 Panagiotis Kanavos
    // app, or any theme specific resource dictionaries)
83 9bae55d1 Panagiotis Kanavos
)]
84 9bae55d1 Panagiotis Kanavos
85 9bae55d1 Panagiotis Kanavos
86 9bae55d1 Panagiotis Kanavos
// Version information for an assembly consists of the following four values:
87 9bae55d1 Panagiotis Kanavos
//
88 9bae55d1 Panagiotis Kanavos
//      Major Version
89 9bae55d1 Panagiotis Kanavos
//      Minor Version 
90 9bae55d1 Panagiotis Kanavos
//      Build Number
91 9bae55d1 Panagiotis Kanavos
//      Revision
92 9bae55d1 Panagiotis Kanavos
//
93 9bae55d1 Panagiotis Kanavos
// You can specify all the values or you can default the Build and Revision Numbers 
94 9bae55d1 Panagiotis Kanavos
// by using the '*' as shown below:
95 9bae55d1 Panagiotis Kanavos
// [assembly: AssemblyVersion("1.0.*")]
96 049333d2 Panagiotis Kanavos
[assembly: AssemblyVersion("0.7.20305.0")]
97 79f92570 Panagiotis Kanavos
[assembly: AssemblyFileVersionAttribute("0.7.20305.0")]