1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0-windows10.0.19041.0</TargetFramework >
3
+ <TargetFramework >net8 .0-windows10.0.19041.0</TargetFramework >
4
4
<OutputType >WinExe</OutputType >
5
- <IsWebBootstrapper >false</IsWebBootstrapper >
6
- <PublishUrl >publish\</PublishUrl >
7
- <Install >true</Install >
8
- <InstallFrom >Disk</InstallFrom >
9
- <UpdateEnabled >false</UpdateEnabled >
10
- <UpdateMode >Foreground</UpdateMode >
11
- <UpdateInterval >7</UpdateInterval >
12
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
13
- <UpdatePeriodically >false</UpdatePeriodically >
14
- <UpdateRequired >false</UpdateRequired >
15
5
<MapFileExtensions >true</MapFileExtensions >
16
- <VersionPrefix >4.1.0.0</VersionPrefix >
17
- <ApplicationRevision >0</ApplicationRevision >
18
- <ApplicationVersion >4.1.0.%2a</ApplicationVersion >
19
- <UseApplicationTrust >false</UseApplicationTrust >
20
- <BootstrapperEnabled >true</BootstrapperEnabled >
21
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
+ <ApplicationVersion >5.0.0</ApplicationVersion >
22
7
<UseWPF >true</UseWPF >
23
8
<ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
24
- <PlatformTarget >x64</PlatformTarget >
25
9
<SatelliteResourceLanguages >zh-Hans</SatelliteResourceLanguages >
26
10
<Platforms >AnyCPU</Platforms >
27
11
<ApplicationManifest >app.manifest</ApplicationManifest >
28
12
<SupportedOSPlatformVersion >10.0.19041.0</SupportedOSPlatformVersion >
29
13
<DebugType >full</DebugType >
30
- <AssemblyVersion ></ AssemblyVersion >
31
- <FileVersion ></ FileVersion >
14
+ <
Authors >[email protected] </ Authors >
15
+ <Copyright >Copyright © 2017-2023 ZNH Industry™</ Copyright >
32
16
<NeutralLanguage >zh-CN</NeutralLanguage >
33
17
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
34
18
</PropertyGroup >
35
19
36
20
<PropertyGroup >
37
21
<ApplicationIcon >AppIcon.ico</ApplicationIcon >
22
+ <Version >$(ApplicationVersion)</Version >
38
23
</PropertyGroup >
39
24
40
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
41
- <OutputPath >bin\x64\ Debug\</OutputPath >
26
+ <OutputPath >bin\Debug\</OutputPath >
42
27
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
43
28
</PropertyGroup >
44
29
45
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
46
- <OutputPath >bin\x64\ Release\</OutputPath >
31
+ <OutputPath >bin\Release\</OutputPath >
47
32
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
48
33
</PropertyGroup >
49
-
50
- <ItemGroup >
51
- <None Remove =" Resources\Test.bmp" />
52
- </ItemGroup >
53
34
54
35
<ItemGroup >
55
36
<Resource Include =" AppIcon.ico" />
71
52
</ItemGroup >
72
53
73
54
<ItemGroup >
55
+ <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
74
56
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
75
- <PackageReference Include =" OpenCvSharp4.runtime.win" Version =" 4.7.0.20230115" />
76
- <PackageReference Include =" OpenCvSharp4.WpfExtensions" Version =" 4.7.0.20230115" />
77
- <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
78
- <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 7.0.0" />
57
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
58
+ <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.77" />
59
+ <PackageReference Include =" OpenCvSharp4.runtime.win" Version =" 4.8.0.20230708" />
60
+ <PackageReference Include =" OpenCvSharp4.WpfExtensions" Version =" 4.8.0.20230708" />
61
+ <PackageReference Include =" WPF-UI" Version =" 3.0.0-preview.9" />
79
62
</ItemGroup >
80
63
</Project >
0 commit comments