|
|
|
@ -18,7 +18,16 @@ |
|
|
|
|
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
|
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> |
|
|
|
|
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> |
|
|
|
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile> |
|
|
|
|
<PackageCertificateThumbprint>34F07191935587668733EE268F7AE9420FB35E64</PackageCertificateThumbprint> |
|
|
|
|
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
|
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> |
|
|
|
|
<AppxPackageDir>C:\Users\phkim\Desktop\UWP\</AppxPackageDir> |
|
|
|
|
<GenerateTestArtifacts>True</GenerateTestArtifacts> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms> |
|
|
|
|
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
@ -160,6 +169,9 @@ |
|
|
|
|
<Name>XamarinStudy</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="XamarinStudy.UWP_TemporaryKey.pfx" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|