diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-12-03 21:44:40 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-12-03 21:44:40 -0800 |
commit | 7ba655e5c2519885907d542aae1c0daa73a6f1b8 (patch) | |
tree | f579e8c0966cf4de41771154944b096f3ef33f3a | |
parent | 778f61bc932c96c4860d69c80ef002d86b22073c (diff) | |
download | AdventOfCode2022-7ba655e5c2519885907d542aae1c0daa73a6f1b8.tar.gz |
hopefully fix ionide shenanigans
-rw-r--r-- | AoC2022.fsproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022.fsproj b/AoC2022.fsproj index c42f6db..acbbdb1 100644 --- a/AoC2022.fsproj +++ b/AoC2022.fsproj @@ -4,7 +4,7 @@ <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> - <Compile Include="solutions/*" /> + <Compile Include="solutions/**" /> <Compile Include="Program.fs" /> </ItemGroup> </Project> \ No newline at end of file |