File tree 6 files changed +14
-4
lines changed
.vs/Inkore.UI.WinForms.Styler/DesignTimeBuild
iNKORE.UI.WinForms.Styler
iNKORE.UI.WinForms.Styler.SampleApp
6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a target =" _blank " rel =" noopener noreferrer " >
3
- <img width="128" src="https://avatars.githubusercontent. com/u/130115968?s=400&u=429fd077695ef722acd8164adf5a39b37ead79eb&v=4 " alt="iNKROE! ">
3
+ <img width="128" src="https://github. com/InkoreStudios/.github/blob/main/assets/Inkore_Badge.png?raw=true " alt="iNKORE Logo ">
4
4
</a >
5
5
</p >
6
6
7
7
<p align =" center " >A Windows Forms library that provides native controls with many of the advanced features.</p >
8
8
9
9
<h1 align =" center " >
10
- UI.WinForms.Styler
10
+ iNKORE. UI.WinForms.Styler
11
11
</h1 >
12
12
13
13
<p align =" center " >Give us a star if you like this!</p >
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
10
10
</PropertyGroup >
11
11
12
+ <ItemGroup >
13
+ <Content Include =" ..\iNKORE.UI.WinForms.Styler\Resources\Icons\iNKORE_Badge.ico" Link =" Resources\Icons\iNKORE_Badge.ico" />
14
+ </ItemGroup >
15
+
12
16
<ItemGroup >
13
17
<ProjectReference Include =" ..\iNKORE.UI.WinForms.Styler\iNKORE.UI.WinForms.Styler.csproj" />
14
18
</ItemGroup >
15
19
20
+ <ItemGroup >
21
+ <Folder Include =" Resources\Icons\" />
22
+ </ItemGroup >
23
+
16
24
</Project >
Original file line number Diff line number Diff line change 28
28
// 生成号
29
29
// 修订号
30
30
//
31
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
32
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
31
+ [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
32
+ [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
Original file line number Diff line number Diff line change 13
13
<UseWindowsForms >true</UseWindowsForms >
14
14
<ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
15
15
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
16
+ <ApplicationIcon >Resources\Icons\iNKORE_Badge.ico</ApplicationIcon >
16
17
</PropertyGroup >
17
18
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
18
19
<Reference Include =" System.Design" />
57
58
<Content Include =" Dialogs\CustomDictionary.xml" />
58
59
<Content Include =" Dialogs\ProgressDialog.bmp" />
59
60
<Content Include =" Dialogs\TaskDialog.bmp" />
61
+ <Content Include =" Resources\Icons\iNKORE_Badge.ico" />
60
62
</ItemGroup >
61
63
<ItemGroup >
62
64
<Compile Remove =" Controls\NativeToolStrip.cs" />
You can’t perform that action at this time.
0 commit comments