forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.MixedReality.csproj
31 lines (27 loc) · 1.36 KB
/
Microsoft.Azure.Management.MixedReality.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.MixedReality</PackageId>
<Description>Microsoft Azure Management Library of Mixed Reality cloud services.</Description>
<Version>0.9.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.MixedReality</AssemblyName>
<PackageTags>mixed reality;spatial anchors</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is the client library of Mixed Reality Azure Resource Management API.
Operations could be performed by using this client library:
1. Create/Delete specified Spatial Anchors Account;
2. Retrieve/Regenerate developer keys of specified Spatial Anchors Account;
3. List all Spatial Anchors Account(s) in certain Resource Group or Subscription.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>