MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.AssemblyInfo.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 using System;
12 using System.Reflection;
13 
14 [assembly: System.Reflection.AssemblyCompanyAttribute("Alexandru-Victor Macocian")]
15 [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16 [assembly: System.Reflection.AssemblyDescriptionAttribute("Modular TCP Server and Client")]
17 [assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.5")]
18 [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.5")]
19 [assembly: System.Reflection.AssemblyProductAttribute("MTSC")]
20 [assembly: System.Reflection.AssemblyTitleAttribute("MTSC")]
21 [assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.5")]
22 
23 // Generated by the MSBuild WriteCodeFragment class.
24