PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/QFeedParser.Tests/QDFeedParser.Tests.csproj

#
MSBuild | 133 lines | 133 code | 0 blank | 0 comment | 0 complexity | 004b0ba845bcc9661c7e6dd78d523e2f 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BD45F191-799A-464D-8391-6CDBCDBC9115}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>QDFeedParser.Tests</RootNamespace>
  12. <AssemblyName>QDFeedParser.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\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>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Batch Build|AnyCPU'">
  39. <OutputPath>bin\Batch Build\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <Optimize>true</Optimize>
  42. <DebugType>pdbonly</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  46. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="ApprovalTests, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\Lib\ApprovalTests.dll</HintPath>
  52. </Reference>
  53. <Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\Lib\nunit.framework.dll</HintPath>
  56. </Reference>
  57. <Reference Include="nunit.mocks, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\Lib\nunit.mocks.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Core">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="AsyncTests\AsyncFileSysFeedFactoryTests.cs" />
  70. <Compile Include="AsyncTests\AsyncHttpFeedFactoryTests.cs" />
  71. <Compile Include="AsyncTests\AsyncMissingFileSysFeedFactoryTest.cs" />
  72. <Compile Include="AsyncTests\AsyncMissingHttpFeedFactoryTests.cs" />
  73. <Compile Include="BaseMultiTestCase.cs" />
  74. <Compile Include="Extensions\QDObjectToString.cs" />
  75. <Compile Include="FeedFactory\BaseFeedFactoryTests.cs" />
  76. <Compile Include="FeedFactory\Missing\BaseMissingFeedFactoryTest.cs" />
  77. <Compile Include="FeedFactory\Missing\FileSys\MissingFileSysFeedFactoryTests.cs" />
  78. <Compile Include="FeedFactory\Missing\Http\MissingHttpFeedFactoryTests.cs" />
  79. <Compile Include="FeedFactory\Valid\FileSys\FileFeedFactoryTestsAtom.cs" />
  80. <Compile Include="FeedFactory\Valid\FileSys\FileFeedFactoryTestsRss.cs" />
  81. <Compile Include="FeedFactory\Valid\Http\HttpFeedFactoryTestsAtom.cs" />
  82. <Compile Include="FeedFactory\Valid\Http\HttpFeedFactoryTestsRss.cs" />
  83. <Compile Include="KnownValueTestContainers.cs" />
  84. <Compile Include="Meta-Tests\TestKnownValueLoader.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="Serialization\FeedSerializationTests.cs" />
  87. <Compile Include="SyndicationFeed\BaseSyndicationFeedTest.cs" />
  88. <Compile Include="KnownValueTestLoader.cs" />
  89. <Compile Include="SyndicationFeed\Valid\AtomApprovalTest.cs" />
  90. <Compile Include="SyndicationFeed\Valid\AtomFeedTest.cs" />
  91. <Compile Include="SyndicationFeed\BaseKnownValueTest.cs" />
  92. <Compile Include="SyndicationFeed\Valid\AtomKnownValuesTests.cs" />
  93. <Compile Include="SyndicationFeed\Valid\RssApprovalTest.cs" />
  94. <Compile Include="SyndicationFeed\Valid\RssFeedTest.cs" />
  95. <Compile Include="SyndicationFeed\Valid\RssKnownValuesTests.cs" />
  96. <Compile Include="TestFileLoader.cs" />
  97. <Compile Include="Meta-Tests\TestFileTester.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Test Files\Missing\FileSys\MissingFiles.xml" />
  101. <Content Include="Test Files\Missing\HTTP\MissingURLs.xml" />
  102. <Content Include="Test Files\Valid\FileSys\Atom\GoogleNews-Atom.xml" />
  103. <Content Include="Test Files\Valid\FileSys\Atom\ScottGu-Atom.xml" />
  104. <Content Include="Test Files\Valid\FileSys\Atom\Ted-Atom.xml" />
  105. <Content Include="Test Files\Valid\FileSys\Atom\YouTube-Atom.xml" />
  106. <Content Include="Test Files\Valid\FileSys\RSS\Aaronontheweb-RSS.xml" />
  107. <Content Include="Test Files\Valid\FileSys\RSS\del.icio.us-RSS.xml" />
  108. <Content Include="Test Files\Valid\FileSys\RSS\HackerNews-RSS.xml" />
  109. <Content Include="Test Files\Valid\FileSys\RSS\TechCrunch-RSS.xml" />
  110. <Content Include="Test Files\Valid\HTTP\Atom.xml" />
  111. <Content Include="Test Files\Valid\HTTP\RSS.xml" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\QDFeedParser\QDFeedParser.csproj">
  115. <Project>{9276EC71-7DCA-4AAF-A4C2-F0B42964F4ED}</Project>
  116. <Name>QDFeedParser</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="app.config" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Folder Include="Test Files\Invalid\" />
  124. </ItemGroup>
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>