forked from TinyMapper/TinyMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalAssemblyInfo.cs
More file actions
19 lines (16 loc) · 876 Bytes
/
GlobalAssemblyInfo.cs
File metadata and controls
19 lines (16 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Reflection.AssemblyProduct("TinyMapper")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sergey Morenko. Since 2015")]
[assembly: System.Reflection.AssemblyTrademark("TinyMapper")]
[assembly: System.Reflection.AssemblyConfiguration("Release")]
[assembly: System.Reflection.AssemblyVersion("0.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("0.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersion("Compiled By Serjo")]