1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Fixed individual devices, #46

This commit is contained in:
Ylian Saint-Hilaire
2022-07-01 14:31:49 -07:00
parent 91fad23547
commit a2210cd49a
3 changed files with 55 additions and 45 deletions

View File

@@ -13,7 +13,7 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<StartupObject>MeshCentralRouter.Program</StartupObject>
<ApplicationIcon>src\MeshServer.ico</ApplicationIcon>
<ApplicationIcon>MeshServer.ico</ApplicationIcon>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
@@ -58,6 +58,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
@@ -415,6 +416,7 @@
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<Content Include="MeshServer.ico" />
<Content Include="src\MeshServer.ico" />
<None Include="readme.md" />
<None Include="Resources\icon-monitor1.png" />