|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 11 | <RootNamespace>TestStack.BDDfy.Tests</RootNamespace>
|
12 | 12 | <AssemblyName>TestStack.BDDfy.Tests</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
16 | 16 | <RestorePackages>true</RestorePackages>
|
| 17 | + <TargetFrameworkProfile /> |
17 | 18 | </PropertyGroup>
|
18 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 20 | <DebugSymbols>true</DebugSymbols>
|
20 | 21 | <DebugType>full</DebugType>
|
21 | 22 | <Optimize>false</Optimize>
|
22 | 23 | <OutputPath>bin\Debug\</OutputPath>
|
23 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 24 | + <DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport>
|
25 | 26 | <WarningLevel>4</WarningLevel>
|
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 28 | </PropertyGroup>
|
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 30 | <DebugType>pdbonly</DebugType>
|
29 | 31 | <Optimize>true</Optimize>
|
30 | 32 | <OutputPath>bin\Release\</OutputPath>
|
31 |
| - <DefineConstants>TRACE</DefineConstants> |
| 33 | + <DefineConstants>TRACE;$(DefineConstants)</DefineConstants> |
32 | 34 | <ErrorReport>prompt</ErrorReport>
|
33 | 35 | <WarningLevel>4</WarningLevel>
|
34 | 36 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup>
|
36 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
|
37 | 40 | <DebugType>pdbonly</DebugType>
|
|
40 | 43 | <DefineConstants>TRACE</DefineConstants>
|
41 | 44 | <ErrorReport>prompt</ErrorReport>
|
42 | 45 | <WarningLevel>4</WarningLevel>
|
| 46 | + <Prefer32Bit>false</Prefer32Bit> |
43 | 47 | </PropertyGroup>
|
44 | 48 | <ItemGroup>
|
45 | 49 | <Reference Include="NSubstitute, Version=1.6.1.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
|
|
62 | 66 | <Compile Include="Arguments\ArgumentsProvidedForGiven.cs" />
|
63 | 67 | <Compile Include="Arguments\ArgumentsProvidedForThen.cs" />
|
64 | 68 | <Compile Include="Arguments\MultipleArgumentsProvidedForTheSameStep.cs" />
|
| 69 | + <Compile Include="Scanner\WhenStepScannerFactoryAsyncMethods.cs" /> |
65 | 70 | <Compile Include="Configuration\CustomProcessor.cs" />
|
66 | 71 | <Compile Include="Configuration\BatchProcessorsTests.cs" />
|
67 | 72 | <Compile Include="Configuration\ProcessorPipelineTests.cs" />
|
|
0 commit comments