~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Package.appxmanifest

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
 
3
  <Identity Name="A8B0D936-59D4-42B2-8044-E3920F5398BD" Publisher="CN=James" Version="1.0.0.0" />
 
4
  <Properties>
 
5
    <DisplayName>Newtonsoft.Json.Tests.WinRT</DisplayName>
 
6
    <PublisherDisplayName>James</PublisherDisplayName>
 
7
    <Logo>Images\UnitTestStoreLogo.png</Logo>
 
8
    <Description>Newtonsoft.Json.Tests.WinRT</Description>
 
9
  </Properties>
 
10
  <Prerequisites>
 
11
    <OSMinVersion>6.2</OSMinVersion>
 
12
    <OSMaxVersionTested>6.2</OSMaxVersionTested>
 
13
  </Prerequisites>
 
14
  <Resources>
 
15
    <Resource Language="x-generate" />
 
16
  </Resources>
 
17
  <Applications>
 
18
    <Application Id="vstest.executionengine.App" Executable="vstest.executionengine.appcontainer.exe" EntryPoint="vstest.executionengine.App">
 
19
      <VisualElements DisplayName="NoUIEntryPoints" Logo="Images\UnitTestLogo.png" SmallLogo="Images\UnitTestSmallLogo.png" Description="vstest.executionengine.App" ForegroundText="light" BackgroundColor="#0084FF">
 
20
        <SplashScreen Image="Images\UnitTestSplashScreen.png" />
 
21
      </VisualElements>
 
22
    </Application>
 
23
    <Application Id="vstest.executionengine.x86.App" Executable="vstest.executionengine.appcontainer.x86.exe" EntryPoint="vstest.executionengine.x86.App">
 
24
      <VisualElements DisplayName="NoUIEntryPoints" Logo="Images\UnitTestLogo.png" SmallLogo="Images\UnitTestSmallLogo.png" Description="vstest.executionengine.x86.App" ForegroundText="light" BackgroundColor="#0084FF">
 
25
        <SplashScreen Image="Images\UnitTestSplashScreen.png" />
 
26
      </VisualElements>
 
27
    </Application>
 
28
  </Applications>
 
29
</Package>
 
 
b'\\ No newline at end of file'