﻿<?xml version="1.0" encoding="utf-8"?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
  <Library Name="*UnityEngine*">
    <Assembly Name="UnityEngine" Dynamic="Required All" />
    <Assembly Name="UnityEngineProxy" Dynamic="Required All" />
    <Assembly Name="WinRTBridge" Dynamic="Required All" />
    <Type Name="UnityEngine.MonoBehaviour">
        <Subtypes Dynamic="Required All" />
    </Type>
    <Type Name="UnityEngine.IUnitySerializable">
        <Subtypes Dynamic="Required All" />
    </Type>
    <Type Name="UnityEngine.Object">
        <Subtypes Dynamic="Required All" />
    </Type>
    <Type Name="System.Exception">
        <Subtypes Browse="Public" />
    </Type>
    <Namespace Name="WinRTBridge" MarshalDelegate="Required All" />
    <Type Name="System.Collections.IEnumerator" Dynamic="Required Public" />
  </Library>
</Directives>