Add JSON input (#3)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #3
This commit is contained in:
2023-09-08 18:19:06 +00:00
parent 1b1c902667
commit 3e3d092c27
35 changed files with 1407 additions and 113 deletions

View File

@@ -8,8 +8,12 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Utils.fs" />
<Compile Include="LonghandExample.fs"/>
<Compile Include="Tests.fs" />
<Compile Include="TestJson.fs" />
<Compile Include="TestEndToEnd.fs" />
<EmbeddedResource Include="example1.json" />
</ItemGroup>
<ItemGroup>
@@ -22,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AnkiStatic\AnkiStatic.fsproj"/>
<ProjectReference Include="..\AnkiStatic.Lib\AnkiStatic.Lib.fsproj" />
</ItemGroup>
</Project>