EI-Image-Viewer-Api/EI_Image_Viewer_Activation/EI_Image_Viewer_Activation....

20 lines
642 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>icons8-access-control-64.ico</ApplicationIcon>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Content Include="icons8-access-control-64.ico" />
</ItemGroup>
</Project>