Files
linphone-tutorials/cs/00_hello_world/App.xaml
Anthony Gauchy 6d2e068f91 Hello world tutorial for LinphoneSDK x UWP
First step of a tutorial of how to use LinphoneSDK with Universal
Windows Platform
2020-12-10 17:20:19 +01:00

8 lines
243 B
XML

<Application
x:Class="_00_hello_world.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_00_hello_world">
</Application>