diff options
| author | aunsane <aunsane@gmail.com> | 2018-04-27 21:33:17 +0300 |
|---|---|---|
| committer | aunsane <aunsane@gmail.com> | 2018-04-27 21:33:17 +0300 |
| commit | e1ec72eab6d00b3ba38e5932bc88920f103b6e4a (patch) | |
| tree | 999de2725a83e30fbbf6576200525d4ef0c5fe38 /protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml | |
| parent | b9ce1d4d98525490ca1a38e2d9fd4f3369adb3e0 (diff) | |
Telegram: initial commit
- tdlib moved to telegram dir
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml')
| -rw-r--r-- | protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml b/protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml new file mode 100644 index 0000000000..479eb7669d --- /dev/null +++ b/protocols/Telegram/tdlib/td/example/uwp/app/Properties/Default.rd.xml @@ -0,0 +1,31 @@ +<!-- + This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most + developers. However, you can modify these parameters to modify the behavior of the .NET Native + optimizer. + + Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919 + + 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" Seralize="All" /> +--> + +<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"> + <Application> + <!-- + An Assembly element with Name="*Application*" applies to all assemblies in + the application package. The asterisks are not wildcards. + --> + <Assembly Name="*Application*" Dynamic="Required All" /> + + + <!-- Add your application specific runtime directives here. --> + + + </Application> +</Directives>
\ No newline at end of file |
