2
2
<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" />
4
4
<Import Project =" ..\..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition =" Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" />
5
- <Import Project =" ..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" />
6
5
<PropertyGroup >
7
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
7
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
102
101
<ItemGroup >
103
102
<Analyzer Include =" ..\..\packages\xunit.analyzers.0.7.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
104
103
</ItemGroup >
105
- <ItemGroup />
104
+ <ItemGroup >
105
+ <Folder Include =" ScreenShots\" />
106
+ </ItemGroup >
106
107
<Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
107
108
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108
109
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
109
110
<PropertyGroup >
110
111
<ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
111
112
</PropertyGroup >
112
- <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props'))" />
113
- <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets'))" />
114
113
<Error Condition =" !Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.props'))" />
115
114
<Error Condition =" !Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" />
116
115
<Error Condition =" !Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props'))" />
117
116
<Error Condition =" !Exists('..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets'))" />
118
117
</Target >
119
- <Import Project =" ..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" />
120
118
<Import Project =" ..\..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition =" Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" />
121
119
<Import Project =" ..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition =" Exists('..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" />
122
120
</Project >
0 commit comments