diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-09 20:27:29 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-09 20:27:29 +0300 |
| commit | 23f4bd3bb2f7ff5e0814555efe1c6115f32c49c4 (patch) | |
| tree | 9fc86e45ca156e736f5bc9b17605677f8f4ea0c2 /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | |
| parent | 24b3ae08ee6da1350f31541cf4966958cfde8a74 (diff) | |
| download | Tango-23f4bd3bb2f7ff5e0814555efe1c6115f32c49c4.tar.gz Tango-23f4bd3bb2f7ff5e0814555efe1c6115f32c49c4.zip | |
Notifications list, GUI changes.
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 | 4 |
1 files changed, 3 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 7ed27a3ce..ec2e6b1a0 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 @@ -140,6 +140,7 @@ <DependentUpon>RunningJobViewerEureka.xaml</DependentUpon> </Compile> <Compile Include="Converters\AppBarItemConverter.cs" /> + <Compile Include="Converters\CollectionToCountConverter.cs" /> <Compile Include="Converters\ItemBaseConverter.cs" /> <Compile Include="Converters\LengthToWeightConverter.cs" /> <Compile Include="Converters\LengthWithSpoolsConverter.cs" /> @@ -553,6 +554,7 @@ <Resource Include="Images\Job Issues\ttime_left.png" /> <Resource Include="Images\Job Issues\thread_type.png" /> <Resource Include="Images\Job Issues\Events.png" /> + <Resource Include="Images\Job Issues\Machine outline.png" /> <Content Include="Manifests\release.xml" /> <Content Include="Manifests\debug.xml" /> <None Include="firmware_package.tfp"> @@ -877,7 +879,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 |
