PageRenderTime 53ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/Tests/TechTalk.SpecFlow.GeneratorTests/Data/sampleCsProjectfile.csproj

http://github.com/techtalk/SpecFlow
MSBuild | 228 lines | 221 code | 0 blank | 7 comment | 0 complexity | 0e384b6dd7933f225d0a8b11a51943b5 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <ProjectGuid>{FAA2B575-765C-4925-B762-43734306CB2C}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Hacapp.Web.Tests.UI</RootNamespace>
  10. <AssemblyName>Hacapp.Web.Tests.UI</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FluentAssertions">
  39. <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FluentAssertions.Core">
  42. <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Newtonsoft.Json">
  65. <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Configuration" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Web" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="TechTalk.SpecFlow">
  80. <HintPath>..\packages\SpecFlow.1.9.3.5\lib\net35\TechTalk.SpecFlow.dll</HintPath>
  81. </Reference>
  82. <Reference Include="WebDriver">
  83. <HintPath>..\packages\Selenium.WebDriver.2.44.0\lib\net40\WebDriver.dll</HintPath>
  84. </Reference>
  85. <Reference Include="WebDriver.Support">
  86. <HintPath>..\packages\Selenium.Support.2.44.0\lib\net40\WebDriver.Support.dll</HintPath>
  87. </Reference>
  88. </ItemGroup>
  89. <Choose>
  90. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  91. <ItemGroup>
  92. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  93. </ItemGroup>
  94. </When>
  95. <Otherwise>
  96. <ItemGroup>
  97. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
  98. </ItemGroup>
  99. </Otherwise>
  100. </Choose>
  101. <ItemGroup>
  102. <Compile Include="Features\Login\SocialLogins.feature.cs">
  103. <DependentUpon>SocialLogins.feature</DependentUpon>
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. </Compile>
  107. <Compile Include="Features\WorkflowDefinition\CreateWorkflowDefinition.feature.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>CreateWorkflowDefinition.feature</DependentUpon>
  111. </Compile>
  112. <Compile Include="Features\WorkflowInstance\WorkflowInstance.feature.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>WorkflowInstance.feature</DependentUpon>
  116. </Compile>
  117. <Compile Include="MoreLinq\MoreEnumerable.MaxBy.cs" />
  118. <Compile Include="MoreLinq\MoreEnumerable.MinBy.cs" />
  119. <Compile Include="PageElements\Button.cs" />
  120. <Compile Include="PageElements\CheckBox.cs" />
  121. <Compile Include="PageElements\Div.cs" />
  122. <Compile Include="PageElements\DropDown.cs" />
  123. <Compile Include="PageElements\Header.cs" />
  124. <Compile Include="PageElements\Link.cs" />
  125. <Compile Include="PageElements\MultiSelect.cs" />
  126. <Compile Include="PageElements\PageElement.cs" />
  127. <Compile Include="PageElements\RadioButton.cs" />
  128. <Compile Include="PageElements\Table.cs" />
  129. <Compile Include="PageElements\TableCell.cs" />
  130. <Compile Include="PageElements\TextBox.cs" />
  131. <Compile Include="PageElements\TimePicker.cs" />
  132. <Compile Include="PageElements\ValidationSummary.cs" />
  133. <Compile Include="Browser.cs" />
  134. <Compile Include="CaptureScreenShots.cs" />
  135. <Compile Include="PageObjects\FacebookLoginPageObject.cs" />
  136. <Compile Include="PageObjects\GenericPage.cs" />
  137. <Compile Include="PageObjects\GoogleLoginPageObject.cs" />
  138. <Compile Include="PageObjects\LoginPageObject.cs" />
  139. <Compile Include="PageObjects\MicrosoftLoginPageObject.cs" />
  140. <Compile Include="PageObjects\NavBarPageObject.cs" />
  141. <Compile Include="PageObjects\Page.cs" />
  142. <Compile Include="PageObjects\SocialLoginPageObject.cs" />
  143. <Compile Include="PageObjects\TwitterLoginPageObject.cs" />
  144. <Compile Include="PageObjects\WorkflowDefinitionCreatePageObject.cs" />
  145. <Compile Include="PageObjects\WorkflowDefinitionsHomePageObject.cs" />
  146. <Compile Include="Steps\CleanUpSteps.cs" />
  147. <Compile Include="Steps\IUserCredentials.cs" />
  148. <Compile Include="Steps\NavBarSteps.cs" />
  149. <Compile Include="Steps\SeleniumContext.cs" />
  150. <Compile Include="Steps\TestSettings.cs" />
  151. <Compile Include="Steps\UiTestsSetup.cs" />
  152. <Compile Include="Steps\UserContext.cs" />
  153. <Compile Include="Steps\UserCredentials.cs" />
  154. <Compile Include="Steps\UserSteps.cs" />
  155. <Compile Include="Steps\WorkflowDefinitionCreateSteps.cs" />
  156. <Compile Include="Steps\WorkflowDefinitionHomeSteps.cs" />
  157. <Compile Include="Steps\WorkflowInstanceParametersPageObject.cs" />
  158. <Compile Include="Steps\WorkflowInstanceParameterSteps.cs" />
  159. <Compile Include="ValueToFind.cs" />
  160. <Compile Include="WaitFor.cs" />
  161. <Compile Include="WaitForElementFailedException.cs" />
  162. <Compile Include="WebDriverExtensions.cs" />
  163. <Compile Include="YesNoRadioButtonValue.cs" />
  164. <Compile Include="Steps\SocialLoginSteps.cs" />
  165. <Compile Include="Properties\AssemblyInfo.cs" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Content Include="app.config">
  169. <SubType>Designer</SubType>
  170. </Content>
  171. <None Include="Features\Login\SocialLogins.feature">
  172. <Generator>SpecFlowSingleFileGenerator</Generator>
  173. <LastGenOutput>SocialLogins.feature.cs</LastGenOutput>
  174. </None>
  175. <None Include="Features\WorkflowDefinition\CreateWorkflowDefinition.feature">
  176. <Generator>SpecFlowSingleFileGenerator</Generator>
  177. <LastGenOutput>CreateWorkflowDefinition.feature.cs</LastGenOutput>
  178. </None>
  179. <None Include="Features\WorkflowInstance\WorkflowInstance.feature">
  180. <Generator>SpecFlowSingleFileGenerator</Generator>
  181. <LastGenOutput>WorkflowInstance.feature.cs</LastGenOutput>
  182. </None>
  183. <None Include="packages.config" />
  184. <Compile Include="Steps\BrowserSelectionSteps.cs" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <ProjectReference Include="..\hacapp.core\Hacapp.Core.csproj">
  188. <Project>{38A957ED-6237-439D-93AC-220BFD7D0409}</Project>
  189. <Name>Hacapp.Core</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\Hacapp.Data.Azure\Hacapp.Data.Azure.csproj">
  192. <Project>{246EF4BD-4252-4371-A824-2CEAD1F51CFE}</Project>
  193. <Name>Hacapp.Data.Azure</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\Tests.Shared\Hacapp.Web.Tests.Shared.csproj">
  196. <Project>{125f3b68-898e-4d70-8055-754d13f56bf8}</Project>
  197. <Name>Hacapp.Web.Tests.Shared</Name>
  198. </ProjectReference>
  199. </ItemGroup>
  200. <ItemGroup />
  201. <Choose>
  202. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  203. <ItemGroup>
  204. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  205. <Private>False</Private>
  206. </Reference>
  207. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  208. <Private>False</Private>
  209. </Reference>
  210. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  211. <Private>False</Private>
  212. </Reference>
  213. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  214. <Private>False</Private>
  215. </Reference>
  216. </ItemGroup>
  217. </When>
  218. </Choose>
  219. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  220. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  221. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  222. Other similar extension points exist, see Microsoft.Common.targets.
  223. <Target Name="BeforeBuild">
  224. </Target>
  225. <Target Name="AfterBuild">
  226. </Target>
  227. -->
  228. </Project>