|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <OutputType>WinExe</OutputType> |
5 | | - <TargetFramework>net8.0-windows</TargetFramework> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <ImplicitUsings>enable</ImplicitUsings> |
8 | | - <UseWPF>true</UseWPF> |
9 | | - <ApplicationIcon>InternetTest.ico</ApplicationIcon> |
10 | | - <ApplicationManifest>app.manifest</ApplicationManifest> |
11 | | - <Version>9.0.0.2508-pre1</Version> |
| 4 | + <OutputType>WinExe</OutputType> |
| 5 | + <TargetFramework>net8.0-windows</TargetFramework> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <ImplicitUsings>enable</ImplicitUsings> |
| 8 | + <UseWPF>true</UseWPF> |
| 9 | + <ApplicationIcon>InternetTest.ico</ApplicationIcon> |
| 10 | + <ApplicationManifest>app.manifest</ApplicationManifest> |
| 11 | + <Version>9.0.0.2508-pre1</Version> |
12 | 12 | </PropertyGroup> |
13 | 13 |
|
14 | 14 | <ItemGroup> |
15 | | - <None Remove="Assets\DarkTheme.png" /> |
16 | | - <None Remove="Assets\LightTheme.png" /> |
17 | | - <None Remove="Assets\SystemTheme.png" /> |
18 | | - <None Remove="Fonts\FluentSystemIcons-Filled.ttf" /> |
19 | | - <None Remove="Fonts\FluentSystemIcons-Regular.ttf" /> |
20 | | - <None Remove="Fonts\Hauora-ExtraBold.ttf" /> |
21 | | - <None Remove="Fonts\Hauora-Regular.ttf" /> |
22 | | - <None Remove="Fonts\Hauora-SemiBold.ttf" /> |
23 | | - <None Remove="InternetTest.ico" /> |
| 15 | + <None Remove="Assets\DarkTheme.png" /> |
| 16 | + <None Remove="Assets\LightTheme.png" /> |
| 17 | + <None Remove="Assets\SystemTheme.png" /> |
| 18 | + <None Remove="Fonts\FluentSystemIcons-Filled.ttf" /> |
| 19 | + <None Remove="Fonts\FluentSystemIcons-Regular.ttf" /> |
| 20 | + <None Remove="Fonts\Hauora-ExtraBold.ttf" /> |
| 21 | + <None Remove="Fonts\Hauora-Regular.ttf" /> |
| 22 | + <None Remove="Fonts\Hauora-SemiBold.ttf" /> |
| 23 | + <None Remove="InternetTest.ico" /> |
24 | 24 | </ItemGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <Content Include="InternetTest.ico" /> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
30 | 30 | <ItemGroup> |
31 | | - <PackageReference Include="ManagedNativeWifi" Version="3.0.2" /> |
32 | | - <PackageReference Include="MicaWPF.Lite" Version="6.3.0" /> |
33 | | - <PackageReference Include="PeyrSharp.Core" Version="2.1.0.2312" /> |
34 | | - <PackageReference Include="PeyrSharp.Env" Version="2.1.0.2312" /> |
35 | | - <PackageReference Include="QRCoder" Version="1.6.0" /> |
| 31 | + <PackageReference Include="ManagedNativeWifi" Version="3.0.2" /> |
| 32 | + <PackageReference Include="MicaWPF.Lite" Version="6.3.0" /> |
| 33 | + <PackageReference Include="PeyrSharp.Core" Version="2.1.0.2312" /> |
| 34 | + <PackageReference Include="PeyrSharp.Env" Version="2.1.0.2312" /> |
| 35 | + <PackageReference Include="QRCoder" Version="1.6.0" /> |
36 | 36 | </ItemGroup> |
37 | 37 |
|
38 | 38 | <ItemGroup> |
39 | | - <Resource Include="Assets\DarkTheme.png"> |
40 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
41 | | - </Resource> |
42 | | - <Resource Include="Assets\LightTheme.png"> |
43 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
44 | | - </Resource> |
45 | | - <Resource Include="Assets\SystemTheme.png"> |
46 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
47 | | - </Resource> |
48 | | - <Resource Include="Fonts\FluentSystemIcons-Filled.ttf"> |
49 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
50 | | - </Resource> |
51 | | - <Resource Include="Fonts\FluentSystemIcons-Regular.ttf"> |
52 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
53 | | - </Resource> |
54 | | - <Resource Include="Fonts\Hauora-ExtraBold.ttf"> |
55 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
56 | | - </Resource> |
57 | | - <Resource Include="Fonts\Hauora-Regular.ttf"> |
58 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
59 | | - </Resource> |
60 | | - <Resource Include="Fonts\Hauora-SemiBold.ttf"> |
61 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
62 | | - </Resource> |
| 39 | + <Resource Include="Assets\DarkTheme.png"> |
| 40 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 41 | + </Resource> |
| 42 | + <Resource Include="Assets\LightTheme.png"> |
| 43 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 44 | + </Resource> |
| 45 | + <Resource Include="Assets\SystemTheme.png"> |
| 46 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 47 | + </Resource> |
| 48 | + <Resource Include="Fonts\FluentSystemIcons-Filled.ttf"> |
| 49 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 50 | + </Resource> |
| 51 | + <Resource Include="Fonts\FluentSystemIcons-Regular.ttf"> |
| 52 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 53 | + </Resource> |
| 54 | + <Resource Include="Fonts\Hauora-ExtraBold.ttf"> |
| 55 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 56 | + </Resource> |
| 57 | + <Resource Include="Fonts\Hauora-Regular.ttf"> |
| 58 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 59 | + </Resource> |
| 60 | + <Resource Include="Fonts\Hauora-SemiBold.ttf"> |
| 61 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 62 | + </Resource> |
63 | 63 | </ItemGroup> |
64 | 64 |
|
65 | 65 | <ItemGroup> |
66 | | - <Compile Update="Properties\Resources.Designer.cs"> |
67 | | - <DesignTime>True</DesignTime> |
68 | | - <AutoGen>True</AutoGen> |
69 | | - <DependentUpon>Resources.resx</DependentUpon> |
70 | | - </Compile> |
| 66 | + <Compile Update="Properties\Resources.Designer.cs"> |
| 67 | + <DesignTime>True</DesignTime> |
| 68 | + <AutoGen>True</AutoGen> |
| 69 | + <DependentUpon>Resources.resx</DependentUpon> |
| 70 | + </Compile> |
71 | 71 | </ItemGroup> |
72 | 72 |
|
73 | 73 | <ItemGroup> |
74 | | - <EmbeddedResource Update="Properties\Resources.resx"> |
75 | | - <Generator>PublicResXFileCodeGenerator</Generator> |
76 | | - <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
77 | | - </EmbeddedResource> |
| 74 | + <EmbeddedResource Update="Properties\Resources.resx"> |
| 75 | + <Generator>PublicResXFileCodeGenerator</Generator> |
| 76 | + <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 77 | + </EmbeddedResource> |
78 | 78 | </ItemGroup> |
79 | 79 |
|
80 | 80 | </Project> |
0 commit comments