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