File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 <ROW Property =" AppLogoIconDark" Value =" applogodark.png" MultiBuildValue =" DefaultBuild:dropbox.ico" Type =" 1" MsiKey =" AppLogoIconDark" />
9393 <ROW Property =" CTRLS" Value =" 2" />
9494 <ROW Property =" Manufacturer" Value =" 1059 Studio" />
95- <ROW Property =" ProductCode" Value =" 2052:{1F2ED86F-7305-41AF-B61D-3B0F1A4F3C5A } " Type =" 16" />
95+ <ROW Property =" ProductCode" Value =" 2052:{14F78A3F-EE2B-4291-A2B5-6CB7A25E8662 } " Type =" 16" />
9696 <ROW Property =" ProductLanguage" Value =" 2052" />
9797 <ROW Property =" ProductName" Value =" SMUI 2023" />
98- <ROW Property =" ProductVersion" Value =" 6.6.1 " Options =" 32" />
98+ <ROW Property =" ProductVersion" Value =" 6.6.2 " Options =" 32" />
9999 <ROW Property =" REBOOT" MultiBuildValue =" DefaultBuild:ReallySuppress" />
100100 <ROW Property =" SecureCustomProperties" Value =" OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR" />
101101 <ROW Property =" UpgradeCode" Value =" {349EDF0D-1EB2-4B52-B72A-0F3AEC12DAC8}" />
Original file line number Diff line number Diff line change 1313 <Title >$(AssemblyName)</Title >
1414 <Authors >1059 Studio</Authors >
1515 <PackAsTool >False</PackAsTool >
16- <AssemblyVersion >6.6.1 </AssemblyVersion >
17- <FileVersion >6.6.1 </FileVersion >
16+ <AssemblyVersion >6.6.2 </AssemblyVersion >
17+ <FileVersion >6.6.2 </FileVersion >
1818 <SupportedOSPlatformVersion >10.0.17763.0</SupportedOSPlatformVersion >
19- <Version >6.6.1 </Version >
19+ <Version >6.6.2 </Version >
2020 <AnalysisLevel >latest</AnalysisLevel >
2121 <UseWPF >True</UseWPF >
2222 <ApplicationManifest >My Project\app.manifest</ApplicationManifest >
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Public Class Form管理虚拟组
135135 For Each item As String In 当前模组项的虚拟组列表
136136 Dim i3 As ListViewItem = Me .ListView1.Items.Find(item, False ).FirstOrDefault
137137 If i3 Is Nothing Then GoTo jx1
138- If Not i3.Checked Then GoTo jx1
138+ If Not i3.Selected Then GoTo jx1
139139 Next
140140
141141 Form1.ListView2.Items.Add(Path.GetFileName(mDir2.FullName))
You can’t perform that action at this time.
0 commit comments