1 Commits

Author SHA1 Message Date
Stephan Maier
647f938eee v1.2 2024-08-27 08:10:27 +02:00
2 changed files with 4 additions and 5 deletions

2
.gitremotes Normal file
View File

@@ -0,0 +1,2 @@
origin https://git.stephanmaier.duckdns.org/FSI.BT.IR/FSI.BT.IR.Tools.git (fetch)
origin https://git.stephanmaier.duckdns.org/FSI.BT.IR/FSI.BT.IR.Tools.git (push)

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<LangVersion>latest</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
@@ -18,10 +18,7 @@
<Product>NotifyIcon WPF</Product>
</PropertyGroup>
<ItemGroup>
<None Remove="D:\WrkDir\FSI.BT.Tools\NotifyIconWpf\\icon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Diagrams\TaskbarIcon Overview.cd" />
</ItemGroup>