|
49 | 49 | <HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.0.26-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
|
50 | 50 | <Private>True</Private>
|
51 | 51 | </Reference>
|
52 |
| - <Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
53 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath> |
54 |
| - <Private>True</Private> |
55 |
| - </Reference> |
56 | 52 | <Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
57 | 53 | <HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.14.201151115\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
|
58 | 54 | <Private>True</Private>
|
|
61 | 57 | <HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.14.201151115\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
|
62 | 58 | <Private>True</Private>
|
63 | 59 | </Reference>
|
64 |
| - <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
65 |
| - <HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
66 |
| - <Private>True</Private> |
67 |
| - </Reference> |
68 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
69 |
| - <HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
70 |
| - <Private>True</Private> |
71 |
| - </Reference> |
72 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
73 |
| - <HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
74 |
| - <Private>True</Private> |
75 |
| - </Reference> |
76 | 60 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
77 | 61 | <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
78 | 62 | <Private>True</Private>
|
|
81 | 65 | <Reference Include="System.Core" />
|
82 | 66 | <Reference Include="System.Net" />
|
83 | 67 | <Reference Include="System.Net.Http" />
|
84 |
| - <Reference Include="System.Net.Http.Extensions, Version=2.2.22.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
85 |
| - <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
86 |
| - <Private>True</Private> |
87 |
| - </Reference> |
88 |
| - <Reference Include="System.Net.Http.Primitives, Version=4.2.22.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
89 |
| - <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
90 |
| - <Private>True</Private> |
91 |
| - </Reference> |
92 | 68 | <Reference Include="System.Net.Http.WebRequest" />
|
93 | 69 | <Reference Include="System.Xml.Linq" />
|
94 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
95 | 70 | <Reference Include="Microsoft.CSharp" />
|
96 |
| - <Reference Include="System.Data" /> |
97 | 71 | <Reference Include="System.Xml" />
|
98 | 72 | <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
99 | 73 | </ItemGroup>
|
|
111 | 85 | <None Include="packages.config" />
|
112 | 86 | <None Include="TestTheCmdLet.ps1" />
|
113 | 87 | </ItemGroup>
|
| 88 | + <ItemGroup> |
| 89 | + <Content Include="Microsoft.WindowsAzure.Commands.UsageAggregates.dll-help.xml"> |
| 90 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 91 | + </Content> |
| 92 | + </ItemGroup> |
114 | 93 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
115 | 94 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
116 | 95 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments