CodeWalker/CodeWalker.WinForms/CodeWalker.WinForms.csproj

13 lines
495 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2017-09-21 18:33:05 +08:00
<PropertyGroup>
<OutputType>Library</OutputType>
2024-08-13 01:31:37 +08:00
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
2024-08-13 01:31:37 +08:00
<UseWPF>true</UseWPF>
2017-09-21 18:33:05 +08:00
</PropertyGroup>
<ItemGroup>
2024-08-13 01:31:37 +08:00
<PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.1" />
<PackageReference Include="SharpDX" Version="4.2.0" />
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
2018-03-03 21:03:08 +08:00
</ItemGroup>
2017-09-21 18:33:05 +08:00
</Project>