diff options
-rw-r--r-- | AoC2022.fsproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AoC2022.fsproj b/AoC2022.fsproj index 5a20356..c42f6db 100644 --- a/AoC2022.fsproj +++ b/AoC2022.fsproj @@ -4,8 +4,7 @@ <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> - <Compile Include="solutions/day1.fs" /> - <Compile Include="solutions/day2.fs" /> + <Compile Include="solutions/*" /> <Compile Include="Program.fs" /> </ItemGroup> </Project> \ No newline at end of file |