Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Forked from VECTO / VECTO Sim
2604 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
App.xaml 895 B
<Application x:Class="HashingTool.App"
			xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
			xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<Application.Resources>
		<ResourceDictionary>
			<ResourceDictionary.MergedDictionaries>
				<ResourceDictionary Source="Resources/Icon_XML_outline.xaml" />
				<ResourceDictionary Source="Resources/Icon_XML_red.xaml" />
				<ResourceDictionary Source="Resources/Icon_XML_green1.xaml" />
				<ResourceDictionary Source="Resources/Icon_XML_green2.xaml" />
				<ResourceDictionary Source="Resources/Icon_XML_green.xaml" />
				<ResourceDictionary Source="Resources/Icon_OK.xaml" />
				<ResourceDictionary Source="Resources/Icon_NOK.xaml" />
				<ResourceDictionary Source="Resources/UserInterfaceResources.xaml" />
			</ResourceDictionary.MergedDictionaries>
		</ResourceDictionary>

	</Application.Resources>
</Application>