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.
GradeCalc/GradeCalc/GradeCalc.csproj
dependabot-preview[bot] c9caa87105 Bump EPPlus from 5.0.4 to 5.1.0
Bumps [EPPlus](https://github.com/EPPlusSoftware/EPPlus) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/EPPlusSoftware/EPPlus/releases)
- [Commits](https://github.com/EPPlusSoftware/EPPlus/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08 12:26:16 +02:00

17 lines
978 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<Deterministic>false</Deterministic>
</PropertyGroup>
<PropertyGroup>
<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>
<ItemGroup>
<PackageReference Include="CC-Functions.W32" Version="1.1.7399.26972" />
<PackageReference Include="EPPlus" Version="5.1.0" />
<PackageReference Include="NCalc2" Version="2.1.0" />
</ItemGroup>
</Project>