summary refs log tree commit diff stats
path: root/AoC2022.fsproj
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-12-03 21:44:40 -0800
committerBrian Chu <brianmchu42@gmail.com>2022-12-03 21:44:40 -0800
commit7ba655e5c2519885907d542aae1c0daa73a6f1b8 (patch)
treef579e8c0966cf4de41771154944b096f3ef33f3a /AoC2022.fsproj
parent778f61bc932c96c4860d69c80ef002d86b22073c (diff)
downloadAdventOfCode2022-7ba655e5c2519885907d542aae1c0daa73a6f1b8.tar.gz
hopefully fix ionide shenanigans
Diffstat (limited to 'AoC2022.fsproj')
-rw-r--r--AoC2022.fsproj2
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