2020-02-24 23:56:27 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
2017-09-21 18:33:05 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2017-09-21 18:33:05 +08:00
|
|
|
|
</PropertyGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
|
2020-02-24 18:25:52 +08:00
|
|
|
|
<ItemGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
<PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.0.6" />
|
2021-11-08 06:57:29 +08:00
|
|
|
|
<PackageReference Include="SharpDX" Version="4.2.0" />
|
|
|
|
|
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
2018-03-03 21:03:08 +08:00
|
|
|
|
</ItemGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
|
2017-09-21 18:33:05 +08:00
|
|
|
|
</Project>
|