change console sample to run in x86 on twain sample ds.

This commit is contained in:
Eugene Wang
2021-04-24 16:53:54 -04:00
parent 9bd155d419
commit 0416b281ba
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<!--<PlatformTarget>x86</PlatformTarget>-->
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>

View File

@@ -8,6 +8,7 @@ namespace Net5Console
{
class Program
{
[STAThread]
static void Main(string[] args)
{
Console.WriteLine("Starting twain test in console...");