|
65 | 65 | <PackageCertificateKeyFile>LiveWallpaper.App_StoreKey.pfx</PackageCertificateKeyFile>
|
66 | 66 | <EntryPointProjectUniqueName>..\LiveWallpaper\LiveWallpaper.csproj</EntryPointProjectUniqueName>
|
67 | 67 | <PackageCertificateThumbprint>B0BD4AC1DAB1DBAC53360BA66FA3AD857E87A812</PackageCertificateThumbprint>
|
| 68 | + <GenerateAppInstallerFile>False</GenerateAppInstallerFile> |
| 69 | + <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> |
| 70 | + <AppxBundlePlatforms>x86|x64</AppxBundlePlatforms> |
| 71 | + <AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency> |
| 72 | + <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency> |
| 73 | + </PropertyGroup> |
| 74 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
| 75 | + <AppxBundle>Always</AppxBundle> |
| 76 | + </PropertyGroup> |
| 77 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUWP|x64'"> |
| 78 | + <AppxBundle>Always</AppxBundle> |
| 79 | + </PropertyGroup> |
| 80 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
| 81 | + <AppxBundle>Always</AppxBundle> |
| 82 | + </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUWP|AnyCPU'"> |
| 84 | + <AppxBundle>Always</AppxBundle> |
| 85 | + </PropertyGroup> |
| 86 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 87 | + <AppxBundle>Always</AppxBundle> |
| 88 | + </PropertyGroup> |
| 89 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUWP|x86'"> |
| 90 | + <AppxBundle>Always</AppxBundle> |
| 91 | + </PropertyGroup> |
| 92 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUWP|x86'"> |
| 93 | + <AppxBundle>Always</AppxBundle> |
| 94 | + </PropertyGroup> |
| 95 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUWP|x64'"> |
| 96 | + <AppxBundle>Always</AppxBundle> |
| 97 | + </PropertyGroup> |
| 98 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 99 | + <AppxBundle>Always</AppxBundle> |
| 100 | + </PropertyGroup> |
| 101 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUWP|AnyCPU'"> |
| 102 | + <AppxBundle>Always</AppxBundle> |
| 103 | + </PropertyGroup> |
| 104 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 105 | + <AppxBundle>Always</AppxBundle> |
| 106 | + </PropertyGroup> |
| 107 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 108 | + <AppxBundle>Always</AppxBundle> |
68 | 109 | </PropertyGroup>
|
69 | 110 | <ItemGroup>
|
70 | 111 | <AppxManifest Include="Package.appxmanifest">
|
|
126 | 167 | <Content Include="Images\Wide\Wide310x150Logo.scale-150.png" />
|
127 | 168 | <Content Include="Images\Wide\Wide310x150Logo.scale-200.png" />
|
128 | 169 | <Content Include="Images\Wide\Wide310x150Logo.scale-400.png" />
|
| 170 | + <None Include="Package.StoreAssociation.xml" /> |
129 | 171 | <None Include="LiveWallpaper.App_StoreKey.pfx" />
|
130 | 172 | </ItemGroup>
|
131 | 173 | <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
0 commit comments