diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-27 18:23:54 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-27 18:23:54 +0300 |
| commit | 19c3ce7f77cd4a78c5438db2d4385e5daaad4624 (patch) | |
| tree | ddbef98d8f9b54a90c6d2dad7bc69af1d3f5d24f /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | |
| parent | 17ab19a3bf8d06b210bc6dc8d3af735a15b26df7 (diff) | |
| download | Tango-19c3ce7f77cd4a78c5438db2d4385e5daaad4624.tar.gz Tango-19c3ce7f77cd4a78c5438db2d4385e5daaad4624.zip | |
PPC. Added icons to Overview.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 13 |
1 files changed, 12 insertions, 1 deletions
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 ea6532b3d..d22ac9e74 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 @@ -492,6 +492,7 @@ <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <Resource Include="Images\GlobalStatus\ready-to-dye.png" /> + <Resource Include="Images\Overview Icons\Sensors.png" /> <Resource Include="Images\user-profile.png" /> <Resource Include="Images\warning-test.png" /> <EmbeddedResource Include="Properties\Resources.resx"> @@ -585,6 +586,16 @@ <Resource Include="Images\Menu\Power_image.png" /> <Resource Include="Manifests\eureka.xml" /> <Resource Include="Icon.ico" /> + <Resource Include="Images\Overview Icons\Error.png" /> + <Resource Include="Images\Overview Icons\Feeder2.png" /> + <Resource Include="Images\Overview Icons\Feeder3.png" /> + <Resource Include="Images\Overview Icons\Inks.png" /> + <Resource Include="Images\Overview Icons\Feeder1.png" /> + <Resource Include="Images\Overview Icons\Normal.png" /> + <Resource Include="Images\Overview Icons\UpdateInk.png" /> + <Resource Include="Images\Overview Icons\Warning.png" /> + <Resource Include="Images\Overview Icons\Waste.png" /> + <Resource Include="Images\Overview Icons\Feeder4.png" /> <Content Include="Manifests\release.xml" /> <Content Include="Manifests\debug.xml" /> <None Include="firmware_package.tfp"> @@ -915,7 +926,7 @@ if $(ConfigurationName) == Debug "rc.exe" "$(TargetPath)" --set-version-string " </PropertyGroup> <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 |
