added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / Router / CS / service-echo / Properties / AssemblyInfo.cs
blob5344d249113dbda0de831a7115af4f0dfe3ce71e
1 #region Using directives
2 using System;
3 using System.Reflection;
4 using System.Runtime.CompilerServices;
6 #endregion
8 // General Information about an assembly is controlled through the following
9 // set of attributes. Change these attribute values to modify the information
10 // associated with an assembly.
11 [assembly: AssemblyTitle("service")]
12 [assembly: AssemblyDescription("")]
13 [assembly: AssemblyConfiguration("")]
14 [assembly: AssemblyCompany("Microsoft")]
15 [assembly: AssemblyProduct("service")]
16 [assembly: AssemblyCopyright("Copyright @ Microsoft 2004")]
17 [assembly: AssemblyTrademark("")]
18 [assembly: AssemblyCulture("")]
20 // Version information for an assembly consists of the following four values:
22 // Major Version
23 // Minor Version
24 // Build Number
25 // Revision
27 // You can specify all the values or you can default the Revision and Build Numbers
28 // by using the '*' as shown below:
29 [assembly: AssemblyVersion("1.0.*")]
30 [assembly: CLSCompliant(true)]