files are added to build (they are not committed)

This commit is contained in:
2025-12-01 14:19:09 -05:00
parent c811dfa198
commit d2970feed6

View File

@@ -7,4 +7,15 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="Input\DayOne.txt" />
<Content Include="Input\DayOne.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="Input\Test.txt" />
<Content Include="Input\Test.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project> </Project>