1
// Copyright (c) Microsoft Corporation. All rights reserved.
3 #region Using directives
6 using System
.Reflection
;
7 using System
.Runtime
.CompilerServices
;
8 using System
.Runtime
.InteropServices
;
9 using System
.Security
.Permissions
;
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
: ComVisible(false)]
17 [assembly
: CLSCompliant(false)]
18 [assembly
: RuntimeCompatibility(WrapNonExceptionThrows
= true)]
19 [assembly
: SecurityPermissionAttribute(SecurityAction
.RequestMinimum
)]
20 [assembly
: AssemblyTitle("Code sample")]
21 [assembly
: AssemblyDescription("Code sample")]
22 [assembly
: AssemblyConfiguration("")]
23 [assembly
: AssemblyCompany("Microsoft Corporation")]
24 [assembly
: AssemblyProduct("Windows Communication Foundation and Windows Workflow Foundation SDK")]
25 [assembly
: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
26 [assembly
: AssemblyTrademark("")]
27 [assembly
: AssemblyCulture("")]
29 // Version information for an assembly consists of the following four values:
36 // You can specify all the values or you can default the Revision and Build Numbers
37 // by using the '*' as shown below:
38 [assembly
: AssemblyVersion("3.5")]
39 [assembly
: AssemblyFileVersionAttribute("3.5")]