Skip to content

Commit 3deb7b3

Browse files
author
Vlad Cananau
committed
More cleanup to remove old WindowsAzure dependencies
1 parent b57f7b9 commit 3deb7b3

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

setup/azurecmdfiles.wxi

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -216,21 +216,6 @@
216216
<Component Id="cmpFC1EDBC4E5A1CFE03A7448C4104DA76C" Guid="*">
217217
<File Id="fil72CF49D485DD651BF78BA4CD97B8C113" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.Threading.Tasks.dll" />
218218
</Component>
219-
<Component Id="cmpD0D492E81DAF14865F379DEED39D4CCC" Guid="*">
220-
<File Id="filA513754B377A6991978D9130F4FA80A7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.WindowsAzure.Commands.Common.dll" />
221-
</Component>
222-
<Component Id="cmp8175C4E94616EED7737C165641DE334F" Guid="*">
223-
<File Id="fil840779B5C7DCFB3366EB35B454C0A155" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.WindowsAzure.Common.dll" />
224-
</Component>
225-
<Component Id="cmpC3EAB63D76D9557EE198BA20DB12CEC4" Guid="*">
226-
<File Id="fil44DA79757CA34C15EE613D4532016023" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.WindowsAzure.Common.NetFramework.dll" />
227-
</Component>
228-
<Component Id="cmpACCBA803EB6B6E900AE3DF41316529C2" Guid="*">
229-
<File Id="fil912743A76772BA86349A84FACB814435" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.WindowsAzure.Configuration.dll" />
230-
</Component>
231-
<Component Id="cmp64F04FA505D3F973AF9820DC8FAA9EDD" Guid="*">
232-
<File Id="fil9A57147601CC31FD18E5953936DC71D9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Microsoft.WindowsAzure.Storage.dll" />
233-
</Component>
234219
<Component Id="cmp44E89B2D80A19D72FA89C7D608DB29CD" Guid="*">
235220
<File Id="fil4291364EFB7C19BB366BA64EA2ADE928" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Dns\Newtonsoft.Json.dll" />
236221
</Component>
@@ -2533,11 +2518,6 @@
25332518
<ComponentRef Id="cmpFA18C959734EA8A70AB17740720CC80F" />
25342519
<ComponentRef Id="cmp5C1D230FF94C9B7319060CFC02DD547F" />
25352520
<ComponentRef Id="cmpFC1EDBC4E5A1CFE03A7448C4104DA76C" />
2536-
<ComponentRef Id="cmpD0D492E81DAF14865F379DEED39D4CCC" />
2537-
<ComponentRef Id="cmp8175C4E94616EED7737C165641DE334F" />
2538-
<ComponentRef Id="cmpC3EAB63D76D9557EE198BA20DB12CEC4" />
2539-
<ComponentRef Id="cmpACCBA803EB6B6E900AE3DF41316529C2" />
2540-
<ComponentRef Id="cmp64F04FA505D3F973AF9820DC8FAA9EDD" />
25412521
<ComponentRef Id="cmp44E89B2D80A19D72FA89C7D608DB29CD" />
25422522
<ComponentRef Id="cmp141D42BDB8731DFEFA2178E6F8BCE853" />
25432523
<ComponentRef Id="cmp82FA7DD3324428CED02DF16EE9F04523" />

src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@
8585
<SpecificVersion>False</SpecificVersion>
8686
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
8787
</Reference>
88-
<Reference Include="Microsoft.WindowsAzure.Common">
89-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
90-
</Reference>
9188
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
9289
<SpecificVersion>False</SpecificVersion>
9390
<HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>

src/ResourceManager/Dns/Commands.Dns.Test/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1414
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.12.111071459" targetFramework="net45" />
1515
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
16-
<package id="Microsoft.WindowsAzure.Management" version="4.0.1" targetFramework="net45" />
1716
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
1817
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
1918
<package id="xunit" version="1.9.2" targetFramework="net45" />

src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,6 @@
117117
<SpecificVersion>False</SpecificVersion>
118118
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
119119
</Reference>
120-
<Reference Include="Microsoft.WindowsAzure.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121-
<SpecificVersion>False</SpecificVersion>
122-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
123-
</Reference>
124-
<Reference Include="Microsoft.WindowsAzure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
125-
<SpecificVersion>False</SpecificVersion>
126-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.NetFramework.dll</HintPath>
127-
</Reference>
128-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
129-
<SpecificVersion>False</SpecificVersion>
130-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
131-
</Reference>
132-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
133-
<SpecificVersion>False</SpecificVersion>
134-
<HintPath>..\..\..\packages\WindowsAzure.Storage.4.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
135-
</Reference>
136120
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
137121
<SpecificVersion>False</SpecificVersion>
138122
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>

0 commit comments

Comments
 (0)