include: Add Windows.Phone.PhoneContract api contract.
This commit is contained in:
parent
711cd500e7
commit
4a020b2fb6
1 changed files with 5 additions and 0 deletions
|
@ -30,4 +30,9 @@ namespace Windows {
|
|||
apicontract UniversalApiContract
|
||||
{};
|
||||
}
|
||||
namespace Phone {
|
||||
[contractversion(1)]
|
||||
apicontract PhoneContract
|
||||
{};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue