forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.StorSimple1200Series.csproj
30 lines (28 loc) · 1.37 KB
/
Microsoft.Azure.Management.StorSimple1200Series.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="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Storsimple1200series</PackageId>
<Description>Microsoft Azure Management Storsimple 1200 series library</Description>
<AssemblyName>Microsoft.Azure.Management.StorSimple1200Series</AssemblyName>
<Version>1.0.0</Version>
<PackageTags>Microsoft Azure StorSimple1200Series management;StorSimple1200Series;StorSimple;StorSimple1200Series management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure StorSimple 1200 Series SDK.
]]>
</PackageReleaseNotes>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
<RootNamespace>Microsoft.Azure.Management.StorSimple1200Series</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
</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>