test/Control.Player.Test/Properties/AssemblyInfo.cs
author cavaliet
Fri, 16 Oct 2009 15:56:09 +0200
changeset 160 e940ca798fe3
parent 32 8f2692c743ff
permissions -rw-r--r--
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     1
#region Using directives
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     2
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     3
using System.Reflection;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     4
using System.Runtime.CompilerServices;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     5
using System.Resources;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     6
using System.Globalization;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     7
using System.Windows;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     8
using System.Runtime.InteropServices;
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     9
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    10
#endregion
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    11
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    12
// General Information about an assembly is controlled through the following 
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    13
// set of attributes. Change these attribute values to modify the information
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    14
// associated with an assembly.
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    15
[assembly: AssemblyTitle("Control.Player.Test")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    16
[assembly: AssemblyDescription("")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    17
[assembly: AssemblyConfiguration("")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    18
[assembly: AssemblyCompany("")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    19
[assembly: AssemblyProduct("Control.Player.Test")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    20
[assembly: AssemblyCopyright("Copyright @  2009")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    21
[assembly: AssemblyTrademark("")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    22
[assembly: AssemblyCulture("")]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    23
[assembly: ComVisible(false)]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    24
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    25
//In order to begin building localizable applications, set 
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    26
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    27
//inside a <PropertyGroup>.  For example, if you are using US english
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    28
//in your source files, set the <UICulture> to en-US.  Then uncomment
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    29
//the NeutralResourceLanguage attribute below.  Update the "en-US" in
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    30
//the line below to match the UICulture setting in the project file.
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    31
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    32
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    33
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    34
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    35
// Specifies the location in which theme dictionaries are stored for types in an assembly.
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    36
[assembly: ThemeInfo(
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    37
    // Specifies the location of system theme-specific resource dictionaries for this project.
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    38
    // The default setting in this project is "None" since this default project does not
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    39
    // include these user-defined theme files:
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    40
    //     Themes\Aero.NormalColor.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    41
    //     Themes\Classic.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    42
    //     Themes\Luna.Homestead.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    43
    //     Themes\Luna.Metallic.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    44
    //     Themes\Luna.NormalColor.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    45
    //     Themes\Royale.NormalColor.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    46
    ResourceDictionaryLocation.None,
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    47
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    48
    // Specifies the location of the system non-theme specific resource dictionary:
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    49
    //     Themes\generic.xaml
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    50
    ResourceDictionaryLocation.SourceAssembly)]
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    51
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    52
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    53
// Version information for an assembly consists of the following four values:
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    54
//
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    55
//      Major Version
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    56
//      Minor Version 
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    57
//      Build Number
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    58
//      Revision
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    59
//
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    60
// You can specify all the values or you can default the Revision and Build Numbers 
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    61
// by using the '*' as shown below:
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    62
[assembly: AssemblyVersion("1.0.*")]