|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" /> |
3 | 4 | <Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.props')" />
|
4 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 6 | <PropertyGroup>
|
|
40 | 41 | <Prefer32Bit>false</Prefer32Bit>
|
41 | 42 | </PropertyGroup>
|
42 | 43 | <ItemGroup>
|
| 44 | + <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
| 49 | + </Reference> |
43 | 50 | <Reference Include="PostSharp, Version=6.2.7.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
|
44 | 51 | <HintPath>..\..\packages\PostSharp.Redist.6.2.7\lib\net45\PostSharp.dll</HintPath>
|
45 | 52 | </Reference>
|
46 | 53 | <Reference Include="System" />
|
| 54 | + <Reference Include="System.ComponentModel.Composition" /> |
47 | 55 | <Reference Include="System.Core" />
|
| 56 | + <Reference Include="System.IO.Compression" /> |
| 57 | + <Reference Include="System.Numerics" /> |
| 58 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 60 | + </Reference> |
48 | 61 | <Reference Include="System.Xml.Linq" />
|
49 | 62 | <Reference Include="System.Data.DataSetExtensions" />
|
50 | 63 | <Reference Include="Microsoft.CSharp" />
|
|
54 | 67 | </ItemGroup>
|
55 | 68 | <ItemGroup>
|
56 | 69 | <Compile Include="AutoRetryAttribute.cs" />
|
| 70 | + <Compile Include="AutoRetryTest.cs" /> |
57 | 71 | <Compile Include="Program.cs" />
|
58 | 72 | <Compile Include="Properties\AssemblyInfo.cs" />
|
59 | 73 | </ItemGroup>
|
|
69 | 83 | </PropertyGroup>
|
70 | 84 | <Error Condition="!Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.props'))" />
|
71 | 85 | <Error Condition="!Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.targets'))" />
|
| 86 | + <Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props'))" /> |
| 87 | + <Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets'))" /> |
72 | 88 | </Target>
|
73 | 89 | <Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.targets')" />
|
| 90 | + <Import Project="..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" /> |
74 | 91 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
75 | 92 | Other similar extension points exist, see Microsoft.Common.targets.
|
76 | 93 | <Target Name="BeforeBuild">
|
|
0 commit comments