Skip to content

Commit 59da16f

Browse files
author
Samuel Anudeep
committed
Added Threading Tasks - csproj and wxi file changes
1 parent 0a94106 commit 59da16f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,6 +2556,9 @@
25562556
<Component Id="cmpF8AEF0C5D785D40AEC8F1BF4ACE4E939" Guid="*">
25572557
<File Id="filA708CDDEB8C8A8363E22F4C83953E14E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Rest.ClientRuntime.dll" />
25582558
</Component>
2559+
<Component Id="cmp0FB4C1F5BB0FB399774156C4B56696B8" Guid="*">
2560+
<File Id="fil4E1010AEBDF69B9DF75CE473426C64B7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Threading.Tasks.dll" />
2561+
</Component>
25592562
<Component Id="cmp7B84FC694FB5281CF08E6F1B41D07E12" Guid="*">
25602563
<File Id="filF61F62275153BB9F26EB1521CB9F8499" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.WindowsAzure.Commands.Common.dll" />
25612564
</Component>
@@ -6269,6 +6272,7 @@
62696272
<ComponentRef Id="cmp902DC2364C6FF451A60B4D115B5DC7A9" />
62706273
<ComponentRef Id="cmpDB3F89FCB6F69647096085E3C07D2EA7" />
62716274
<ComponentRef Id="cmpF8AEF0C5D785D40AEC8F1BF4ACE4E939" />
6275+
<ComponentRef Id="cmp0FB4C1F5BB0FB399774156C4B56696B8" />
62726276
<ComponentRef Id="cmp7B84FC694FB5281CF08E6F1B41D07E12" />
62736277
<ComponentRef Id="cmpF9EE1FA96DC6D8D178B61CD12160F541" />
62746278
<ComponentRef Id="cmp829F9EDD9A1D61A93ABE0F823CA9C181" />

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup/Commands.RecoveryServices.Backup.Cmdlets.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<SpecificVersion>False</SpecificVersion>
6464
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.5\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
6565
</Reference>
66+
<Reference Include="Microsoft.Threading.Tasks">
67+
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
68+
</Reference>
6669
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6770
<SpecificVersion>False</SpecificVersion>
6871
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

0 commit comments

Comments
 (0)