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
447 B
XML
Raw Permalink 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>
2020-03-16 15:53:14 +01:00
<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>
2020-04-08 17:08:51 +02:00
<ItemGroup>
<ProjectReference Include="..\UpToolLib\UpToolLib.csproj" />
</ItemGroup>
2020-03-16 15:53:14 +01:00
</Project>