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

/releases/0.4.0.1/src/app/OFX.Aggregator.WebScraping.Implementation.BESnet/OFX.Aggregator.WebScraping.Implementation.BESnet.csproj

http://activestatement.codeplex.com
MSBuild | 77 lines | 70 code | 0 blank | 7 comment | 0 complexity | acd2bc5f45a8080ff138fbe262eccdf8 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1375C8AF-3567-46E3-A019-6FA7FCA42CF0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>OFX.Aggregator.WebScraping.Implementation.BESnet</RootNamespace>
  12. <AssemblyName>OFX.Aggregator.WebScraping.Implementation.BESnet</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkSubset>Client</TargetFrameworkSubset>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>$(SolutionDir)build\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>$(SolutionDir)build\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="HtmlPageProcessing\BESnetAccountHomePageProcessor.cs" />
  43. <Compile Include="HtmlPageProcessing\BESnetStatementPageProcessor.cs" />
  44. <Compile Include="HtmlPageProcessing\BESnetHomePageProcessor.cs" />
  45. <Compile Include="HtmlPageProcessing\BESnetPasswordPageProcessor.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ProjectReference Include="..\OFX.Aggregator.Infrastructure\OFX.Aggregator.Infrastructure.csproj">
  50. <Project>{20981784-27B9-4701-8E44-D18D5ADDDA55}</Project>
  51. <Name>OFX.Aggregator.Infrastructure</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="..\OFX.Aggregator.WebScraping.Infrastructure\OFX.Aggregator.WebScraping.Infrastructure.csproj">
  54. <Project>{8247FB84-708A-4F82-9E0C-E69BA4D8E563}</Project>
  55. <Name>OFX.Aggregator.WebScraping.Infrastructure</Name>
  56. </ProjectReference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Content Include="config\BESnetCCHtmlPageProcessors.config">
  60. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  61. </Content>
  62. <Content Include="config\BESnetCheckingHtmlPageProcessors.config">
  63. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  64. </Content>
  65. <Content Include="config\BESnetHtmlPageProcessors.config">
  66. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  67. </Content>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>