diff options
Diffstat (limited to 'aoc-2022-dotnet/Common/Common.fsproj')
-rw-r--r-- | aoc-2022-dotnet/Common/Common.fsproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/Common/Common.fsproj b/aoc-2022-dotnet/Common/Common.fsproj index c8a185a..32057cf 100644 --- a/aoc-2022-dotnet/Common/Common.fsproj +++ b/aoc-2022-dotnet/Common/Common.fsproj @@ -6,11 +6,13 @@ </PropertyGroup> <ItemGroup> - <Compile Include="Library.fs" /> + <Compile Include="Vec2.fs" /> + <Compile Include="Util.fs" /> </ItemGroup> <ItemGroup> <PackageReference Include="FParsec" Version="1.1.1" /> + <PackageReference Include="FSharpPlus" Version="1.3.2" /> </ItemGroup> </Project> |