Mercurial > silverbladetech
comparison Chronosv2/source/Properties/AssemblyInfo.cs @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 using System; | |
2 using System.Reflection; | |
3 using System.Runtime.InteropServices; | |
4 using System.Windows; | |
5 | |
6 [assembly: AssemblyTitle("chronos")] | |
7 [assembly: AssemblyDescription("chronos executable")] | |
8 [assembly: AssemblyConfiguration("")] | |
9 | |
10 //In order to begin building localizable applications, set | |
11 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file | |
12 //inside a <PropertyGroup>. For example, if you are using US english | |
13 //in your source files, set the <UICulture> to en-US. Then uncomment | |
14 //the NeutralResourceLanguage attribute below. Update the "en-US" in | |
15 //the line below to match the UICulture setting in the project file. | |
16 | |
17 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] | |
18 | |
19 [assembly: ThemeInfo( | |
20 ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located | |
21 //(used if a resource is not found in the page, | |
22 // or application resource dictionaries) | |
23 ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located | |
24 //(used if a resource is not found in the page, | |
25 // app, or any theme specific resource dictionaries) | |
26 )] |