wasCSharpSQLite – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
3  
4 <Identity Name="c60dfc4c-f824-4ce2-9baa-88b4824436ce"
5 Publisher="CN=TheAdmin"
6 Version="1.0.0.0" />
7  
8 <Properties>
9 <DisplayName>MetroSQLiteClientTest2</DisplayName>
10 <PublisherDisplayName>TheAdmin</PublisherDisplayName>
11 <Logo>Assets\StoreLogo.png</Logo>
12 </Properties>
13  
14 <Prerequisites>
15 <OSMinVersion>6.2.0</OSMinVersion>
16 <OSMaxVersionTested>6.2.0</OSMaxVersionTested>
17 </Prerequisites>
18  
19 <Resources>
20 <Resource Language="x-generate"/>
21 </Resources>
22  
23 <Applications>
24 <Application Id="App"
25 Executable="$targetnametoken$.exe"
26 EntryPoint="MetroSQLiteClientTest2.App">
27 <VisualElements
28 DisplayName="MetroSQLiteClientTest2"
29 Logo="Assets\Logo.png"
30 SmallLogo="Assets\SmallLogo.png"
31 Description="MetroSQLiteClientTest2"
32 ForegroundText="light"
33 BackgroundColor="#464646">
34 <DefaultTile ShowName="allLogos" />
35 <SplashScreen Image="Assets\SplashScreen.png" />
36 </VisualElements>
37 </Application>
38 </Applications>
39 <Capabilities>
40 <Capability Name="internetClient" />
41 </Capabilities>
42 </Package>