This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/Installer/Installer.csproj

14 lines
352 B
XML
Raw Normal View History

2020-03-24 14:01:52 +01:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2020-03-16 15:53:14 +01:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
2020-03-24 14:01:52 +01:00
<ApplicationIcon>..\UpTool2.ico</ApplicationIcon>
2020-03-16 15:53:14 +01:00
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>