ModelPreview: fix WASD (use Pilz.Win32.Keyboard)

This commit is contained in:
2023-11-13 14:55:50 +01:00
parent e27a0e9511
commit 313020e468
2 changed files with 10 additions and 32 deletions

View File

@@ -95,13 +95,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz.Simple3DFileParser\Pilz.Simple3DFileParser.vbproj" />
<ProjectReference Include="..\Pilz.Win32\Pilz.Win32.vbproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ModelPreview.Designer.vb" />
</ItemGroup>
<ItemGroup>
<Reference Include="OpenTK3">
<HintPath>..\Shared Libs\OpenTK3.dll</HintPath>
</Reference>
</ItemGroup>
</Project>