Skip to content

Commit

Permalink
Update Windows App SDK 1.6.0-experimental1
Browse files Browse the repository at this point in the history
1.Update Windows App SDK 1.6.0-experimental1
2.Update CsWinRT to 2.1.0-preview1 to test NativeAOT
3.Fix AboutPage theme display bug
  • Loading branch information
Gaoyifei1011 committed Jun 7, 2024
1 parent 67a7306 commit 9e21c22
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 197 deletions.
96 changes: 48 additions & 48 deletions GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<Platforms>x86;x64;ARM64</Platforms>
<PublishProtocol>FileSystem</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSelfContained>true</PublishSelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<RootNamespace>GetStoreApp</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<SelfContained>true</SelfContained>
<StartupObject>GetStoreApp.Program</StartupObject>
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<TrimMode>partial</TrimMode>
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
Expand All @@ -39,7 +39,7 @@
<WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>
<WindowsAppSDKSingleFileVerifyConfiguration>false</WindowsAppSDKSingleFileVerifyConfiguration>
<WindowsPackageType>MSIX</WindowsPackageType>
<WindowsSdkPackageVersion>10.0.26100.1</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.22621.35-preview</WindowsSdkPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='x86'">
Expand Down Expand Up @@ -118,53 +118,53 @@
<None Remove="Views\Windows\MainWindow.xaml" />
<None Remove="WinUIApp.xaml" />

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240531000-experimental1" />

<Page Update="Styles\AppBarButton.xaml" Generator="MSBuild:Compile" />
<Page Update="Styles\Flyout.xaml" Generator="MSBuild:Compile" />
<Page Update="Styles\HyperlinkButton.xaml" Generator="MSBuild:Compile" />
<Page Update="Styles\InfoBar.xaml" Generator="MSBuild:Compile" />
<Page Update="Styles\MenuFlyout.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\Download\CompletedControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\WinGet\InstalledAppsControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\WinGet\SearchAppsControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\WinGet\UpgradableAppsControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\Store\QueryLinksControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\Store\SearchStoreControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\UWPApp\AppInfoControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\UWPApp\AppListControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\About\AppInformationDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\About\ConsoleStartupArgsDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\About\DesktopStartupArgsDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\About\LicenseDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Common\AppRunningDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Common\ClosingWindowDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Common\DeletePromptDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Common\DownloadNotifyDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Common\SelectEmptyPromptDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Download\FileInformationDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Download\InstallingNotifyDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Settings\RestartAppsDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\Settings\TraceCleanupPromptDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\WinGet\RebootDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\CheckUpdateTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\DataCopyTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\DownloadCreateTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\FileLostTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\FolderPickerTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\LanguageChangeTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\LogCleanTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\QuickOperationTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\ShareFailedTip.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\TeachingTips\TerminateProcessTip.xaml" Generator="MSBuild:Compile" />
<Page Update="Styles\AppBarButton.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Styles\Flyout.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Styles\HyperlinkButton.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Styles\InfoBar.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Styles\MenuFlyout.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\Download\CompletedControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\WinGet\InstalledAppsControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\WinGet\SearchAppsControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\WinGet\UpgradableAppsControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\Store\QueryLinksControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\Store\SearchStoreControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\UWPApp\AppInfoControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Controls\UWPApp\AppListControl.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\About\AppInformationDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\About\ConsoleStartupArgsDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\About\DesktopStartupArgsDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\About\LicenseDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Common\AppRunningDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Common\ClosingWindowDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Common\DeletePromptDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Common\DownloadNotifyDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Common\SelectEmptyPromptDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Download\FileInformationDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Download\InstallingNotifyDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Settings\RestartAppsDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\Settings\TraceCleanupPromptDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\Dialogs\WinGet\RebootDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\CheckUpdateTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\DataCopyTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\DownloadCreateTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\FileLostTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\FolderPickerTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\LanguageChangeTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\LogCleanTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\QuickOperationTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\ShareFailedTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="UI\TeachingTips\TerminateProcessTip.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\AboutPage.xaml" />
<Page Update="Views\Pages\AppUpdatePage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\DownloadPage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\UWPAppPage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\SettingsPage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\StorePage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\WinGetPage.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Windows\MainWindow.xaml" Generator="MSBuild:Compile" />
<Page Update="Views\Pages\AppUpdatePage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\DownloadPage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\UWPAppPage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\SettingsPage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\StorePage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Pages\WinGetPage.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="Views\Windows\MainWindow.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Remove="WinUIApp.xaml" />

<ProjectReference Include="..\Microsoft.Management.Deployment.Projection\Microsoft.Management.Deployment.Projection.csproj" />
Expand Down
Binary file modified GetStoreApp/GetStoreApp.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("4.0.603.0")]
[assembly: AssemblyInformationalVersion("4.0.603.0")]
[assembly: AssemblyFileVersion("4.0.607.0")]
[assembly: AssemblyInformationalVersion("4.0.607.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("4.0.603.0")]
[assembly: AssemblyVersion("4.0.607.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
2 changes: 1 addition & 1 deletion GetStoreApp/Views/Pages/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
Padding="0"
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
Background="{StaticResource CardBackgroundFillColorDefaultBrush}"
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
IsExpanded="True">

<Expander.Header>
Expand Down
41 changes: 10 additions & 31 deletions GetStoreApp/Views/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,38 +108,17 @@
</Page.Resources>

<Grid>
<!-- 应用标题栏内容 -->
<Grid
x:Name="AppTitlebar"
Height="45"
Margin="45,0,0,0"
<TitleBar
Title="{x:Bind root:ResourceService.GetLocalized('Window/AppTitle')}"
Height="48"
Margin="30,0,0,0"
VerticalAlignment="Top"
x:FieldModifier="public">
<!-- 标题栏图标和应用名称 -->
<Grid
HorizontalAlignment="Left"
VerticalAlignment="Center"
Canvas.ZIndex="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="22" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Image
Grid.Column="0"
Width="18"
Height="18"
Margin="2,3,0,0"
HorizontalAlignment="Left"
Source="ms-appx:///Assets/Square44x44Logo.altform-unplated_targetsize-256.png" />
<TextBlock
Grid.Column="1"
Margin="12,2,0,0"
VerticalAlignment="Center"
Style="{StaticResource CaptionTextBlockStyle}"
Text="{x:Bind root:ResourceService.GetLocalized('Window/AppTitle')}"
TextWrapping="NoWrap" />
</Grid>
</Grid>
VerticalContentAlignment="Center">

<TitleBar.IconSource>
<ImageIconSource ImageSource="ms-appx:///Assets/Square44x44Logo.altform-unplated_targetsize-256.png" />
</TitleBar.IconSource>
</TitleBar>

<NavigationView
AlwaysShowHeader="True"
Expand Down
5 changes: 2 additions & 3 deletions GetStoreApp/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
using Windows.System;
using Windows.UI;
using Windows.UI.StartScreen;

using WinRT.Interop;

// 抑制 IDE0060 警告
Expand Down Expand Up @@ -153,8 +152,6 @@ public MainWindow()
contentCoordinateConverter = ContentCoordinateConverter.CreateForWindowId(AppWindow.Id);

// 标题栏和右键菜单设置
SetTitleBar(AppTitlebar);
SetTitleBarTheme((Content as FrameworkElement).ActualTheme);
SetClassicMenuTheme((Content as FrameworkElement).ActualTheme);

// 挂载相应的事件
Expand Down Expand Up @@ -472,6 +469,8 @@ private async void OnPinToStartScreenClicked(object sender, RoutedEventArgs args
/// </summary>
private void OnLoaded(object sender, RoutedEventArgs args)
{
SetTitleBarTheme((Content as FrameworkElement).ActualTheme);

// 导航控件加载完成后初始化内容

NavigationView navigationView = sender as NavigationView;
Expand Down
5 changes: 3 additions & 2 deletions GetStoreApp/WinUIApp.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public WinUIApp()
protected override void OnLaunched(LaunchActivatedEventArgs args)
{
base.OnLaunched(args);

Window = new MainWindow();
MainWindow.Current.Show(true);
SetAppIcon();
Expand Down Expand Up @@ -161,12 +162,12 @@ protected virtual void Dispose(bool disposing)
User32Library.ChangeWindowMessageFilterEx((IntPtr)MainWindow.Current.AppWindow.Id.Value, WindowMessage.WM_COPYDATA, ChangeFilterAction.MSGFLT_RESET, in changeFilterStatus);
}

MainWindow.Current.SaveWindowInformation();
MainWindow.Current?.SaveWindowInformation();
DownloadSchedulerService.CloseDownloadScheduler(true);
isDisposed = true;
}

Environment.Exit(Environment.ExitCode);
Exit();
}
}
}
1 change: 0 additions & 1 deletion GetStoreAppPackage/GetStoreAppPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
-->
<Target Name="_RemoveFilesFromPayload" AfterTargets="_CalculateInputsForGenerateAppxPackageRecipe" Condition="'$(MSBuildProjectExtension)' == '.wapproj' and '$(_IsGeneratingAppxPackage)' == 'true'">
<ItemGroup>
<AppxPackagePayload Remove="@(AppxPackagePayload)" Condition="'%(Extension)' == '.xbf'" />
<AppxPackagePayload Remove="@(AppxPackagePayload)" Condition="'%(FileName)%(Extension)'=='Microsoft.WindowsAppRuntime.Bootstrap.dll'" />
</ItemGroup>
</Target>
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="4.0.603.0" />
Version="4.0.607.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
21 changes: 7 additions & 14 deletions GetStoreAppWebView/GetStoreAppWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
<PublishProtocol>FileSystem</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>True</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishTrimmed>true</PublishTrimmed>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<RootNamespace>GetStoreApp</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<StartupObject>GetStoreAppWebView.Program</StartupObject>
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<TrimMode>partial</TrimMode>
<TrimMode>full</TrimMode>
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
<UseRidGraph>true</UseRidGraph>
<Win32Resource>GetStoreAppWebView.res</Win32Resource>
<WindowsAppSDKDeploymentManagerInitialize>false</WindowsAppSDKDeploymentManagerInitialize>
<WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>
<WindowsAppSDKSingleFileVerifyConfiguration>false</WindowsAppSDKSingleFileVerifyConfiguration>
<WindowsPackageType>MSIX</WindowsPackageType>
<WindowsSdkPackageVersion>10.0.26100.1</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.22621.35-preview</WindowsSdkPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='x86'">
Expand All @@ -62,12 +62,12 @@
<None Remove="WebApp.xaml" />
<None Remove="WebWindow.xaml" />

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240531000-experimental1" GeneratePathProperty="true" />

<Page Remove="WebApp.xaml" />

<Page Update="UI\Dialogs\ProcessFailedDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="WebWindow.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\ProcessFailedDialog.xaml" XamlRuntime="$(DefaultXamlRuntime)" />
<Page Update="WebWindow.xaml" XamlRuntime="$(DefaultXamlRuntime)" />

<TrimmableAssembly Include="Microsoft.InteractiveExperiences.Projection" />
<TrimmableAssembly Include="Microsoft.Management.Deployment.Projection" />
Expand Down Expand Up @@ -96,11 +96,4 @@
<!-- 对生成的 GetStoreApp.exe 文件进行数字签名 -->
<Exec Command="$(SolutionDir)signtool.exe sign /f $(SolutionDir)GetStoreAppPackage\GetStoreAppPackage_SignKey.pfx /t http://timestamp.digicert.com /fd SHA256 $(ProjectDir)$(BaseOutputPath)$(Platform)\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\$(RuntimeIdentifier)\msixpublish\$(AssemblyName).exe" />
</Target>

<!-- 不要复制本机引导文件 -->
<Target Name="_RemoveWasdkBootstrapDll" BeforeTargets="ResolveReferences">
<ItemGroup>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)%(Extension)' == 'Microsoft.WindowsAppRuntime.Bootstrap.dll'" />
</ItemGroup>
</Target>
</Project>
Binary file modified GetStoreAppWebView/GetStoreAppWebView.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreAppWebView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("4.0.603.0")]
[assembly: AssemblyInformationalVersion("4.0.603.0")]
[assembly: AssemblyFileVersion("4.0.607.0")]
[assembly: AssemblyInformationalVersion("4.0.607.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("4.0.603.0")]
[assembly: AssemblyVersion("4.0.607.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
Loading

0 comments on commit 9e21c22

Please sign in to comment.