-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSystemTools.csproj
More file actions
67 lines (65 loc) · 2.85 KB
/
SystemTools.csproj
File metadata and controls
67 lines (65 loc) · 2.85 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include=".github\workflows\dotnet-build.yml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ClassIsland.PluginSDK" Version="2.0.0.1" />
<PackageReference Include="ClassIsland.Core" Version="2.0.0.1" />
<PackageReference Include="DlibDotNet" Version="19.21.0.20220724" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenCvSharp4" Version="4.9.0.20240103" />
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.5.3.20211225" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.9.0.20240103" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="System.Management" Version="11.0.0-preview.1.26104.118" />
</ItemGroup>
<ItemGroup>
<None Update="manifest.yml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="version.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="README-1.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="README-2.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="black.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="jinyongshubiao.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="jinyongshubiao.ps1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="huifu.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="huifu.ps1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Lyricify Lite - README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>