Skip to content

Commit fc6479f

Browse files
author
Klein Hu
committed
Bring back some csproj references to fix build issue.
1 parent 505ee39 commit fc6479f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning/Commands.MachineLearning.csproj

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,22 @@
8282
<SpecificVersion>False</SpecificVersion>
8383
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
8484
</Reference>
85-
<Reference Include="Microsoft.Azure.Commands.Resources.dll">
86-
<Private>true</Private>
87-
</Reference>
88-
<Reference Include="Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll">
89-
<Private>true</Private>
90-
</Reference>
91-
<Reference Include="Microsoft.Azure.Commands.ResourceManager.Common.dll">
92-
<Private>true</Private>
93-
</Reference>
94-
<Reference Include="Microsoft.WindowsAzure.Commands.Common.dll">
95-
<Private>true</Private>
96-
</Reference>
97-
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.dll">
98-
<Private>true</Private>
99-
</Reference>
85+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
86+
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
87+
<Name>Commands.Common.Authentication</Name>
88+
</ProjectReference>
89+
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
90+
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
91+
<Name>Commands.Common</Name>
92+
</ProjectReference>
93+
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
94+
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
95+
<Name>Commands.ResourceManager.Common</Name>
96+
</ProjectReference>
97+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
98+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
99+
<Name>Commands.Resources.Rest</Name>
100+
</ProjectReference>
100101
<Reference Include="System" />
101102
<Reference Include="System.Core" />
102103
<Reference Include="System.Net.Http" />

0 commit comments

Comments
 (0)