This commit is contained in:
2018-12-13 00:36:09 +01:00
parent 05dd29a683
commit af57ea329a
6 changed files with 809 additions and 1 deletions

View File

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