mirror of
https://github.com/parnic/advent-of-code-2024.git
synced 2025-06-16 20:40:14 -05:00
Add automatic input downloading
Since we no longer include input files with the solution, per AoC guidelines, this will enable other users to use this application (after specifying their session token) without manually grabbing all the appropriate download files.
This commit is contained in:
@ -23,16 +23,6 @@
|
||||
<NoWarn>1701;1702;8981</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="inputs\01.txt" />
|
||||
<None Remove="inputs\01a.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="inputs\01.txt" />
|
||||
<EmbeddedResource Include="inputs\01a.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Z3" Version="4.12.2" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user