Monitor: Fix SQL, add Icon

This commit is contained in:
Jonathan Jenne
2021-06-18 11:27:36 +02:00
parent c558df75a9
commit 6085fba151
3 changed files with 7 additions and 1 deletions

View File

@@ -42,6 +42,9 @@
<PropertyGroup>
<StartupObject>DigitalData.GUIs.Monitor.My.MyApplication</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ChartType_Line.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v19.2" />
<Reference Include="DevExpress.Data.v19.2" />
@@ -192,6 +195,9 @@
<ItemGroup>
<None Include="Resources\export.svg" />
</ItemGroup>
<ItemGroup>
<Content Include="ChartType_Line.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.