Files
win8phoneApp/CampusAppWP8/CampussAppWStore8/App.xaml
2013-08-26 15:09:18 +02:00

21 lines
763 B
XML

<Application
x:Class="CampussAppWStore8.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:CampussAppWStore8">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--
Stile, die allgemeine Aspekte von Aussehen und Verhalten der Plattform definieren
Erforderlich für Visual Studio-Projekt- und Elementvorlagen
-->
<ResourceDictionary Source="Common/StandardStyles.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>