Skip to content

Commit 46edf80

Browse files
author
Ed Munoz
committed
Remove Compute --> Networking dependency
1 parent e1e3da1 commit 46edf80

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -159,18 +159,6 @@
159159
<Reference Include="System.Xml" />
160160
</ItemGroup>
161161
<ItemGroup>
162-
<Compile Include="..\..\Network\Commands.Network\NetworkSecurityGroup\Model\INetworkSecurityGroup.cs">
163-
<Link>Model\INetworkSecurityGroup.cs</Link>
164-
</Compile>
165-
<Compile Include="..\..\Network\Commands.Network\NetworkSecurityGroup\Model\NetworkSecurityGroupWithRules.cs">
166-
<Link>Model\NetworkSecurityGroupWithRules.cs</Link>
167-
</Compile>
168-
<Compile Include="..\..\Network\Commands.Network\NetworkSecurityGroup\Model\NetworkSecurityRule.cs">
169-
<Link>Model\NetworkSecurityRule.cs</Link>
170-
</Compile>
171-
<Compile Include="..\..\Network\Commands.Network\NetworkSecurityGroup\Model\SimpleNetworkSecurityGroup.cs">
172-
<Link>Model\SimpleNetworkSecurityGroup.cs</Link>
173-
</Compile>
174162
<Compile Include="AffinityGroups\GetAzureAffinityGroup.cs" />
175163
<Compile Include="AffinityGroups\NewAzureAffinityGroup.cs" />
176164
<Compile Include="AffinityGroups\RemoveAzureAffinityGroup.cs" />
@@ -251,7 +239,6 @@
251239
<Compile Include="IaaS\Network\AddAzureNetworkInterfaceConfig.cs" />
252240
<Compile Include="IaaS\Network\GetAzureInternalLoadBalancer.cs" />
253241
<Compile Include="IaaS\Network\GetAzureNetworkInterfaceConfig.cs" />
254-
<Compile Include="IaaS\Network\GetAzureNetworkSecurityGroupConfig.cs" />
255242
<Compile Include="IaaS\Network\NewAzureInternalLoadBalancerConfig.cs" />
256243
<Compile Include="IaaS\Network\RemoveAzureDns.cs" />
257244
<Compile Include="IaaS\Network\RemoveAzureInternalLoadBalancer.cs" />

src/ServiceManagement/Network/Commands.Network/Commands.Network.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
<Compile Include="Gateway\StopAzureVNetGatewayDiagnostics.cs" />
172172
<Compile Include="NetworkClient.cs" />
173173
<Compile Include="NetworkCmdletBase.cs" />
174+
<Compile Include="NetworkSecurityGroup\GetAzureNetworkSecurityGroupConfig.cs" />
174175
<Compile Include="Routes\GetAzureRouteTable.cs" />
175176
<Compile Include="Routes\GetAzureSubnetRouteTable.cs" />
176177
<Compile Include="Routes\Model\SubnetRouteTableContext.cs" />
@@ -197,10 +198,6 @@
197198
<Compile Include="NetworkSecurityGroup\Subnet\GetAzureNetworkSecurityGroupForSubnet.cs" />
198199
<Compile Include="NetworkSecurityGroup\Subnet\RemoveAzureNetworkSecurityGroupFromSubnet.cs" />
199200
<Compile Include="NetworkSecurityGroup\Utilities\NetworkSecurityGroupConfigurationBaseCmdlet.cs" />
200-
<Compile Include="..\..\Compute\Commands.ServiceManagement\Model\IPersistentVM.cs" />
201-
<Compile Include="..\..\Compute\Commands.ServiceManagement\Model\PersistentVM.cs" />
202-
<Compile Include="..\..\Compute\Commands.ServiceManagement\Model\PersistentVMRoleContext.cs" />
203-
<Compile Include="..\..\Compute\Commands.ServiceManagement\Model\ServiceOperationContext.cs" />
204201
<Compile Include="Properties\Resources.Designer.cs">
205202
<AutoGen>True</AutoGen>
206203
<DesignTime>True</DesignTime>
@@ -210,6 +207,14 @@
210207
<None Include="packages.config" />
211208
</ItemGroup>
212209
<ItemGroup>
210+
<ProjectReference Include="..\..\Services\Commands.Utilities\Commands.Utilities.csproj">
211+
<Project>{4900ec4e-8deb-4412-9108-0bc52f81d457}</Project>
212+
<Name>Commands.Utilities</Name>
213+
</ProjectReference>
214+
<ProjectReference Include="..\..\Compute\Commands.ServiceManagement\Commands.ServiceManagement.csproj">
215+
<Project>{E1CA72BA-8374-45F6-904D-FD34ECDF5B6F}</Project>
216+
<Name>Commands.ServiceManagement</Name>
217+
</ProjectReference>
213218
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Commands.Common.Storage.csproj">
214219
<Project>{65c3a86a-716d-4e7d-ab67-1db00b3bf72d}</Project>
215220
<Name>Commands.Common.Storage</Name>

0 commit comments

Comments
 (0)