1
/* This file is part of OpenTX Speaker.
2 * OpenTX Speaker is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 3 of the License, or
5 * (at your option) any later version.
7 * OpenTX Speaker is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
12 * You should have received a copy of the GNU General Public License
13 * along with OpenTX Speaker. If not, see <http://www.gnu.org/licenses/>.
15 * Copyright 2014 Kjell Kernen */
17 using System
.Reflection
;
18 using System
.Resources
;
19 using System
.Runtime
.CompilerServices
;
20 using System
.Runtime
.InteropServices
;
23 // General Information about an assembly is controlled through the following
24 // set of attributes. Change these attribute values to modify the information
25 // associated with an assembly.
26 [assembly
: AssemblyTitle("OpenTX Speaker")]
27 [assembly
: AssemblyDescription("")]
28 [assembly
: AssemblyConfiguration("")]
29 [assembly
: AssemblyCompany("OpenTX Team")]
30 [assembly
: AssemblyProduct("OpenTX Speaker")]
31 [assembly
: AssemblyCopyright("Copyright © Kjell Kernen 2014")]
32 [assembly
: AssemblyTrademark("")]
33 [assembly
: AssemblyCulture("")]
35 // Setting ComVisible to false makes the types in this assembly not visible
36 // to COM components. If you need to access a type in this assembly from
37 // COM, set the ComVisible attribute to true on that type.
38 [assembly
: ComVisible(false)]
40 //In order to begin building localizable applications, set
41 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
42 //inside a <PropertyGroup>. For example, if you are using US english
43 //in your source files, set the <UICulture> to en-US. Then uncomment
44 //the NeutralResourceLanguage attribute below. Update the "en-US" in
45 //the line below to match the UICulture setting in the project file.
47 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
51 ResourceDictionaryLocation
.None
, //where theme specific resource dictionaries are located
52 //(used if a resource is not found in the page,
53 // or application resource dictionaries)
54 ResourceDictionaryLocation
.SourceAssembly
//where the generic resource dictionary is located
55 //(used if a resource is not found in the page,
56 // app, or any theme specific resource dictionaries)
60 // Version information for an assembly consists of the following four values:
67 // You can specify all the values or you can default the Build and Revision Numbers
68 // by using the '*' as shown below:
69 // [assembly: AssemblyVersion("1.0.*")]
70 [assembly
: AssemblyVersion("1.3")]
71 [assembly
: AssemblyFileVersion("1.3")]