Last active
January 4, 2016 20:59
-
-
Save bogdanbujdea/8678045 to your computer and use it in GitHub Desktop.
App.xaml file with Caliburn.Micro Bootstrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Application | |
| x:Class="BudgetPlanner.WP8.App" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:wp8="clr-namespace:BudgetPlanner.WP8"> | |
| <Application.Resources> | |
| <local:LocalizedStrings xmlns:local="clr-namespace:BudgetPlanner.WP8" x:Key="LocalizedStrings"/> | |
| <wp8:AppBootstrapper x:Key="Bootstrapper"></wp8:AppBootstrapper> | |
| </Application.Resources> | |
| </Application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment