added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Web / UriTemplate / CS / Properties / AssemblyInfo.cs
blob0c1217d88b9b2d60902f18d96f60cfe3bc12ed43
1 // Copyright (c) Microsoft Corporation. All rights reserved.
3 #region Using directives
5 using System;
6 using System.Reflection;
7 using System.Runtime.CompilerServices;
8 using System.Runtime.InteropServices;
9 using System.Security.Permissions;
11 #endregion
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:
31 // Major Version
32 // Minor Version
33 // Build Number
34 // Revision
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")]