Day01 part 1, statement and failing tests
This commit is contained in:
15
AdventOfCode2017/Properties/AssemblyInfo.cs
Normal file
15
AdventOfCode2017/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("AdventOfCode2017")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AdventOfCode2017")]
|
||||
[assembly: AssemblyCopyright("Copyright © Valeriano A.R. 2018")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("49c8a67c-d94c-4cfb-b7fb-c19a1a83ca66")]
|
||||
[assembly: AssemblyFileVersion("1.0.0")]
|
||||
Reference in New Issue
Block a user