9
9
<ProjectGuid >{EA66BF2C-4E5F-42FE-912C-B62AEB588308}</ProjectGuid >
10
10
<OutputType >Library</OutputType >
11
11
<AppDesignerFolder >Properties</AppDesignerFolder >
12
- <RootNamespace >Microsoft.Azure. Commands.NotificationHubs.Test</RootNamespace >
12
+ <RootNamespace >Commands.NotificationHubs.Test</RootNamespace >
13
13
<AssemblyName >Microsoft.Azure.Commands.NotificationHubs.Test</AssemblyName >
14
14
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
15
<FileAlignment >512</FileAlignment >
70
70
<Reference Include =" Microsoft.Azure.Management.Authorization" >
71
71
<HintPath >..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath >
72
72
</Reference >
73
- <Reference Include =" Microsoft.Azure.Management.NotificationHubs, Version=0.9 .0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
74
- <HintPath >..\..\..\packages\Microsoft.Azure.Management.NotificationHubs.0.1. 0-preview\lib\portable- net45+wp8+wpa81+win \Microsoft.Azure.Management.NotificationHubs.dll</HintPath >
73
+ <Reference Include =" Microsoft.Azure.Management.NotificationHubs, Version=2.0 .0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
74
+ <HintPath >..\..\..\packages\Microsoft.Azure.Management.NotificationHubs.2.0. 0-preview\lib\net45\Microsoft.Azure.Management.NotificationHubs.dll</HintPath >
75
75
<Private >True</Private >
76
76
</Reference >
77
77
<Reference Include =" Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
96
96
<HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath >
97
97
<Private >True</Private >
98
98
</Reference >
99
+ <Reference Include =" Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
100
+ <HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.2\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath >
101
+ <Private >True</Private >
102
+ </Reference >
99
103
<Reference Include =" Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
100
104
<HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.8-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath >
101
105
<Private >True</Private >
102
106
</Reference >
107
+ <Reference Include =" Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
108
+ <HintPath >..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.4.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath >
109
+ <Private >True</Private >
110
+ </Reference >
103
111
<Reference Include =" Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
104
112
<HintPath >..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath >
105
113
<Private >True</Private >
161
169
</ItemGroup >
162
170
<ItemGroup >
163
171
<Compile Include =" Properties\AssemblyInfo.cs" />
164
- <Compile Include =" ScenarioTests\NotificationHubServiceTests .cs" />
172
+ <Compile Include =" ScenarioTests\NHServiceTests .cs" />
165
173
<Compile Include =" ScenarioTests\TestBaseClass.cs" />
166
174
</ItemGroup >
167
175
<ItemGroup >
174
182
<None Include =" Resources\NewAuthorizationRule.json" >
175
183
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
176
184
</None >
177
- <None Include =" ScenarioTests\NotificationHubServiceTests .ps1" >
185
+ <None Include =" ScenarioTests\NHServiceTests .ps1" >
178
186
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
179
187
</None >
180
- <None Include =" SessionRecords\Microsoft.Azure. Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests \TestCRUDNamespace.json" >
188
+ <None Include =" SessionRecords\Commands.NotificationHubs.Test.NHServiceTests \TestCRUDNamespace.json" >
181
189
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
182
190
</None >
183
- <None Include =" SessionRecords\Microsoft.Azure. Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests \TestCRUDNamespaceAuth.json" >
191
+ <None Include =" SessionRecords\Commands.NotificationHubs.Test.NHServiceTests \TestCRUDNamespaceAuth.json" >
184
192
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
185
193
</None >
186
- <None Include =" SessionRecords\Microsoft.Azure. Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests \TestCRUDNHAuth.json" >
194
+ <None Include =" SessionRecords\Commands.NotificationHubs.Test.NHServiceTests \TestCRUDNHAuth.json" >
187
195
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
188
196
</None >
189
- <None Include =" SessionRecords\Microsoft.Azure. Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests \TestCRUDNotificationHub.json" >
197
+ <None Include =" SessionRecords\Commands.NotificationHubs.Test.NHServiceTests \TestCRUDNotificationHub.json" >
190
198
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
191
199
</None >
192
200
</ItemGroup >
200
208
</ItemGroup >
201
209
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
202
210
<Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
203
- </Project >
211
+ </Project >
0 commit comments