Move extensions to separate project

- Move tests into separate files
This commit is contained in:
2023-12-25 23:02:29 -05:00
parent a6d179d401
commit f2bb1c4aba
12 changed files with 1317 additions and 1256 deletions

View File

@@ -7,6 +7,7 @@
<ItemGroup>
<ProjectReference Include="..\Common\BitBadger.Documents.Common.fsproj" />
<ProjectReference Include="..\Sqlite.Extensions\BitBadger.Documents.Sqlite.Extensions.fsproj" />
<ProjectReference Include="..\Sqlite\BitBadger.Documents.Sqlite.fsproj" />
</ItemGroup>