|
30 | 30 | <WarningLevel>4</WarningLevel>
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <ItemGroup>
|
33 |
| - <Reference Include="DocumentFormat.OpenXml, Version=2.7.2.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL"> |
34 |
| - <HintPath>..\packages\DocumentFormat.OpenXml.2.7.2\lib\net46\DocumentFormat.OpenXml.dll</HintPath> |
35 |
| - <Private>True</Private> |
36 |
| - </Reference> |
37 |
| - <Reference Include="ExcelDataReader, Version=3.1.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL"> |
38 |
| - <HintPath>..\packages\ExcelDataReader.3.1.0\lib\net45\ExcelDataReader.dll</HintPath> |
39 |
| - <Private>True</Private> |
40 |
| - </Reference> |
41 |
| - <Reference Include="ExcelDataReader.DataSet, Version=3.1.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL"> |
42 |
| - <HintPath>..\packages\ExcelDataReader.DataSet.3.1.0\lib\net45\ExcelDataReader.DataSet.dll</HintPath> |
43 |
| - <Private>True</Private> |
44 |
| - </Reference> |
45 |
| - <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> |
46 |
| - <EmbedInteropTypes>True</EmbedInteropTypes> |
47 |
| - <HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath> |
48 |
| - <Private>True</Private> |
49 |
| - </Reference> |
50 |
| - <Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
51 |
| - <HintPath>..\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath> |
52 |
| - <Private>True</Private> |
53 |
| - </Reference> |
54 | 33 | <Reference Include="System" />
|
55 | 34 | <Reference Include="System.Core" />
|
56 |
| - <Reference Include="System.Drawing" /> |
57 |
| - <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
58 |
| - <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath> |
59 |
| - <Private>True</Private> |
60 |
| - </Reference> |
61 |
| - <Reference Include="System.IO.Packaging, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
62 |
| - <HintPath>..\packages\System.IO.Packaging.4.3.0\lib\net46\System.IO.Packaging.dll</HintPath> |
63 |
| - <Private>True</Private> |
64 |
| - </Reference> |
65 | 35 | <Reference Include="System.Xml.Linq" />
|
66 | 36 | <Reference Include="System.Data.DataSetExtensions" />
|
67 | 37 | <Reference Include="Microsoft.CSharp" />
|
68 | 38 | <Reference Include="System.Data" />
|
69 | 39 | <Reference Include="System.Net.Http" />
|
70 | 40 | <Reference Include="System.Xml" />
|
71 |
| - <Reference Include="WebDriver, Version=3.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
72 |
| - <HintPath>..\packages\Selenium.WebDriver.3.4.0\lib\net40\WebDriver.dll</HintPath> |
73 |
| - <Private>True</Private> |
74 |
| - </Reference> |
75 |
| - <Reference Include="WebDriver.Support, Version=3.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
76 |
| - <HintPath>..\packages\Selenium.Support.3.4.0\lib\net40\WebDriver.Support.dll</HintPath> |
77 |
| - <Private>True</Private> |
78 |
| - </Reference> |
79 |
| - <Reference Include="WindowsBase" /> |
80 | 41 | </ItemGroup>
|
81 | 42 | <ItemGroup>
|
82 |
| - <Compile Include="BaseTest.cs" /> |
83 |
| - <Compile Include="Data\DataObject.cs" /> |
| 43 | + <Compile Include="Class1.cs" /> |
84 | 44 | <Compile Include="Properties\AssemblyInfo.cs" />
|
85 |
| - <Compile Include="Properties\Settings.Designer.cs"> |
86 |
| - <AutoGen>True</AutoGen> |
87 |
| - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
88 |
| - <DependentUpon>Settings.settings</DependentUpon> |
89 |
| - </Compile> |
90 |
| - <Compile Include="Smoke\Smoke.cs" /> |
91 |
| - </ItemGroup> |
92 |
| - <ItemGroup> |
93 |
| - <None Include="packages.config" /> |
94 |
| - <None Include="Properties\Settings.settings"> |
95 |
| - <Generator>SettingsSingleFileGenerator</Generator> |
96 |
| - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
97 |
| - </None> |
98 | 45 | </ItemGroup>
|
99 | 46 | <ItemGroup>
|
100 | 47 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
101 | 48 | </ItemGroup>
|
102 |
| - <Import Project="..\Framework\Framework.projitems" Label="Shared" /> |
103 | 49 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
104 | 50 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
105 | 51 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments