Add call to open DS in wrapper.

This commit is contained in:
Eugene Wang
2021-04-21 13:06:02 -04:00
parent 66b5270d37
commit 091470c0b0
5 changed files with 95 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\NTwain\NTwain.csproj" />
</ItemGroup>
</Project>