11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Package xmlns =" http://schemas.microsoft.com/appx/2010/manifest" >
3-
4- <Identity Name =" 8c98d76b-4bb1-4ce5-9ab9-652eca513089"
5- Publisher =" CN=Troy"
6- Version =" 1.0.0.0" />
7-
2+ <Package xmlns =" http://schemas.microsoft.com/appx/2010/manifest" xmlns : m2 =" http://schemas.microsoft.com/appx/2013/manifest" >
3+ <Identity Name =" 8c98d76b-4bb1-4ce5-9ab9-652eca513089" Publisher =" CN=Troy" Version =" 1.0.0.0" />
84 <Properties >
95 <DisplayName >Yort.Ntp.WinRT.Tests</DisplayName >
106 <PublisherDisplayName >Troy</PublisherDisplayName >
117 <Logo >Images\UnitTestStoreLogo.png</Logo >
128 <Description >Yort.Ntp.WinRT.Tests</Description >
139 </Properties >
14-
1510 <Prerequisites >
1611 <OSMinVersion >6.3.0</OSMinVersion >
1712 <OSMaxVersionTested >6.3.0</OSMaxVersionTested >
1813 </Prerequisites >
19-
2014 <Resources >
21- <Resource Language =" x-generate" />
15+ <Resource Language =" x-generate" />
2216 </Resources >
23-
2417 <Applications >
25- <Application Id =" vstest.executionengine.App"
26- Executable =" vstest.executionengine.appcontainer.exe"
27- EntryPoint =" vstest.executionengine.App" >
28- <VisualElements
29- DisplayName =" NoUIEntryPoints"
30- Logo =" Images\UnitTestLogo.png"
31- SmallLogo =" Images\UnitTestSmallLogo.png"
32- Description =" vstest.executionengine.App"
33- ForegroundText =" light"
34- BackgroundColor =" #0084FF" >
35- <SplashScreen Image =" Images\UnitTestSplashScreen.png" />
36- </VisualElements >
18+ <Application Id =" vstest.executionengine.App" Executable =" vstest.executionengine.appcontainer.exe" EntryPoint =" vstest.executionengine.App" >
19+ <m2 : VisualElements DisplayName =" NoUIEntryPoints" Description =" vstest.executionengine.App" BackgroundColor =" #0084FF" ForegroundText =" light" Square150x150Logo =" Images\UnitTestLogo.png" Square30x30Logo =" Images\UnitTestSmallLogo.png" >
20+ <m2 : SplashScreen Image =" Images\UnitTestSplashScreen.png" />
21+ </m2 : VisualElements >
3722 </Application >
38-
39- <Application Id =" vstest.executionengine.x86.App"
40- Executable =" vstest.executionengine.appcontainer.x86.exe"
41- EntryPoint =" vstest.executionengine.x86.App" >
42- <VisualElements
43- DisplayName =" NoUIEntryPoints"
44- Logo =" Images\UnitTestLogo.png"
45- SmallLogo =" Images\UnitTestSmallLogo.png"
46- Description =" vstest.executionengine.x86.App"
47- ForegroundText =" light"
48- BackgroundColor =" #0084FF" >
49- <SplashScreen Image =" Images\UnitTestSplashScreen.png" />
50- </VisualElements >
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 >
5127 </Application >
5228 </Applications >
5329 <Capabilities >
5430 <Capability Name =" internetClient" />
31+ <Capability Name =" internetClientServer" />
5532 </Capabilities >
56- </Package >
33+ </Package >
0 commit comments