Sha256: 41a01813b3395ac57a1f3af8149967965b4bf1e2a10da553e9cb0b243d847d6f

Contents?: true

Size: 821 Bytes

Versions: 74

Compression:

Stored size: 821 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>
    </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

74 entries across 74 versions & 1 rubygems

Version Path
rhodes-5.5.18 platform/wp7/rhodes/App.xaml
rhodes-5.5.17 platform/wp7/rhodes/App.xaml
rhodes-5.5.15 platform/wp7/rhodes/App.xaml
rhodes-5.5.0.22 platform/wp7/rhodes/App.xaml
rhodes-5.5.2 platform/wp7/rhodes/App.xaml
rhodes-5.5.0.7 platform/wp7/rhodes/App.xaml
rhodes-5.5.0.3 platform/wp7/rhodes/App.xaml
rhodes-5.5.0 platform/wp7/rhodes/App.xaml
rhodes-3.5.1.12 platform/wp7/rhodes/App.xaml
rhodes-3.3.5 platform/wp7/rhodes/App.xaml
rhodes-3.4.2 platform/wp7/rhodes/App.xaml
rhodes-3.3.4 platform/wp7/rhodes/App.xaml
rhodes-3.3.3 platform/wp7/rhodes/App.xaml
rhodes-3.3.3.beta.4 platform/wp7/rhodes/App.xaml
rhodes-3.3.3.beta.3 platform/wp7/rhodes/App.xaml
rhodes-3.3.3.beta.2 platform/wp7/rhodes/App.xaml
rhodes-3.3.3.beta.1 platform/wp7/rhodes/App.xaml
rhodes-3.3.2 platform/wp7/rhodes/App.xaml
rhodes-3.3.2.beta.7 platform/wp7/rhodes/App.xaml
rhodes-3.3.2.beta.6 platform/wp7/rhodes/App.xaml