mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
feat(2015-01): Add day 1 solution
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Y2015\Data\**" />
|
||||
<Content Include="Y2015\Data\**">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Y2021\Data\**" />
|
||||
<Content Include="Y2021\Data\**">
|
||||
|
||||
Reference in New Issue
Block a user