~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to class/Microsoft.SilverlightControls/Controls/Src/Properties/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
Import upstream version 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright © Microsoft Corporation. 
 
2
// This source is subject to the Microsoft Source License for Silverlight Controls (March 2008 Release).
 
3
// Please see http://go.microsoft.com/fwlink/?LinkID=111693 for details.
 
4
// All other rights reserved. 
 
5
 
 
6
using System;
 
7
using System.Reflection; 
 
8
using System.Resources; 
 
9
using System.Runtime.CompilerServices;
 
10
using System.Runtime.InteropServices; 
 
11
using System.Windows.Markup;
 
12
 
 
13
// General Information about an assembly is controlled through the following 
 
14
// set of attributes. Change these attribute values to modify the information
 
15
// associated with an assembly.
 
16
[assembly: AssemblyTitle("System.Windows.Controls")] 
 
17
[assembly: AssemblyDescription("")] 
 
18
[assembly: AssemblyConfiguration("")]
 
19
[assembly: AssemblyCompany("Microsoft")] 
 
20
[assembly: AssemblyProduct("System.Windows.Controls")]
 
21
[assembly: AssemblyCopyright("Copyright © Microsoft 2007")]
 
22
[assembly: AssemblyTrademark("")] 
 
23
[assembly: AssemblyCulture("")]
 
24
[assembly: NeutralResourcesLanguage("en-us")]
 
25
 
 
26
// 
 
27
[assembly: CLSCompliant(false)]
 
28
 
 
29
// Provide unit tests with access to internal members
 
30
#if DEBUG
 
31
[assembly: InternalsVisibleTo("Test, PublicKey=00240000048000009400000006020000002400005253413100040000010001000fed916f5fe67a46ed73e4151623c8572c7ffdd000cda61e0142afdf721bbd11b7d77367a6a9a5f20e1a930b1f480d0499280e63ab23e052692cdd117da8158ebe924d6b91d05a64a1b96fd87f3259e9223dcff8fe5915540e5386982227310de2a3cb8f78e78062bfe4012fac307a507f5a89d76d19c9845cf62fa6693d7cde")] 
 
32
#else
 
33
[assembly: InternalsVisibleTo("Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
 
34
#endif 
 
35
 
 
36
// Setting ComVisible to false makes the types in this assembly not visible
 
37
// to COM components.  If you need to access a type in this assembly from 
 
38
// COM, set the ComVisible attribute to true on that type.
 
39
[assembly: ComVisible(false)]
 
40
 
 
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
 
42
[assembly: Guid("172e8091-9d5f-4646-8125-7ec20c62e6e7")]
 
43
 
 
44
// Version information for an assembly consists of the following four values: 
 
45
//
 
46
//      Major Version 
 
47
//      Minor Version
 
48
//      Build Number
 
49
//      Revision 
 
50
//
 
51
// You can specify all the values or you can default the Revision and Build Numbers
 
52
// by using the '*' as shown below: 
 
53
[assembly: AssemblyVersion("1.0.0.0")] 
 
54
[assembly: AssemblyFileVersion("1.0.0.0")]
 
55
 
 
56
[assembly: XmlnsDefinition("http://schemas.microsoft.com/client/2007", "System.Windows.Controls")]
 
57
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Windows.Controls")]
 
58
[assembly: XmlnsDefinition("http://schemas.microsoft.com/client/2007", "System.Windows.Controls.Primitives")] 
 
59
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Windows.Controls.Primitives")]