|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="..\..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
|
4 | 4 | <Import Project="..\..\..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" />
|
5 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
68 | 68 | <SpecificVersion>False</SpecificVersion>
|
69 | 69 | <HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6179.26854-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
|
70 | 70 | </Reference>
|
71 |
| - <Reference Include="Microsoft.Azure.Test.HttpRecorder"> |
| 71 | + <Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
72 | 72 | <SpecificVersion>False</SpecificVersion>
|
73 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.6.7-preview\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath> |
| 73 | + <HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.7.0\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath> |
| 74 | + <Private>True</Private> |
74 | 75 | </Reference>
|
75 | 76 | <Reference Include="Microsoft.CSharp" />
|
76 | 77 | <Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
80 | 81 | <Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
81 | 82 | <HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
|
82 | 83 | </Reference>
|
83 |
| - <Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
84 |
| - <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath> |
| 84 | + <Reference Include="Microsoft.Rest.ClientRuntime"> |
| 85 | + <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.8\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath> |
| 86 | + <Private>True</Private> |
| 87 | + </Reference> |
| 88 | + <Reference Include="Microsoft.Rest.ClientRuntime.Azure"> |
| 89 | + <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.7\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath> |
85 | 90 | <Private>True</Private>
|
86 | 91 | </Reference>
|
87 | 92 | <Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
88 |
| - <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath> |
| 93 | + <SpecificVersion>False</SpecificVersion> |
| 94 | + <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.12\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath> |
| 95 | + <Private>True</Private> |
| 96 | + </Reference> |
| 97 | + <Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework"> |
| 98 | + <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.6.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath> |
89 | 99 | <Private>True</Private>
|
90 | 100 | </Reference>
|
91 | 101 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
92 |
| - <SpecificVersion>False</SpecificVersion> |
93 | 102 | <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
| 103 | + <Private>True</Private> |
94 | 104 | </Reference>
|
95 | 105 | <Reference Include="System" />
|
96 | 106 | <Reference Include="System.Core" />
|
|
151 | 161 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
152 | 162 | </None>
|
153 | 163 | <None Include="SessionRecords\**\*.json">
|
154 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 164 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
155 | 165 | </None>
|
156 | 166 | </ItemGroup>
|
157 | 167 | <ItemGroup>
|
|
0 commit comments