mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
18 lines
505 B
XML
18 lines
505 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Platforms>AnyCPU;x64;x86;ARM32</Platforms>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Silk.NET.Windowing" Version="2.15.0" />
|
|
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|