9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >Microsoft.Azure.Commands.OperationalInsights</RootNamespace >
11
11
<AssemblyName >Microsoft.Azure.Commands.OperationalInsights</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<TargetFrameworkProfile />
15
15
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
59
59
</Reference >
60
60
<Reference Include =" Microsoft.Azure.Management.OperationalInsights, Version=0.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
61
61
<HintPath >..\..\..\packages\Microsoft.Azure.Management.OperationalInsights.0.18.0-preview\lib\net45\Microsoft.Azure.Management.OperationalInsights.dll</HintPath >
62
- <Private >True</Private >
63
62
</Reference >
64
63
<Reference Include =" Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65
64
<SpecificVersion >False</SpecificVersion >
66
65
<HintPath >..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath >
67
66
</Reference >
68
- <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
69
- <HintPath >..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath >
70
- <Private >True</Private >
71
- </Reference >
72
- <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
73
- <HintPath >..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath >
74
- <Private >True</Private >
75
- </Reference >
76
67
<Reference Include =" Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
77
68
<HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath >
78
69
<Private >True</Private >
79
70
</Reference >
80
- <Reference Include =" Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
81
- <HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.5\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath >
82
- <Private >True</Private >
83
- </Reference >
84
- <Reference Include =" Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
85
- <HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath >
86
- <Private >True</Private >
87
- </Reference >
88
71
<Reference Include =" Microsoft.WindowsAzure.Management" >
89
72
<HintPath >..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath >
90
73
</Reference >
230
213
<None Include =" Microsoft.Azure.Commands.OperationalInsights.dll-Help.psd1" >
231
214
<CopyToOutputDirectory >Never</CopyToOutputDirectory >
232
215
</None >
233
- <Content Include =" Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml" >
234
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
235
- <SubType >Designer</SubType >
236
- </Content >
237
216
<Content Include =" Microsoft.Azure.Commands.OperationalInsights.format.ps1xml" >
238
217
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
239
218
<SubType >Designer</SubType >
254
233
</EmbeddedResource >
255
234
</ItemGroup >
256
235
<ItemGroup >
257
- <ProjectReference Include =" ..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj" >
258
- <Project >{d3804b64-c0d3-48f8-82ec-1f632f833c9e }</Project >
259
- <Name >Commands.Common.Authentication</Name >
236
+ <ProjectReference Include =" ..\..\..\Common\Commands.Common.Authentication.Abstractions \Commands.Common.Authentication.Abstractions .csproj" >
237
+ <Project >{70527617-7598-4aef-b5bd-db9186b8184b }</Project >
238
+ <Name >Commands.Common.Authentication.Abstractions </Name >
260
239
</ProjectReference >
261
240
<ProjectReference Include =" ..\..\..\Common\Commands.Common\Commands.Common.csproj" >
262
241
<Project >{5ee72c53-1720-4309-b54b-5fb79703195f}</Project >
269
248
</ItemGroup >
270
249
<ItemGroup />
271
250
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
251
+ <Target Name =" AfterBuild" >
252
+ <ItemGroup >
253
+ <MarkdownFiles Include =" $(ProjectDir)help\*.*" />
254
+ </ItemGroup >
255
+ <Copy SourceFiles =" @(MarkdownFiles)" DestinationFolder =" $(OutputPath)\help\" ContinueOnError =" false" />
256
+ </Target >
272
257
</Project >
0 commit comments