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.
Resizor/Resizor/Resizor.csproj

23 lines
1.1 KiB
XML
Raw Permalink Normal View History

2020-03-08 13:55:21 +01:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2019-09-06 20:45:42 +02:00
<PropertyGroup>
2020-03-08 13:55:21 +01:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2019-09-06 20:45:42 +02:00
<OutputType>WinExe</OutputType>
2020-03-08 13:55:21 +01:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
2020-03-08 16:00:45 +01:00
<Deterministic>false</Deterministic>
2019-09-06 20:45:42 +02:00
</PropertyGroup>
<PropertyGroup>
2020-03-11 19:44:20 +01:00
<PostBuildEvent>if exist "$(SolutionDir)Data\pkgtool.exe" ($(SolutionDir)Data\pkgtool.exe build --noLogo --binDir .) else if exist "%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" ("%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" build --noLogo --binDir .) else echo Cound not find Package build tools, skipping</PostBuildEvent>
</PropertyGroup>
2019-09-06 20:45:42 +02:00
<PropertyGroup>
<ApplicationIcon>Resizor.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Resizor.ico" />
2019-09-06 20:45:42 +02:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="CC-Functions.W32" Version="1.1.7468.32091" />
2020-03-08 13:55:21 +01:00
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2019-09-06 20:45:42 +02:00
</ItemGroup>
</Project>