Added source open/close methods and callback placeholder.

This commit is contained in:
Eugene Wang
2018-11-13 22:03:35 -05:00
parent c72f145703
commit deff4dbae5
12 changed files with 254 additions and 11 deletions

View File

@@ -5,6 +5,11 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NTwain\NTwain.csproj" />
</ItemGroup>