Skip to content

Commit

Permalink
Merge pull request #148 from Grange007/dev
Browse files Browse the repository at this point in the history
✨ feat: deleted WEB buttons, added interaction for commands, optimize…
  • Loading branch information
Grange007 authored Mar 23, 2024
2 parents 541bbf6 + 09efd8f commit bcceba8
Show file tree
Hide file tree
Showing 12 changed files with 594 additions and 48 deletions.
4 changes: 3 additions & 1 deletion logic/Client/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Client
using System;

namespace Client
{
public partial class App : Application
{
Expand Down
9 changes: 8 additions & 1 deletion logic/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

<!--<WindowsPackageType>None</WindowsPackageType>-->


<!-- Display name -->
<ApplicationTitle>Client</ApplicationTitle>

Expand Down Expand Up @@ -55,6 +58,7 @@


<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Google.Protobuf" Version="3.26.0" />
<PackageReference Include="Grpc" Version="2.46.6" />
Expand All @@ -63,7 +67,10 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />

<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

Expand Down
14 changes: 0 additions & 14 deletions logic/Client/CommandLine.cs

This file was deleted.

Loading

0 comments on commit bcceba8

Please sign in to comment.