diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-06-19 01:54:33 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-06-19 01:54:33 +0300 |
| commit | d100f0eab0fa25c861cbae2ced60afc5dfa8da6b (patch) | |
| tree | c9f5f37b59528def11fab39476ce451627a8e869 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj | |
| parent | 238beb908fc205fd30b97894095b8f1c1a4fb50b (diff) | |
| download | Tango-d100f0eab0fa25c861cbae2ced60afc5dfa8da6b.tar.gz Tango-d100f0eab0fa25c861cbae2ced60afc5dfa8da6b.zip | |
Job Failed Event Impl.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj index 540c33e1c..d82ad3cce 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Tango.PPC.Events.csproj @@ -72,6 +72,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="EventsViews\JobFailedEventView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="EventsViews\JobEventView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -97,12 +101,16 @@ <Compile Include="..\..\..\Versioning\GlobalVersionInfo.cs"> <Link>GlobalVersionInfo.cs</Link> </Compile> + <Compile Include="Converters\MachineEventToMachineTypeConverter.cs" /> <Compile Include="Converters\MachineEventToViewConverter.cs" /> <Compile Include="Enumerations\EventsSource.cs" /> <Compile Include="EventsModule.cs" /> <Compile Include="EventsViews\GeneralView.xaml.cs"> <DependentUpon>GeneralView.xaml</DependentUpon> </Compile> + <Compile Include="EventsViews\JobFailedEventView.xaml.cs"> + <DependentUpon>JobFailedEventView.xaml</DependentUpon> + </Compile> <Compile Include="EventsViews\JobEventView.xaml.cs"> <DependentUpon>JobEventView.xaml</DependentUpon> </Compile> @@ -191,6 +199,9 @@ <ItemGroup> <Resource Include="Images\machine_small.png" /> </ItemGroup> + <ItemGroup> + <Resource Include="Images\machine_small_X4.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> |
