File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 74
74
</Reference >
75
75
</ItemGroup >
76
76
<ItemGroup >
77
+ <Compile Include =" Class1.cs" />
77
78
<Compile Include =" Config\Hooks.cs" />
78
79
<Compile Include =" Features\Homepage.feature.cs" >
79
80
<AutoGen >True</AutoGen >
Original file line number Diff line number Diff line change
1
+ using System ;
2
+ using System . Collections . Generic ;
3
+ using System . Linq ;
4
+ using System . Text ;
5
+ using System . Threading . Tasks ;
6
+
7
+ namespace AAT
8
+ {
9
+ class Class1
10
+ {
11
+ }
12
+ }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <packages >
2
+ <packages >
3
3
<package id =" ImpromptuInterface" version =" 6.2.2" targetFramework =" net45" />
4
4
<package id =" NUnit" version =" 3.5.0" targetFramework =" net45" />
5
5
<package id =" Selenium.Firefox.WebDriver" version =" 0.11.1" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments