Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
navylee0210 committed Jun 20, 2024
1 parent 84f7323 commit 38a03bc
Show file tree
Hide file tree
Showing 35 changed files with 37 additions and 249 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFrameworks>net7.0-windows</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<LangVersion>10.0</LangVersion>
<Version>1.0.1</Version>
<FileVersion>1.0.1</FileVersion>
Expand All @@ -15,6 +15,7 @@
<Authors>HeBianGu </Authors>
<RepositoryUrl>https://github.com/HeBianGu/WPF-Control</RepositoryUrl>
<PackageProjectUrl>https://github.com/HeBianGu/WPF-Control</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Solution/WPF-Control.sln
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "H.Controls.FilterColumnData
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{8C583732-150E-4428-B5AC-815FBE168F78}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\Directory.Build.Props = ..\Directory.Build.Props
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
Expand Down
1 change: 1 addition & 0 deletions Source/App/H.App.FileManager/H.App.FileManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>https://github.com/HeBianGu</PackageProjectUrl>
<Title>H文件管理器</Title>
<Version>1.0.0</Version>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Chart2D/H.Test.Chart2D.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Controls/H.Test.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Design/H.Test.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Diagram/H.Test.Diagram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\H.Controls.Diagram.Extensions.Workflow\H.Controls.Diagram.Extensions.Workflow.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Dock/H.Test.Dock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Form/H.Test.Form.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Guide/H.Test.Guide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Identify/H.Test.Identify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Ioc/H.Test.Ioc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.License/H.Test.License.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Login/H.Test.Login.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<Product>H大师</Product>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Message/H.Test.Message.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Mvp/H.Test.Mvp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Mvvm/H.Test.Mvvm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.OutlookBar/H.Test.OutlookBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Project/H.Test.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Revertible/H.Test.Revertible.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Ribbon/H.Test.Ribbon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\H.Controls.PropertyGrid\H.Controls.PropertyGrid.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Setting/H.Test.Setting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.SideMenu/H.Test.SideMenu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\H.Controls.GridSplitterBox\H.Controls.GridSplitterBox.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
<Product>H大师</Product>
<Description>电脑参数:可以查看处理器、内存、硬盘、网卡、显卡、操作系统、安装软件等</Description>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.SqlServer/H.Test.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Sqlite/H.Test.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Test/H.Test.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Theme/H.Test.Theme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Tests/H.Test.Upgrade/H.Test.Upgrade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>

<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/Tests/H.Test.Window.Main/H.Test.Window.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Datas\H.Data.Test\H.Data.Test.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>Flase</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 38a03bc

Please sign in to comment.