diff options
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> |
