This commit is contained in:
2018-12-12 21:06:15 +01:00
parent 8e0f46bd7a
commit 05dd29a683
7 changed files with 325 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
<Compile Include="Day06.cs" />
<Compile Include="Day07.cs" />
<Compile Include="Day08.cs" />
<Compile Include="Day09.cs" />
<Compile Include="IDay.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -80,6 +81,9 @@
<Content Include="inputs\Day08.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day09.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>