Files
FSI.BT.IR.Tools/FSI.BT.Tools/FSI.BT.Tools.csproj
Maier Stephan SI b684704bf8 Sicherung
2023-01-20 16:09:00 +01:00

163 lines
5.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<ApplicationIcon>Icons\FondiumU.ico</ApplicationIcon>
<AssemblyVersion>2.0</AssemblyVersion>
<Version>2.0</Version>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ExtTools\kalk\**" />
<EmbeddedResource Remove="ExtTools\kalk\**" />
<None Remove="ExtTools\kalk\**" />
<Page Remove="ExtTools\kalk\**" />
</ItemGroup>
<ItemGroup>
<None Remove="ExtTools\kalk.zip" />
<None Remove="Icons\Folders.png" />
<None Remove="Icons\Iba.jpg" />
<None Remove="Icons\txt.png" />
<None Remove="Icons\VolDown.png" />
<None Remove="Icons\VolOff.png" />
<None Remove="Icons\VolOn.png" />
<None Remove="Icons\VolUp.png" />
</ItemGroup>
<ItemGroup>
<Resource Remove="Icons\Admin.jpg" />
<Resource Remove="Icons\Apps.png" />
<Resource Remove="Icons\Circuit.png" />
<Resource Remove="Icons\Close.png" />
<Resource Remove="Icons\Crypt.jpg" />
<Resource Remove="Icons\EplP8.png" />
<Resource Remove="Icons\Erp.png" />
<Resource Remove="Icons\Excel.png" />
<Resource Remove="Icons\FondiumU.ico" />
<Resource Remove="Icons\FU.png" />
<Resource Remove="Icons\Gimp.png" />
<Resource Remove="Icons\Gitea.png" />
<Resource Remove="Icons\Info.png" />
<Resource Remove="Icons\Links.png" />
<Resource Remove="Icons\NPP.png" />
<Resource Remove="Icons\Outlook.png" />
<Resource Remove="Icons\Paint.png" />
<Resource Remove="Icons\Pdf.png" />
<Resource Remove="Icons\Plc.jpg" />
<Resource Remove="Icons\Rdp.png" />
<Resource Remove="Icons\SIE.png" />
<Resource Remove="Icons\STEP7.png" />
<Resource Remove="Icons\Teams.png" />
<Resource Remove="Icons\TIAv13.jpg" />
<Resource Remove="Icons\TIAv14.jpg" />
<Resource Remove="Icons\TIAv15.jpg" />
<Resource Remove="Icons\TIAv16.jpg" />
<Resource Remove="Icons\TIAv17.jpg" />
<Resource Remove="Icons\Tools.png" />
<Resource Remove="Icons\TotalCmd.jfif" />
<Resource Remove="Icons\Vnc.png" />
<Resource Remove="Icons\VncAdrBook.png" />
<Resource Remove="Icons\Vs.png" />
<Resource Remove="Icons\VsCode.png" />
<Resource Remove="Icons\TeXstudio.png" />
<Resource Remove="Icons\Word.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ExtTools\kalk.zip" />
<Resource Include="Icons\VolDown.png" />
<Resource Include="Icons\VolOff.png" />
<Resource Include="Icons\VolOn.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.6" />
<PackageReference Include="TextCopy" Version="6.2.1" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\txt.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutoCompleteTextBox\AutoCompleteTextBox.csproj" />
<ProjectReference Include="..\Config.Net\Config.Net.csproj" />
<ProjectReference Include="..\FSI.Lib\FSI.Lib\FSI.Lib.csproj" />
<ProjectReference Include="..\NHotkey\NHotkey.Wpf\NHotkey.Wpf.csproj" />
<ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf\NotifyIconWpf.csproj" />
<ProjectReference Include="..\RadialMenu\RadialMenu.csproj" />
<ProjectReference Include="..\RoboSharp\RoboSharp.csproj" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\1087815.png">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Resource>
<Resource Include="Icons\Admin.jpg" />
<Resource Include="Icons\Apps.png" />
<Resource Include="Icons\Circuit.png" />
<Resource Include="Icons\Close.png" />
<Resource Include="Icons\Crypt.jpg" />
<Resource Include="Icons\EplP8.png" />
<Resource Include="Icons\Erp.png" />
<Resource Include="Icons\Excel.png" />
<Resource Include="Icons\Folders.png" />
<Resource Include="Icons\FondiumU.ico" />
<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" />
<Resource Include="Icons\Outlook.png" />
<Resource Include="Icons\Paint.png" />
<Resource Include="Icons\Pdf.png" />
<Resource Include="Icons\Plc.jpg" />
<Resource Include="Icons\Rdp.png" />
<Resource Include="Icons\SIE.png" />
<Resource Include="Icons\STEP7.png" />
<Resource Include="Icons\Teams.png" />
<Resource Include="Icons\TIAv13.jpg" />
<Resource Include="Icons\TIAv14.jpg" />
<Resource Include="Icons\TIAv15.jpg" />
<Resource Include="Icons\TIAv16.jpg" />
<Resource Include="Icons\TIAv17.jpg" />
<Resource Include="Icons\Tools.png" />
<Resource Include="Icons\TotalCmd.jfif" />
<Resource Include="Icons\Vnc.png" />
<Resource Include="Icons\VncAdrBook.png" />
<Resource Include="Icons\VolUp.png" />
<Resource Include="Icons\Vs.png" />
<Resource Include="Icons\VsCode.png" />
<Resource Include="Icons\TeXstudio.png" />
<Resource Include="Icons\Word.png" />
</ItemGroup>
<ItemGroup>
<None Update="config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties config_1json__JsonSchema="" />
</VisualStudio>
</ProjectExtensions>
</Project>