Initial Commit

This commit is contained in:
2018-12-03 13:33:11 +01:00
commit bc43add1ae
5 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("AdventOfCode2018")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AdventOfCode2018")]
[assembly: AssemblyCopyright("Copyright © Valeriano A.R. 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("43daf84f-369a-48c5-9292-536094336f8f")]
[assembly: AssemblyFileVersion("1.0.0")]