-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.csproj
26 lines (22 loc) · 955 Bytes
/
Test.csproj
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-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HandyControl" Version="3.5.1" />
<PackageReference Include="HandyControls.Lang.zh-CN" Version="3.5.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Prism.Unity" Version="9.0.537" />
<PackageReference Include="Prism.Wpf" Version="9.0.537" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="ValvePak" Version="2.0.1.107" />
<PackageReference Include="ValveResourceFormat" Version="11.1.4050" />
</ItemGroup>
<ItemGroup>
<Folder Include="Files\" />
</ItemGroup>
</Project>