PageRenderTime 49ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/src/BddSelenium/BddSelenium.csproj

https://bitbucket.org/ctekempel/bddselenium
MSBuild | 117 lines | 110 code | 0 blank | 7 comment | 0 complexity | cf84ca840594d1d77ad8d631c7ba149c MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5C8D8E9F-0FED-4C72-938E-02AE7C3F0998}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BddSelenium</RootNamespace>
  12. <AssemblyName>BddSelenium</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="FluentAssertions">
  35. <HintPath>packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="TechTalk.SpecFlow">
  50. <HintPath>packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll</HintPath>
  51. </Reference>
  52. <Reference Include="WebDriver, Version=2.29.1.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>packages\Selenium.WebDriver.2.29.1\lib\net40\WebDriver.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Features\ABasicPage.feature.cs">
  59. <AutoGen>True</AutoGen>
  60. <DesignTime>True</DesignTime>
  61. <DependentUpon>ABasicPage.feature</DependentUpon>
  62. </Compile>
  63. <Compile Include="Features\LoadingAPage.feature.cs">
  64. <AutoGen>True</AutoGen>
  65. <DesignTime>True</DesignTime>
  66. <DependentUpon>LoadingAPage.feature</DependentUpon>
  67. </Compile>
  68. <Compile Include="Features\Ninemsn.feature.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>Ninemsn.feature</DependentUpon>
  72. </Compile>
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="StepDefinitions\Browser.cs" />
  75. <Compile Include="StepDefinitions\CellFactory.cs" />
  76. <Compile Include="StepDefinitions\Cells\FooterCell.cs" />
  77. <Compile Include="StepDefinitions\Cells\FormCell.cs" />
  78. <Compile Include="StepDefinitions\Cells\ElementCell.cs" />
  79. <Compile Include="StepDefinitions\Cells\HeadingCell.cs" />
  80. <Compile Include="StepDefinitions\Cells\ImageCell.cs" />
  81. <Compile Include="StepDefinitions\Cells\LinkCell.cs" />
  82. <Compile Include="StepDefinitions\Cells\ListCell.cs" />
  83. <Compile Include="StepDefinitions\Cells\OrderedListCell.cs" />
  84. <Compile Include="StepDefinitions\Cells\DivCell.cs" />
  85. <Compile Include="StepDefinitions\ICell.cs" />
  86. <Compile Include="StepDefinitions\Cells\PageCell.cs" />
  87. <Compile Include="StepDefinitions\Cells\NavigationCell.cs" />
  88. <Compile Include="StepDefinitions\PageSteps.cs" />
  89. <Compile Include="StepDefinitions\Cells\UnorderedListCell.cs" />
  90. <Compile Include="StepDefinitions\TestRun.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="App.config" />
  94. <None Include="Features\ABasicPage.feature">
  95. <Generator>SpecFlowSingleFileGenerator</Generator>
  96. <LastGenOutput>ABasicPage.feature.cs</LastGenOutput>
  97. </None>
  98. <None Include="Features\LoadingAPage.feature">
  99. <Generator>SpecFlowSingleFileGenerator</Generator>
  100. <LastGenOutput>LoadingAPage.feature.cs</LastGenOutput>
  101. </None>
  102. <None Include="Features\Ninemsn.feature">
  103. <Generator>SpecFlowSingleFileGenerator</Generator>
  104. <LastGenOutput>Ninemsn.feature.cs</LastGenOutput>
  105. </None>
  106. <None Include="packages.config" />
  107. </ItemGroup>
  108. <ItemGroup />
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>