|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" /> |
| 4 | + <Import Project="..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" /> |
3 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 6 | <PropertyGroup>
|
5 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
36 | 38 | <Prefer32Bit>false</Prefer32Bit>
|
37 | 39 | </PropertyGroup>
|
38 | 40 | <ItemGroup>
|
| 41 | + <Reference Include="Microsoft.Azure.Utilities.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 42 | + </Reference> |
39 | 43 | <Reference Include="Hyak.Common">
|
40 | 44 | <HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
|
41 | 45 | </Reference>
|
|
79 | 83 | <SpecificVersion>False</SpecificVersion>
|
80 | 84 | <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.0.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
|
81 | 85 | </Reference>
|
82 |
| - <Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery"> |
83 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.4.0-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath> |
| 86 | + <Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 87 | + <SpecificVersion>False</SpecificVersion> |
| 88 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.5.0-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath> |
| 89 | + </Reference> |
| 90 | + <Reference Include="Microsoft.WindowsAzure.Testing, Version=1.0.5417.13285, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 91 | + <SpecificVersion>False</SpecificVersion> |
| 92 | + <HintPath>..\..\..\packages\Hydra.SpecTestSupport.1.0.5417.13285-prerelease\lib\net45\Microsoft.WindowsAzure.Testing.dll</HintPath> |
84 | 93 | </Reference>
|
85 | 94 | <Reference Include="Newtonsoft.Json">
|
86 | 95 | <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
108 | 117 | <Reference Include="Microsoft.CSharp" />
|
109 | 118 | <Reference Include="System.Data" />
|
110 | 119 | <Reference Include="System.Xml" />
|
111 |
| - <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
112 |
| - <SpecificVersion>False</SpecificVersion> |
113 |
| - <HintPath>..\..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath> |
| 120 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 121 | + <HintPath>..\..\..\packages\xunit.abstractions.2.0.0-beta5-build2785\lib\net35\xunit.abstractions.dll</HintPath> |
| 122 | + </Reference> |
| 123 | + <Reference Include="xunit.assert"> |
| 124 | + <HintPath>..\..\..\packages\xunit.assert.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10\xunit.assert.dll</HintPath> |
| 125 | + </Reference> |
| 126 | + <Reference Include="xunit.core"> |
| 127 | + <HintPath>..\..\..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll</HintPath> |
114 | 128 | </Reference>
|
115 | 129 | </ItemGroup>
|
116 | 130 | <ItemGroup>
|
|
119 | 133 | <Compile Include="Properties\AssemblyInfo.cs" />
|
120 | 134 | </ItemGroup>
|
121 | 135 | <ItemGroup>
|
122 |
| - <None Include="packages.config" /> |
| 136 | + <None Include="packages.config"> |
| 137 | + <SubType>Designer</SubType> |
| 138 | + </None> |
123 | 139 | <None Include="ScenarioTests\RecoveryServicesTests.ps1">
|
124 | 140 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
125 | 141 | </None>
|
126 | 142 | <None Include="ScenarioTests\vaultSettings.vaultcredentials">
|
127 | 143 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
128 | 144 | </None>
|
| 145 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesAzureNetworkMappingTest.json"> |
| 146 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 147 | + </None> |
| 148 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesCommitPFOTest.json"> |
| 149 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 150 | + </None> |
| 151 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesDisableProtectionTest.json"> |
| 152 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 153 | + </None> |
| 154 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesE2E_CreateAndAssociateTest.json"> |
| 155 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 156 | + </None> |
| 157 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesE2E_DeleteAndDissociateTest.json"> |
| 158 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 159 | + </None> |
| 160 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesEnableProtectionTest.json"> |
| 161 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 162 | + </None> |
129 | 163 | <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesEnumerationTests.json">
|
130 | 164 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
131 | 165 | </None>
|
| 166 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesFailbackTest.json"> |
| 167 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 168 | + </None> |
| 169 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesNetworkMappingTest.json"> |
| 170 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 171 | + </None> |
| 172 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesNetworkUnMappingTest.json"> |
| 173 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 174 | + </None> |
| 175 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesPFOTest.json"> |
| 176 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 177 | + </None> |
132 | 178 | <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesProtectionTests.json">
|
133 | 179 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
134 | 180 | </None>
|
| 181 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesRRAfterFailbackTest.json"> |
| 182 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 183 | + </None> |
| 184 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesRRAfterFailoverTest.json"> |
| 185 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 186 | + </None> |
| 187 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesStorageMappingTest.json"> |
| 188 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 189 | + </None> |
| 190 | + <None Include="SessionRecords\Microsoft.Azure.Commands.RecoveryServices.Test.ScenarioTests.RecoveryServicesTests\RecoveryServicesStorageUnMappingTest.json"> |
| 191 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 192 | + </None> |
135 | 193 | </ItemGroup>
|
136 | 194 | <ItemGroup>
|
137 | 195 | <ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
|
|
157 | 215 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
158 | 216 | </PropertyGroup>
|
159 | 217 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
| 218 | + <Error Condition="!Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props'))" /> |
| 219 | + <Error Condition="!Exists('..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props'))" /> |
160 | 220 | </Target>
|
161 | 221 | <Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
|
162 | 222 | <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
|
|
0 commit comments