This commit is contained in:
CreepyCrafter24 2020-04-07 17:28:28 +02:00
parent 62eeab6bf2
commit 3cf6542505
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<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.Misc" Version="1.1.7399.26972" />
<PackageReference Include="CC-Functions.W32" Version="1.1.7399.26972" />
<PackageReference Include="EPPlus" Version="5.0.4" />
<PackageReference Include="NCalc2" Version="2.1.0" />
</ItemGroup>

View File

@ -6,7 +6,7 @@ using System.Globalization;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using CC_Functions.Misc;
using CC_Functions.W32.Forms;
using NCalc2;
using OfficeOpenXml;
using OfficeOpenXml.Style;