forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.Peering.csproj
30 lines (28 loc) · 1.21 KB
/
Microsoft.Azure.Management.Peering.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
<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.Peering</PackageId>
<Description>Microsoft Azure Management Peering library</Description>
<AssemblyName>Microsoft.Azure.Management.Peering</AssemblyName>
<Version>1.0.1-preview</Version>
<PackageTags>Azure Peering;</PackageTags>
<PackageReleaseNotes>
<![CDATA[New features: Adding Peering Service operations. ]]>
</PackageReleaseNotes>
<PackageTags>Azure Peering;Peering_2019-09-01-preview;Peering_2019-09-01-preview;</PackageTags>
<PackageReleaseNotes>
<![CDATA[Added Prefix events]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Folder Include="Generated\" />
</ItemGroup>
<!-- 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>