Skip to content

Commit 15ce842

Browse files
author
REDMOND\v-ajnava
committed
Review changes
1 parent a6fad5a commit 15ce842

File tree

3 files changed

+6
-112
lines changed

3 files changed

+6
-112
lines changed

src/ResourceManager/EventHub/AzureRM.EventHubs.psd1

Lines changed: 0 additions & 109 deletions
This file was deleted.

src/ResourceManager/EventHub/Commands.EventHub/Commands.EventHub.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Prefer32Bit>false</Prefer32Bit>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
32-
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Websites\</OutputPath>
32+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Eventhub\</OutputPath>
3333
<DefineConstants>TRACE;SIGN</DefineConstants>
3434
<Optimize>true</Optimize>
3535
<DebugType>pdbonly</DebugType>
@@ -100,6 +100,10 @@
100100
</Reference>
101101
<Reference Include="System" />
102102
<Reference Include="System.Core" />
103+
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104+
<SpecificVersion>False</SpecificVersion>
105+
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
106+
</Reference>
103107
<Reference Include="System.Net" />
104108
<Reference Include="System.Net.Http" />
105109
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -117,7 +121,6 @@
117121
<Reference Include="Microsoft.CSharp" />
118122
<Reference Include="System.Data" />
119123
<Reference Include="System.Xml" />
120-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
121124
</ItemGroup>
122125
<ItemGroup>
123126
<Compile Include="Cmdlets\AzureEventHubsCmdletBase.cs" />
@@ -157,7 +160,7 @@
157160
<Compile Include="Properties\AssemblyInfo.cs" />
158161
</ItemGroup>
159162
<ItemGroup>
160-
<None Include="AzureRM.EventHub.psd1">
163+
<None Include="..\AzureRM.EventHub.psd1">
161164
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
162165
</None>
163166
<None Include="MSSharedLibKey.snk" />

0 commit comments

Comments
 (0)