aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-05-14 21:34:53 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-05-14 21:34:53 +0300
commitbaa65cb88df619c3df68bdf91e0e0476ca614998 (patch)
tree285bdba7a53fc3e4f4e282dac96f03bf58ff0b86 /Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
parentf42516c06b3bb1f4f2f05384a4c341ee423aed82 (diff)
downloadTango-baa65cb88df619c3df68bdf91e0e0476ca614998.tar.gz
Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.zip
Vector Fine Tuning - add dialog.
Related Work Items: #6536
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj57
1 files changed, 56 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
index af3531817..28d8ca5d1 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj
@@ -148,6 +148,9 @@
<Compile Include="Console\IConsoleEngineService.cs" />
<Compile Include="Controls\AsyncAdornerControl.cs" />
<Compile Include="Controls\ImageGalleryControl.cs" />
+ <Compile Include="Controls\MachineStatusControl.xaml.cs">
+ <DependentUpon>MachineStatusControl.xaml</DependentUpon>
+ </Compile>
<Compile Include="Controls\TwineCatalogControl.xaml.cs">
<DependentUpon>TwineCatalogControl.xaml</DependentUpon>
</Compile>
@@ -292,6 +295,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Controls\MachineStatusControl.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="Controls\MultiPieChart.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -517,6 +524,54 @@
<Resource Include="Images\cl-full.png" />
<Resource Include="Images\lubricant2.png" />
</ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\dyeing.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\dyeing_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\error.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\error_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\getting-ready.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\getting_ready_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\machine-off.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\machine_off_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\ready-to-dye.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\Ready_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\service.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\service_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\shutdown_icon_Anim.gif" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\shutting-down.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\standby.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\GlobalStatus\standby_Anim.gif" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -527,7 +582,7 @@
</Target>
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
+ <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file