Skip to content

Commit

Permalink
补充菜单树状数据层次化方法 , 添加蓝牙打印机 BT Printer ,升级 PackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
densen2014 committed Sep 25, 2022
1 parent e56f400 commit fcaf94d
Show file tree
Hide file tree
Showing 32 changed files with 1,180 additions and 82 deletions.
8 changes: 7 additions & 1 deletion Blazor100.sln
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BootstrapBlazorApp.Shared",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BootstrapBlazorApp.WebAssembly", "b08Menu\BootstrapBlazorApp.WebAssembly\BootstrapBlazorApp.WebAssembly.csproj", "{57C99E0C-E881-4D70-872D-12CA96FB07DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleFor", "ConsoleFor\ConsoleFor.csproj", "{35F699FA-3527-4E53-9A04-167EC006FB5A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleFor", "ConsoleFor\ConsoleFor.csproj", "{35F699FA-3527-4E53-9A04-167EC006FB5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BootstrapBlazor.Printer", "..\BootstrapBlazor.Printer\src\BootstrapBlazor.Printer\BootstrapBlazor.Printer.csproj", "{461077D5-8FD9-4095-991F-84B8B945177D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -167,6 +169,10 @@ Global
{35F699FA-3527-4E53-9A04-167EC006FB5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35F699FA-3527-4E53-9A04-167EC006FB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35F699FA-3527-4E53-9A04-167EC006FB5A}.Release|Any CPU.Build.0 = Release|Any CPU
{461077D5-8FD9-4095-991F-84B8B945177D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{461077D5-8FD9-4095-991F-84B8B945177D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{461077D5-8FD9-4095-991F-84B8B945177D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{461077D5-8FD9-4095-991F-84B8B945177D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
13 changes: 12 additions & 1 deletion Blazor100/Blazor100.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BuildBundlerMinifierPlus" Version="5.0.0" />
<PackageReference Include="BuildBundlerMinifierPlus" Version="5.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\BootstrapBlazor.Printer\src\BootstrapBlazor.Printer\BootstrapBlazor.Printer.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="logo.png">
<PackagePath></PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>

<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
Loading

0 comments on commit fcaf94d

Please sign in to comment.