Skip to content

Commit 0da1f86

Browse files
committed
Update v1.0.2
1 parent 7dd220c commit 0da1f86

6 files changed

Lines changed: 3 additions & 114 deletions

File tree

assets/icons/WinFormsLibrary.ico

46.7 KB
Binary file not shown.
17.7 KB
Loading

source/iNKORE.UI.WinForms.Styler/Design/SearchTextBoxDesigner.cs

Lines changed: 0 additions & 82 deletions
This file was deleted.

source/iNKORE.UI.WinForms.Styler/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// 生成号
2929
// 修订号
3030
//
31-
[assembly: AssemblyVersion("1.0.1.0")]
32-
[assembly: AssemblyFileVersion("1.0.1.0")]
31+
[assembly: AssemblyVersion("1.0.2.0")]
32+
[assembly: AssemblyFileVersion("1.0.2.0")]
-340 Bytes
Binary file not shown.

source/iNKORE.UI.WinForms.Styler/iNKORE.UI.WinForms.Styler.csproj

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
<PropertyGroup>
33
<TargetFrameworks>net6.0-windows10.0.18362.0;net452</TargetFrameworks>
44
<UseWPF>true</UseWPF>
5-
<UseWinRT>true</UseWinRT>
65
<NeutralLanguage>en-US</NeutralLanguage>
76
<NoWarn>1701;1702;1573;1591;CA1416;SYSLIB0003;SYSLIB0004</NoWarn>
87
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
98
<OutputType>Library</OutputType>
109
<MapFileExtensions>true</MapFileExtensions>
11-
<UseApplicationTrust>false</UseApplicationTrust>
12-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1310
<UseWindowsForms>true</UseWindowsForms>
1411
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1512
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
16-
<ApplicationIcon>Resources\Icons\iNKORE_Badge.ico</ApplicationIcon>
13+
<ApplicationIcon>../../assets/icons/WinFormsLibrary.ico</ApplicationIcon>
1714
</PropertyGroup>
1815
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
1916
<Reference Include="System.Design" />
@@ -22,28 +19,6 @@
2219
<ItemGroup>
2320
<Compile Update="Controls\ThemeText\ThemedLabel.cs" />
2421
</ItemGroup>
25-
<ItemGroup>
26-
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
27-
<Visible>False</Visible>
28-
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
29-
<Install>false</Install>
30-
</BootstrapperPackage>
31-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
32-
<Visible>False</Visible>
33-
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
34-
<Install>false</Install>
35-
</BootstrapperPackage>
36-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
37-
<Visible>False</Visible>
38-
<ProductName>.NET Framework 3.5</ProductName>
39-
<Install>true</Install>
40-
</BootstrapperPackage>
41-
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
42-
<Visible>False</Visible>
43-
<ProductName>Windows Installer 3.1</ProductName>
44-
<Install>true</Install>
45-
</BootstrapperPackage>
46-
</ItemGroup>
4722
<ItemGroup>
4823
<EmbeddedResource Include="Resources\ThemedLabel.png" />
4924
</ItemGroup>
@@ -60,8 +35,4 @@
6035
<Content Include="Dialogs\TaskDialog.bmp" />
6136
<Content Include="Resources\Icons\iNKORE_Badge.ico" />
6237
</ItemGroup>
63-
<ItemGroup>
64-
<Compile Remove="Controls\NativeToolStrip.cs" />
65-
<Compile Remove="Controls\StyleButton2.cs" />
66-
</ItemGroup>
6738
</Project>

0 commit comments

Comments
 (0)