<!--
    To fully enable reflection for App1.MyClass and all of its public/private members
    <Type Name="App1.MyClass" Dynamic="Required All"/>
    
    To enable dynamic creation of the specific instantiation of AppClass<T> over System.Int32
    <TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
    
    Using the Namespace directive to apply reflection policy to all the types in a particular namespace
    <Namespace Name="DataClasses.ViewModels" Serialize="All" />

    Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
-->

<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
  <Library Name="TimeUtilities">
      <Type Name="Time.Utilities.OneSettingsSettings" Serialize="Required All"/>
      <Type Name="Time.Utilities.OneSettingsResponse" Serialize="Required All"/>
  </Library>
</Directives>
