I'm going mad, why am I doing this Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk> Reviewed-on: #7
22 lines
642 B
XML
22 lines
642 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Arr2D.fs" />
|
|
<Compile Include="ResizeArray.fs" />
|
|
<Compile Include="EfficientString.fs" />
|
|
<Compile Include="Day1.fs" />
|
|
<Compile Include="Day2.fs" />
|
|
<Compile Include="Day3.fs" />
|
|
<Compile Include="Day4.fs" />
|
|
<Compile Include="Day5.fs" />
|
|
<Compile Include="Day6.fs" />
|
|
<Compile Include="Day7.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|