File: App.xaml

package info (click to toggle)
wordpress 4.1%2Bdfsg-1%2Bdeb8u17
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 79,116 kB
  • sloc: php: 132,248; cs: 6,126; sh: 494; xml: 59; makefile: 27
file content (8 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
<Application
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	x:Class="Moxiecode.Plupload.App">
	<Application.Resources>
		<!-- Resources scoped at the Application level should be defined here. -->
	</Application.Resources>
</Application>