diff options
| author | Nicole Vreden <damba@slartibartfast.traut> | 2009-12-27 18:39:33 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@slartibartfast.traut> | 2009-12-27 18:39:33 +0100 |
| commit | 88eea903043e643204d1b9773ef40452fadfc56d (patch) | |
| tree | fa5aad2f4cea5889b67731c7299b401aa0a96f28 /src/YalpClients/WebClient/Properties/AppManifest.xml | |
| parent | 4a1cbbae8c3362b35ef828179b36b6bb650ae1a5 (diff) | |
| parent | 718a520c0faa92a357d0fb11e89ff4ea28bc63a3 (diff) | |
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
Diffstat (limited to 'src/YalpClients/WebClient/Properties/AppManifest.xml')
| -rw-r--r-- | src/YalpClients/WebClient/Properties/AppManifest.xml | 16 |
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> |
