summaryrefslogtreecommitdiff
path: root/ElmSharp.Test/tizen-manifest.xml
blob: 5067a8f0b6b95d538eb78d06659f613d6e4d51b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="ElmSharpTest" version="1.0.0">
	<profile name="common" />
	<ui-application appid="org.tizen.ElmSharp.Test"
					exec="ElmSharp.Test.exe"
					type="dotnet"
					multiple="false"
					taskmanage="true"
					launch_mode="single">
	<icon>ElmSharp.Test.png</icon>
	<label>ElmSharp.Test</label>
	</ui-application>
</manifest>