mirror of
https://github.com/soukoku/ntwain.git
synced 2025-06-28 08:05:15 +08:00
14 lines
308 B
XML
14 lines
308 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0-windows</TargetFramework>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\src\NTwain\NTwain.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|