mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Adjust store path
This commit is contained in:
parent
a583490713
commit
ba75434020
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<ResourcesDirectory>..\Calculator.Shared\Strings</ResourcesDirectory>
|
<ResourcesDirectory>..\Calculator.Shared\Strings</ResourcesDirectory>
|
||||||
<LangVersion>7.3</LangVersion>
|
<LangVersion>7.3</LangVersion>
|
||||||
<AndroidKeyStore>true</AndroidKeyStore>
|
<AndroidKeyStore>true</AndroidKeyStore>
|
||||||
<AndroidSigningKeyStore>C:\s\nv.github\calculator-2\src\Calculator.Droid\calc-prod.keystore</AndroidSigningKeyStore>
|
<AndroidSigningKeyStore>calc-prod.keystore</AndroidSigningKeyStore>
|
||||||
<AndroidSigningKeyAlias>calc-prod</AndroidSigningKeyAlias>
|
<AndroidSigningKeyAlias>calc-prod</AndroidSigningKeyAlias>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -108,4 +108,4 @@
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue