|
7 | 7 | <ProjectGuid>{D309DDB3-1E3B-428B-B00B-1257F2532079}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>NUnit_BrowserStack</RootNamespace> |
11 | | - <AssemblyName>NUnit-BrowserStack</AssemblyName> |
| 10 | + <RootNamespace>SingleTest</RootNamespace> |
| 11 | + <AssemblyName>SingleTest</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | </PropertyGroup> |
|
29 | 29 | <ErrorReport>prompt</ErrorReport> |
30 | 30 | <WarningLevel>4</WarningLevel> |
31 | 31 | </PropertyGroup> |
| 32 | + <PropertyGroup> |
| 33 | + <StartupObject /> |
| 34 | + </PropertyGroup> |
32 | 35 | <ItemGroup> |
33 | 36 | <Reference Include="BrowserStackLocal, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
34 | 37 | <HintPath>..\packages\BrowserStackLocal.0.2.0.0\lib\net45\BrowserStackLocal.dll</HintPath> |
35 | 38 | <Private>True</Private> |
36 | 39 | </Reference> |
| 40 | + <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\Mono.Cecil.dll</HintPath> |
| 42 | + <Private>False</Private> |
| 43 | + </Reference> |
| 44 | + <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\Mono.Cecil.Mdb.dll</HintPath> |
| 46 | + <Private>False</Private> |
| 47 | + </Reference> |
| 48 | + <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\Mono.Cecil.Pdb.dll</HintPath> |
| 50 | + <Private>False</Private> |
| 51 | + </Reference> |
| 52 | + <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\Mono.Cecil.Rocks.dll</HintPath> |
| 54 | + <Private>False</Private> |
| 55 | + </Reference> |
37 | 56 | <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
38 | 57 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
39 | 58 | <Private>False</Private> |
|
42 | 61 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
43 | 62 | <Private>False</Private> |
44 | 63 | </Reference> |
45 | | - <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
46 | | - <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 64 | + <Reference Include="nunit.engine, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\nunit.engine.dll</HintPath> |
| 66 | + <Private>False</Private> |
| 67 | + </Reference> |
| 68 | + <Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\nunit.engine.api.dll</HintPath> |
| 70 | + <Private>False</Private> |
| 71 | + </Reference> |
| 72 | + <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath> |
47 | 74 | <Private>True</Private> |
48 | 75 | </Reference> |
49 | 76 | <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
54 | 81 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
55 | 82 | <Private>False</Private> |
56 | 83 | </Reference> |
| 84 | + <Reference Include="NUnit3.TestAdapter, Version=3.4.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\NUnit3TestAdapter.3.4.0\lib\NUnit3.TestAdapter.dll</HintPath> |
| 86 | + <Private>False</Private> |
| 87 | + </Reference> |
57 | 88 | <Reference Include="System" /> |
| 89 | + <Reference Include="System.Configuration" /> |
58 | 90 | <Reference Include="System.Core" /> |
59 | 91 | <Reference Include="System.Drawing" /> |
60 | 92 | <Reference Include="System.Xml.Linq" /> |
|
63 | 95 | <Reference Include="System.Data" /> |
64 | 96 | <Reference Include="System.Net.Http" /> |
65 | 97 | <Reference Include="System.Xml" /> |
66 | | - <Reference Include="WebDriver, Version=2.53.0.0, Culture=neutral, processorArchitecture=MSIL"> |
67 | | - <HintPath>..\packages\Selenium.WebDriver.2.53.0\lib\net40\WebDriver.dll</HintPath> |
| 98 | + <Reference Include="WebDriver, Version=2.53.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 99 | + <HintPath>..\packages\Selenium.WebDriver.2.53.1\lib\net40\WebDriver.dll</HintPath> |
68 | 100 | <Private>True</Private> |
69 | 101 | </Reference> |
70 | 102 | </ItemGroup> |
71 | 103 | <ItemGroup> |
72 | | - <Compile Include="BrowserStackLocalTests.cs" /> |
73 | | - <Compile Include="BrowserStackTests.cs" /> |
| 104 | + <Compile Include="BrowserStackNUnitTest.cs" /> |
| 105 | + <Compile Include="LocalTest.cs" /> |
| 106 | + <Compile Include="ParallelTest.cs" /> |
| 107 | + <Compile Include="SingleTest.cs" /> |
74 | 108 | <Compile Include="Properties\AssemblyInfo.cs" /> |
75 | 109 | </ItemGroup> |
76 | 110 | <ItemGroup> |
| 111 | + <None Include="App.config"> |
| 112 | + <SubType>Designer</SubType> |
| 113 | + </None> |
77 | 114 | <None Include="packages.config" /> |
78 | 115 | </ItemGroup> |
79 | 116 | <ItemGroup> |
|
0 commit comments