Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Test/Rx/WindowsPhoneApp7/App.xaml')
-rw-r--r--Rx/NET/Test/Rx/WindowsPhoneApp7/App.xaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/Rx/NET/Test/Rx/WindowsPhoneApp7/App.xaml b/Rx/NET/Test/Rx/WindowsPhoneApp7/App.xaml
deleted file mode 100644
index 67177eb..0000000
--- a/Rx/NET/Test/Rx/WindowsPhoneApp7/App.xaml
+++ /dev/null
@@ -1,19 +0,0 @@
-<Application
- x:Class="WindowsPhoneApp7.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> \ No newline at end of file