add default api url in case of no config file

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-23 11:59:35 +02:00
parent 3b40bd601e
commit 363687b2cd
2 changed files with 19 additions and 10 deletions
-5
View File
@@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<TargetFramework>net8.0-windows</TargetFramework>
<ApplicationIcon>..\logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
@@ -31,10 +30,6 @@
<PackageReference Include="YoloV8.Gpu" Version="5.0.4" />
</ItemGroup>
<ItemGroup>
<None Remove="logo.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Azaion.Common\Azaion.Common.csproj" />
</ItemGroup>