mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-16 20:17:30 +08:00
13 lines
495 B
XML
13 lines
495 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.1" />
|
|
<PackageReference Include="SharpDX" Version="4.2.0" />
|
|
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
|
</ItemGroup>
|
|
</Project> |