Skip to content

Commit 7df8826

Browse files
committed
发布
1 parent bb216ef commit 7df8826

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ debug
55
packages
66
*.user
77
obj
8-
*.pfx
8+
*.pfx
9+
AppPackages
10+
BundleArtifacts
11+
/LiveWallpaper.App/Package.StoreAssociation.xml
12+
/LiveWallpaper.App/_pkginfo.txt

LiveWallpaper.App/LiveWallpaper.App.wapproj

+42
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,47 @@
6565
<PackageCertificateKeyFile>LiveWallpaper.App_StoreKey.pfx</PackageCertificateKeyFile>
6666
<EntryPointProjectUniqueName>..\LiveWallpaper\LiveWallpaper.csproj</EntryPointProjectUniqueName>
6767
<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>
68109
</PropertyGroup>
69110
<ItemGroup>
70111
<AppxManifest Include="Package.appxmanifest">
@@ -126,6 +167,7 @@
126167
<Content Include="Images\Wide\Wide310x150Logo.scale-150.png" />
127168
<Content Include="Images\Wide\Wide310x150Logo.scale-200.png" />
128169
<Content Include="Images\Wide\Wide310x150Logo.scale-400.png" />
170+
<None Include="Package.StoreAssociation.xml" />
129171
<None Include="LiveWallpaper.App_StoreKey.pfx" />
130172
</ItemGroup>
131173
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />

LiveWallpaper.App/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
3-
<Identity Name="24765mscoder.47921C962EDAD" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.0.0" />
3+
<Identity Name="24765mscoder.47921C962EDAD" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.1.0" />
44
<Properties>
55
<DisplayName>巨应动态壁纸</DisplayName>
66
<PublisherDisplayName>巨应工作室 MscoderStudio</PublisherDisplayName>

0 commit comments

Comments
 (0)