diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-19 16:18:56 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-19 16:18:56 +0200 |
| commit | 0ac921db3d7d296bd216282f1fbffa6dd1ba5eba (patch) | |
| tree | dd1c8e39a1891cb831b128072313d2439d70105b /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj | |
| parent | 0a197fa4d8447271aa7decd28e3afcea611d53cd (diff) | |
| download | Tango-0ac921db3d7d296bd216282f1fbffa6dd1ba5eba.tar.gz Tango-0ac921db3d7d296bd216282f1fbffa6dd1ba5eba.zip | |
Added OverallTemperature to DB Monitors.
Added OverallTemperature support to Machine Emulator.
Implemented OverallTemperature in maintenance screen PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj index d774649ea..4a6957722 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Tango.PPC.Maintenance.csproj @@ -102,6 +102,7 @@ <Compile Include="Helpers\GuideHelper.cs" /> <Compile Include="MaintenanceModule.cs" /> <Compile Include="Models\MidTankLevelModel.cs" /> + <Compile Include="Models\OverallTemperatureModel.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> @@ -228,6 +229,10 @@ <Resource Include="Images\Guides\Loading-New-Thread.gif" /> <Resource Include="Images\Guides\Replacing-the-Thread.gif" /> </ItemGroup> + <ItemGroup> + <Resource Include="Images\temperature-red.png" /> + <Resource Include="Images\temperature-yellow.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> |
