mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-25 07:01:07 +03:00
Moved to VS 2012 + Added support to Windows Phone
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<Application
|
||||
x:Class="STPWPDemo.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" xmlns:System="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<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 Resources-->
|
||||
<Application.Resources>
|
||||
<System:Double x:Key="PhoneFontSizeNormal" >25</System:Double>
|
||||
</Application.Resources>
|
||||
|
||||
</Application>
|
||||
Reference in New Issue
Block a user