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

18 lines
433 B
XML
Raw Normal View History

2021-02-03 22:42:22 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2020-03-16 15:53:14 +01:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2021-02-03 22:14:47 +01:00
<TargetFramework>net5.0-windows</TargetFramework>
2020-03-16 15:53:14 +01:00
<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>
2020-04-08 17:08:51 +02:00
<ItemGroup>
<ProjectReference Include="..\UpToolLib\UpToolLib.csproj" />
</ItemGroup>
2020-03-16 15:53:14 +01:00
</Project>