|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>CodedUi.Generator.SpecFlowPlugin</RootNamespace> |
11 | 11 | <AssemblyName>CodedUi.Generator.SpecFlowPlugin</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
|
35 | 35 | <Prefer32Bit>false</Prefer32Bit> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
| 38 | + <Reference Include="Gherkin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=86496cfa5b4a5851, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\SpecFlow.CustomPlugin.2.1.0\lib\net45\Gherkin.dll</HintPath> |
| 40 | + <Private>True</Private> |
| 41 | + </Reference> |
38 | 42 | <Reference Include="System" /> |
39 | 43 | <Reference Include="System.Core" /> |
40 | 44 | <Reference Include="System.Xml.Linq" /> |
41 | 45 | <Reference Include="System.Data.DataSetExtensions" /> |
42 | 46 | <Reference Include="System.Data" /> |
43 | 47 | <Reference Include="System.Xml" /> |
44 | | - <Reference Include="TechTalk.SpecFlow, Version=1.9.0.77, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>..\packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll</HintPath> |
| 48 | + <Reference Include="TechTalk.SpecFlow, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\SpecFlow.2.1.0\lib\net45\TechTalk.SpecFlow.dll</HintPath> |
| 50 | + <Private>True</Private> |
47 | 51 | </Reference> |
48 | | - <Reference Include="TechTalk.SpecFlow.Generator, Version=1.9.0.77, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
49 | | - <SpecificVersion>False</SpecificVersion> |
50 | | - <HintPath>..\packages\SpecFlow.CustomPlugin.1.9.0\lib\net40\TechTalk.SpecFlow.Generator.dll</HintPath> |
| 52 | + <Reference Include="TechTalk.SpecFlow.Generator, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\SpecFlow.CustomPlugin.2.1.0\lib\net45\TechTalk.SpecFlow.Generator.dll</HintPath> |
| 54 | + <Private>True</Private> |
51 | 55 | </Reference> |
52 | | - <Reference Include="TechTalk.SpecFlow.Parser, Version=1.9.0.77, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
53 | | - <SpecificVersion>False</SpecificVersion> |
54 | | - <HintPath>..\packages\SpecFlow.CustomPlugin.1.9.0\lib\net40\TechTalk.SpecFlow.Parser.dll</HintPath> |
| 56 | + <Reference Include="TechTalk.SpecFlow.Parser, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\SpecFlow.CustomPlugin.2.1.0\lib\net45\TechTalk.SpecFlow.Parser.dll</HintPath> |
| 58 | + <Private>True</Private> |
55 | 59 | </Reference> |
56 | | - <Reference Include="TechTalk.SpecFlow.Utils, Version=1.9.0.77, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
57 | | - <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\packages\SpecFlow.CustomPlugin.1.9.0\lib\net40\TechTalk.SpecFlow.Utils.dll</HintPath> |
| 60 | + <Reference Include="TechTalk.SpecFlow.Utils, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\SpecFlow.CustomPlugin.2.1.0\lib\net45\TechTalk.SpecFlow.Utils.dll</HintPath> |
| 62 | + <Private>True</Private> |
59 | 63 | </Reference> |
60 | 64 | </ItemGroup> |
61 | 65 | <ItemGroup> |
|
0 commit comments