-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYqlossKeyViewerDotNet.csproj
More file actions
26 lines (23 loc) · 1.16 KB
/
YqlossKeyViewerDotNet.csproj
File metadata and controls
26 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>13</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>CA1416</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpDX" Version="4.2.0"/>
<PackageReference Include="SharpDX.Direct2D1" Version="4.2.0"/>
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9"/>
<PackageReference Include="System.Text.Json" Version="10.0.0-preview.2.25163.2"/>
<PackageReference Include="Vanara.Core" Version="4.1.1"/>
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="4.1.1"/>
<PackageReference Include="Vanara.PInvoke.Kernel32" Version="4.1.1"/>
<PackageReference Include="Vanara.PInvoke.Shared" Version="4.1.1"/>
<PackageReference Include="Vanara.PInvoke.Shell32" Version="4.1.1"/>
<PackageReference Include="Vanara.PInvoke.User32" Version="4.1.1"/>
</ItemGroup>
</Project>