Moved to src folder and put Windows things in own proj.

This commit is contained in:
Eugene Wang
2021-04-25 13:44:14 -04:00
parent 46414c74a6
commit 8fe54398b9
25 changed files with 569 additions and 545 deletions

View File

@@ -2,12 +2,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\NTwain\NTwain.csproj" />
<ProjectReference Include="..\..\src\NTwain\NTwain.csproj" />
</ItemGroup>
</Project>