Skip to content

Commit 534a4c4

Browse files
committed
move files
1 parent 749b0cf commit 534a4c4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands.AnalysisServices.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
<Compile Include="Commands\SetAzureRmAnalysisServicesServer.cs" />
101101
<Compile Include="Commands\TestAzureRmAnalysisServicesServer.cs" />
102102
<Compile Include="Commands\NewAzureRmAnalysisServicesServer.cs" />
103-
<Compile Include="Commands\Models\AnalysisServicesClient.cs" />
104-
<Compile Include="Commands\Models\AnalysisServicesCmdletBase.cs" />
105-
<Compile Include="Commands\Models\AzureAnalysisServicesServer.cs" />
106-
<Compile Include="Commands\Models\ServerSku.cs" />
107-
<Compile Include="Commands\Models\StringOrByteArrayInstance.cs" />
103+
<Compile Include="Models\AnalysisServicesClient.cs" />
104+
<Compile Include="Models\AnalysisServicesCmdletBase.cs" />
105+
<Compile Include="Models\AzureAnalysisServicesServer.cs" />
106+
<Compile Include="Models\ServerSku.cs" />
107+
<Compile Include="Models\StringOrByteArrayInstance.cs" />
108108
<Compile Include="Properties\AssemblyInfo.cs" />
109109
<Compile Include="Properties\Resources.Designer.cs">
110110
<DependentUpon>Resources.resx</DependentUpon>
@@ -118,8 +118,8 @@
118118
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
119119
</None>
120120
<Content Include="Microsoft.Azure.Commands.AnalysisServices.dll-help.xml">
121-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
122-
</Content>
121+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
122+
</Content>
123123
<None Include="MSSharedLibKey.snk" />
124124
<None Include="packages.config">
125125
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)