58 lines
2.0 KiB
XML
58 lines
2.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworks>net6.0-windows</TargetFrameworks>
|
|
<OutputType>WinExe</OutputType>
|
|
<Nullable>enable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<ApplicationIcon>Icons\FondiumU.ico</ApplicationIcon>
|
|
<AssemblyVersion>0.0</AssemblyVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Icons\Erp.png" />
|
|
<None Remove="Icons\Plc.jpg" />
|
|
<None Remove="Icons\Rdp.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Resource Include="Icons\1087815.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\FondiumU.ico" />
|
|
<Resource Include="Icons\FU.png" />
|
|
<Resource Include="Icons\Gitea.png" />
|
|
<Resource Include="Icons\Info.png" />
|
|
<Resource Include="Icons\Links.png" />
|
|
<Resource Include="Icons\NPP.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\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\Vs.png" />
|
|
<Resource Include="Icons\VsCode.png" />
|
|
<Resource Include="Icons\TeXstudio.png" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|