Sicherung
This commit is contained in:
@@ -3,14 +3,22 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<Nullable>enable</Nullable>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<ApplicationIcon>Icons\FondiumU.ico</ApplicationIcon>
|
||||
<AssemblyVersion>1.1</AssemblyVersion>
|
||||
<AssemblyVersion>2.0</AssemblyVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Icons\Iba.jpg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Remove="Icons\Admin.jpg" />
|
||||
<Resource Remove="Icons\Apps.png" />
|
||||
@@ -71,6 +79,7 @@
|
||||
<Resource Include="Icons\FU.png" />
|
||||
<Resource Include="Icons\Gimp.png" />
|
||||
<Resource Include="Icons\Gitea.png" />
|
||||
<Resource Include="Icons\Iba.jpg" />
|
||||
<Resource Include="Icons\Info.png" />
|
||||
<Resource Include="Icons\Links.png" />
|
||||
<Resource Include="Icons\NPP.png" />
|
||||
|
||||
Reference in New Issue
Block a user