Prepare for NuGet publishing.

This commit is contained in:
GoldenCrystal
2014-11-24 22:53:33 +01:00
parent 0d3239d700
commit f8d468bc94
11 changed files with 51 additions and 132 deletions
+19
View File
@@ -0,0 +1,19 @@
using System.Resources;
using System.Reflection;
using System.Runtime.InteropServices;
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("Fabien Barbier")]
[assembly: AssemblyProduct(".NET Unicode Information")]
[assembly: AssemblyCopyright("Copyright © Fabien Barbier 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]