-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathShowWrite.csproj.Backup.tmp
More file actions
42 lines (41 loc) · 1.62 KB
/
ShowWrite.csproj.Backup.tmp
File metadata and controls
42 lines (41 loc) · 1.62 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>ShowWrite视频展台</Title>
<Version>2.1.5</Version>
<ApplicationIcon>icon-d1tools.com.ico</ApplicationIcon>
<PackageProjectUrl>https://github.com/wwcrdrvf6u/ShowWrite/</PackageProjectUrl>
<RepositoryUrl>https://github.com/wwcrdrvf6u/ShowWrite/</RepositoryUrl>
<Authors>wwcrdrvf6u</Authors>
<SelfContained>false</SelfContained>
<Platforms>AnyCPU;x64</Platforms>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="icon-d1tools.com.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AForge.Imaging" Version="2.2.5" />
<PackageReference Include="AForge.Video" Version="2.2.5" />
<PackageReference Include="AForge.Video.DirectShow" Version="2.2.5" />
<PackageReference Include="iNKORE.UI.WPF" Version="1.2.8" />
<PackageReference Include="iNKORE.UI.WPF.Modern" Version="0.10.2.1" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="QRCoder" Version="1.7.0" />
<PackageReference Include="ZXing.Net" Version="0.16.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="icons\*.png" />
</ItemGroup>
<ItemGroup>
<None Update="SWECL.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>