forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.Azure.Management.HealthcareApis.csproj
28 lines (25 loc) · 1.34 KB
/
Microsoft.Azure.Management.HealthcareApis.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
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.HealthcareApis</PackageId>
<Description>Provides management capabilities for Microsoft Azure Healthcare Apis.</Description>
<AssemblyTitle>Microsoft Azure Healthcare Apis Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.HealthcareApis</AssemblyName>
<Version>1.0.2</Version>
<RootNamespace>Microsoft.Azure.Management.HealthcareApis</RootNamespace>
<PackageTags>Microsoft Azure Healthcare Apis;HealthcareApis management;HealthcareApis;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1) Change: SDK changes required to refer to stable api version
]]></PackageReleaseNotes>
<PackageReleaseNotes>Management SDK for Healthcare APIs.</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>