This commit is contained in:
2018-12-16 14:25:03 +01:00
parent 9f599fbf77
commit 6128917e02
6 changed files with 730 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
<Compile Include="Day10.cs" />
<Compile Include="Day11.cs" />
<Compile Include="Day12.cs" />
<Compile Include="Day13.cs" />
<Compile Include="IDay.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -96,6 +97,9 @@
<Content Include="inputs\Day12.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day13.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>