From e89f04cbdda4e34baef11d43c9f812773911a33c Mon Sep 17 00:00:00 2001 From: Roy Date: Mon, 26 Dec 2022 21:33:29 +0200 Subject: Implemented Waste Replace Handling. Implemented Job Stop on Out Of Range on MachineOperator. Implemented job upload error on Volumes out of range. --- Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index 26ab3293a..464de7da9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -152,6 +152,10 @@ SafetyLevelOperationsConfirmationView.xaml + + + WasteReplacementView.xaml + SpoolReplaceView.xaml @@ -292,6 +296,10 @@ Designer MSBuild:Compile + + MSBuild:Compile + Designer + Designer MSBuild:Compile @@ -499,6 +507,7 @@ rc.exe PreserveNewest + @@ -827,7 +836,7 @@ if $(ConfigurationName) == Debug "rc.exe" "$(TargetPath)" --set-version-string " - + \ No newline at end of file -- cgit v1.3.1