summaryrefslogtreecommitdiff
path: root/src/YalpClients/WebClient/Properties/AppManifest.xml
diff options
context:
space:
mode:
authorZippy <rattenbiss@gmx.de>2009-12-27 13:44:45 +0100
committerZippy <rattenbiss@gmx.de>2009-12-27 13:44:45 +0100
commit01cf83532d3a749a4705f763f805fc363f53a4fd (patch)
treeca9df6fd2539b276a966e2c6eea4ee71d1520059 /src/YalpClients/WebClient/Properties/AppManifest.xml
parenta17dacd5c86ca386bfe69c809f62b65ce54087b4 (diff)
initial silverlight - webapp import
Signed-off-by: Zippy <rattenbiss@gmx.de>
Diffstat (limited to 'src/YalpClients/WebClient/Properties/AppManifest.xml')
-rw-r--r--src/YalpClients/WebClient/Properties/AppManifest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/YalpClients/WebClient/Properties/AppManifest.xml b/src/YalpClients/WebClient/Properties/AppManifest.xml
new file mode 100644
index 0000000..2e175fc
--- /dev/null
+++ b/src/YalpClients/WebClient/Properties/AppManifest.xml
@@ -0,0 +1,16 @@
+<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+>
+ <Deployment.Parts>
+ </Deployment.Parts>
+
+ <!-- Uncomment the markup and update the fields below to make your application offline enabled
+ <Deployment.ApplicationIdentity>
+ <ApplicationIdentity
+ ShortName="Out of Browser Silverlight Application"
+ Title="Window Title of Your Silverlight Application">
+ <ApplicationIdentity.Blurb>Description of your Silverlight application</ApplicationIdentity.Blurb>
+ </ApplicationIdentity>
+ </Deployment.ApplicationIdentity>
+ -->
+</Deployment>