Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 0 additions & 18 deletions Demo/App.config

This file was deleted.

7 changes: 4 additions & 3 deletions Demo/Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Demo: Support/, Samples/&lt;area&gt;/; PDF4LLM fixtures in Samples/Llm/Program.Llm.*.Fixtures.cs. -->

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x64;x86</Platforms>
<AssemblyName>Demo</AssemblyName>
<RootNamespace>Demo</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\PDF4LLM\PDF4LLM.csproj" />
<ProjectReference Include="..\MuPDF.NET\MuPDF.NET.csproj" />
</ItemGroup>

Expand Down
21 changes: 0 additions & 21 deletions Demo/GlobalUsings.cs

This file was deleted.

688 changes: 681 additions & 7 deletions Demo/Program.cs

Large diffs are not rendered by default.

176 changes: 0 additions & 176 deletions Demo/SampleMenu.cs

This file was deleted.

Loading