Sha256: f12ea8da9c6a6b3ac05703101bc5120813856ddaf0408069d89136c11c6b31a2

Contents?: true

Size: 905 Bytes

Versions: 18

Compression:

Stored size: 905 Bytes

Contents

<Application
    x:Class="rhodes.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone">

    <!--Application Resources-->
    <Application.Resources>
        <local:LocalizedStrings xmlns:local="clr-namespace:rhodes" x:Key="LocalizedStrings"/>
    </Application.Resources>

    <Application.ApplicationLifetimeObjects>
        <!--Required object that handles lifetime events for the application-->
        <shell:PhoneApplicationService
            Launching="Application_Launching" Closing="Application_Closing"
            Activated="Application_Activated" Deactivated="Application_Deactivated"/>
    </Application.ApplicationLifetimeObjects>

</Application>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/wp8/rhodes/App.xaml
rhodes-7.5.1 platform/wp8/rhodes/App.xaml
rhodes-7.4.1 platform/wp8/rhodes/App.xaml
rhodes-7.1.17 platform/wp8/rhodes/App.xaml
rhodes-6.2.0 platform/wp8/rhodes/App.xaml
rhodes-6.0.11 platform/wp8/rhodes/App.xaml
rhodes-5.5.18 platform/wp8/rhodes/App.xaml
rhodes-5.5.17 platform/wp8/rhodes/App.xaml
rhodes-5.5.15 platform/wp8/rhodes/App.xaml
rhodes-5.5.0.22 platform/wp8/rhodes/App.xaml
rhodes-5.5.2 platform/wp8/rhodes/App.xaml
rhodes-5.5.0.7 platform/wp8/rhodes/App.xaml
rhodes-5.5.0.3 platform/wp8/rhodes/App.xaml
rhodes-5.5.0 platform/wp8/rhodes/App.xaml
tauplatform-1.0.3 platform/wp8/rhodes/App.xaml
tauplatform-1.0.2 platform/wp8/rhodes/App.xaml
tauplatform-1.0.1 platform/wp8/rhodes/App.xaml
rhodes-3.5.1.12 platform/wp8/rhodes/App.xaml