|
11 | 11 | <AssemblyName>LessPass</AssemblyName>
|
12 | 12 | <DefaultLanguage>en-US</DefaultLanguage>
|
13 | 13 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
14 |
| - <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.16190.0</TargetPlatformVersion> |
15 |
| - <TargetPlatformMinVersion>10.0.10563.0</TargetPlatformMinVersion> |
| 14 | + <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.16299.0</TargetPlatformVersion> |
| 15 | + <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion> |
16 | 16 | <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
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>LessPass_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 20 | + <PackageCertificateKeyFile>LessPass_StoreKey.pfx</PackageCertificateKeyFile> |
| 21 | + <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
| 22 | + <AppxBundle>Auto</AppxBundle> |
| 23 | + <AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms> |
| 24 | + <PackageCertificateThumbprint>0D6470993577D5E4EDAE2CD3B03B677412FF65B1</PackageCertificateThumbprint> |
21 | 25 | </PropertyGroup>
|
22 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
23 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
86 | 90 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
87 | 91 | <ErrorReport>prompt</ErrorReport>
|
88 | 92 | <Prefer32Bit>true</Prefer32Bit>
|
89 |
| - <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
| 93 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
90 | 94 | </PropertyGroup>
|
91 | 95 | <PropertyGroup>
|
92 | 96 | <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
110 | 114 | <Content Include="Assets\Fonts\Nunito-Regular.ttf" />
|
111 | 115 | <Content Include="Assets\Fonts\Inconsolata-Regular.ttf" />
|
112 | 116 | <None Include="Assets\Logo.afdesign" />
|
| 117 | + <None Include="LessPass_StoreKey.pfx" /> |
113 | 118 | <None Include="LessPass_TemporaryKey.pfx" />
|
114 | 119 | <PRIResource Include="Strings\en-US\Resources.resw" />
|
115 | 120 | <PRIResource Include="Strings\fr-FR\Resources.resw" />
|
|
138 | 143 | <Content Include="Assets\StoreLogo.scale-400.png" />
|
139 | 144 | <Content Include="Assets\Wide310x150Logo.scale-100.png" />
|
140 | 145 | <Content Include="Assets\Wide310x150Logo.scale-400.png" />
|
| 146 | + <None Include="Package.StoreAssociation.xml"> |
| 147 | + <SubType>Designer</SubType> |
| 148 | + </None> |
141 | 149 | <Content Include="Properties\Default.rd.xml" />
|
142 | 150 | <Content Include="Assets\SplashScreen.scale-200.png" />
|
143 | 151 | <Content Include="Assets\Square150x150Logo.scale-200.png" />
|
|
156 | 164 | </ItemGroup>
|
157 | 165 | <ItemGroup>
|
158 | 166 | <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
159 |
| - <Version>5.4.0</Version> |
| 167 | + <Version>6.0.6</Version> |
160 | 168 | </PackageReference>
|
161 | 169 | </ItemGroup>
|
162 | 170 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
0 commit comments