|
17 | 17 | <FileAlignment>512</FileAlignment>
|
18 | 18 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
19 | 19 | <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
|
20 |
| - <PackageCertificateKeyFile>Files_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 20 | + <PackageCertificateKeyFile>FilesUwp.Package_TemporaryKey.pfx</PackageCertificateKeyFile> |
21 | 21 | <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
22 | 22 | <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
|
23 | 23 | <AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
|
24 | 24 | <AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
25 | 25 | <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
|
26 | 26 | <AppxPackageDir>C:\Users\Luke\Documents\Packages\</AppxPackageDir>
|
27 |
| - <PackageCertificateThumbprint>28AE037A1F13461E0372E31085451A86570D5A1B</PackageCertificateThumbprint> |
| 27 | + <PackageCertificateThumbprint>EDB926CA7770B2992722830C048F36DD5077691C</PackageCertificateThumbprint> |
28 | 28 | <AppxBundle>Never</AppxBundle>
|
29 | 29 | </PropertyGroup>
|
30 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
154 | 154 | <DependentUpon>YourHome.xaml</DependentUpon>
|
155 | 155 | </Compile>
|
156 | 156 | </ItemGroup>
|
157 |
| - <ItemGroup> |
158 |
| - <AppxManifest Include="Package.appxmanifest"> |
159 |
| - <SubType>Designer</SubType> |
160 |
| - </AppxManifest> |
161 |
| - </ItemGroup> |
162 | 157 | <ItemGroup>
|
163 | 158 | <Content Include="Assets\abstract_HeroImage.jpg" />
|
164 | 159 | <Content Include="Assets\Cards\Gradients\Blue.png" />
|
|
251 | 246 | <Version>2.1.190405004.1</Version>
|
252 | 247 | </PackageReference>
|
253 | 248 | </ItemGroup>
|
254 |
| - <ItemGroup> |
255 |
| - <None Include="Files_TemporaryKey.pfx" /> |
256 |
| - </ItemGroup> |
257 | 249 | <ItemGroup>
|
258 | 250 | <SDKReference Include="WindowsDesktop, Version=10.0.18362.0">
|
259 | 251 | <Name>Windows Desktop Extensions for the UWP</Name>
|
260 | 252 | </SDKReference>
|
261 | 253 | </ItemGroup>
|
| 254 | + <ItemGroup> |
| 255 | + <AppxManifest Include="Package.appxmanifest"> |
| 256 | + <SubType>Designer</SubType> |
| 257 | + </AppxManifest> |
| 258 | + </ItemGroup> |
| 259 | + <ItemGroup> |
| 260 | + <None Include="FilesUwp.Package_TemporaryKey.pfx" /> |
| 261 | + </ItemGroup> |
262 | 262 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
263 | 263 | <VisualStudioVersion>14.0</VisualStudioVersion>
|
264 | 264 | </PropertyGroup>
|
|
0 commit comments