PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/MultiTargeting/Silverlight/RealEstateListingViewer/App.xaml

#
XAML | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | f8a379e008225c25da117e336d965955 MD5 | raw file
  1. <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="RealEstateListingViewer.App"
  4. xmlns:local="clr-namespace:RealEstateListingViewer">
  5. <Application.Resources>
  6. <local:RealEstateListingViewer_Strings x:Key="LocStrs" />
  7. </Application.Resources>
  8. </Application>