summary refs log blame commit diff stats
path: root/AoC2022.fsproj
blob: acbbdb1d153cf8970926c7902dbb79c48e41170d (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                             
                                      


                                    
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="solutions/**" />
    <Compile Include="Program.fs" />
  </ItemGroup>
</Project>