<Ui xmlns="http://www.blizzard.com/wow/ui/">
	<Button name="ELVUI_UNITTARGET" inherits="SecureUnitButtonTemplate" virtual="true">
		<Frames>
			<Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
				<Attributes>
					<Attribute name="unitsuffix" type="string" value="target"/>
					<Attribute name="useparent-unit" type="boolean" value="true"/>
					<Attribute name="type1" type="string" value="target"/>
					<Attribute name="initial-unitWatch" type="boolean" value="true"/>
				</Attributes>
			</Button>
		</Frames>
	</Button>

	<Button name="ELVUI_UNITPET" inherits="SecureUnitButtonTemplate" virtual="true">
		<Frames>
			<Button name="$parentPet" inherits="SecureUnitButtonTemplate">
				<Attributes>
					<Attribute name="unitsuffix" type="string" value="pet"/>
					<Attribute name="useparent-unit" type="boolean" value="true"/>
					<Attribute name="type1" type="string" value="target"/>
					<Attribute name="initial-unitWatch" type="boolean" value="true"/>
				</Attributes>
			</Button>
		</Frames>
	</Button>

	<Script file="UnitFrames.lua"/>
	<Script file="ConfigEnviroment.lua"/>
	<Include file="Elements\Load_Elements.xml"/>
	<Include file="Units\Load_Units.xml"/>
	<Include file="Groups\Load_Groups.xml"/>
</Ui>