From 1eb344fef7f31ca287ec62f656fb78247b97b85b Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 11 Mar 2020 21:52:03 +0100 Subject: [PATCH] Simplify further --- GradeCalc/GradeCalc.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/GradeCalc/GradeCalc.csproj b/GradeCalc/GradeCalc.csproj index d61c0cf..124a668 100644 --- a/GradeCalc/GradeCalc.csproj +++ b/GradeCalc/GradeCalc.csproj @@ -10,9 +10,6 @@ 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 - - -