aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 19:44:35 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 19:44:35 +0200
commit5ef0db61993e269caa1d1184ee0be2ae1c6ea393 (patch)
tree395e07d0140b233e4d40fd0b5d037e0a01e75c27 /Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
parentd92af8452acdde8595e16c379e8a17cd5d3efdbe (diff)
downloadTango-5ef0db61993e269caa1d1184ee0be2ae1c6ea393.tar.gz
Tango-5ef0db61993e269caa1d1184ee0be2ae1c6ea393.zip
Implemented power down by user and from embedded button.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
index c3a6d3e43..5a4fcadf1 100644
--- a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
+++ b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
@@ -107,6 +107,9 @@
<Compile Include="Operation\InsufficientLiquidQuantityException.cs" />
<Compile Include="Operation\JobDescriptionFile.cs" />
<Compile Include="Operation\JobUnitsMethods.cs" />
+ <Compile Include="Operation\PowerDownHandler.cs" />
+ <Compile Include="Operation\PowerDownStartedEventArgs.cs" />
+ <Compile Include="Operation\PowerDownStatusChangedEventArgs.cs" />
<Compile Include="Operation\PreparingJobProgressEventArgs.cs" />
<Compile Include="Operation\SpoolChangeRequiredEventArgs.cs" />
<Compile Include="Upgrade\FirmwareUpgradeHandler.cs" />
@@ -195,7 +198,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
+ <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file