PageRenderTime 57ms CodeModel.GetById 35ms RepoModel.GetById 1ms app.codeStats 0ms

/src/MongoDB.Driver.Tests/MongoDB.Driver.Tests.csproj

http://github.com/mongodb/mongo-csharp-driver
MSBuild | 251 lines | 244 code | 0 blank | 7 comment | 0 complexity | eefa75ab65655af7faa261d2bb64118b MD5 | raw file
Possible License(s): Apache-2.0
  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>{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MongoDB.Driver.Tests</RootNamespace>
  12. <AssemblyName>MongoDB.Driver.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <Prefer32Bit>false</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <SignAssembly>false</SignAssembly>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <AssemblyOriginatorKeyFile>..\Keys\TemporaryKeyPair.snk</AssemblyOriginatorKeyFile>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="FluentAssertions, Version=3.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\FluentAssertions.3.2.1\lib\net45\FluentAssertions.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="FluentAssertions.Core, Version=3.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\packages\FluentAssertions.3.2.1\lib\net45\FluentAssertions.Core.dll</HintPath>
  73. </Reference>
  74. <Reference Include="NSubstitute, Version=1.8.1.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\packages\NSubstitute.1.8.1.0\lib\net45\NSubstitute.dll</HintPath>
  77. </Reference>
  78. <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.configuration" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Runtime.Serialization">
  86. </Reference>
  87. <Reference Include="System.XML" />
  88. <Reference Include="System.Xml.Linq" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="..\MongoDB.Shared\GlobalAssemblyInfo.cs">
  92. <Link>Properties\GlobalAssemblyInfo.cs</Link>
  93. </Compile>
  94. <Compile Include="BulkWriteErrorTests.cs" />
  95. <Compile Include="FieldDefinitionTests.cs" />
  96. <Compile Include="FindFluentTests.cs" />
  97. <Compile Include="Linq\MongoQueryableTests.cs" />
  98. <Compile Include="Linq\Processors\PartialEvaluatorTests.cs" />
  99. <Compile Include="Linq\Translators\LegacyPredicateTranslatorTests.cs" />
  100. <Compile Include="Linq\IntegrationTestBase.cs" />
  101. <Compile Include="Linq\Translators\PredicateTranslatorTests.cs" />
  102. <Compile Include="PipelineDefinitionTests.cs" />
  103. <Compile Include="ProjectionDefinitionBuilderTests.cs" />
  104. <Compile Include="IndexKeysDefinitionBuilderTests.cs" />
  105. <Compile Include="SortDefinitionBuilderTests.cs" />
  106. <Compile Include="UpdateDefinitionBuilderTests.cs" />
  107. <Compile Include="FilterDefinitionBuilderTests.cs" />
  108. <Compile Include="IAggregateFluentExtensionsTests.cs" />
  109. <Compile Include="IFindFluentExtensionsTests.cs" />
  110. <Compile Include="IMongoCollectionExtensionsTests.cs" />
  111. <Compile Include="Linq\Translators\AggregateProjectionTranslatorTests_Group.cs" />
  112. <Compile Include="Linq\Translators\AggregateProjectionTranslatorTests_Project.cs" />
  113. <Compile Include="Linq\Translators\FindProjectionTranslatorTests.cs" />
  114. <Compile Include="Linq\Translators\ProjectedObjectDeserializerTests.cs" />
  115. <Compile Include="Linq\Translators\ProjectedObjectTests.cs" />
  116. <Compile Include="MongoWriteExceptionTests.cs" />
  117. <Compile Include="Samples\AggregationSample.cs" />
  118. <Compile Include="SetupFixture.cs" />
  119. <Compile Include="Specifications\crud\FindOneAndDeleteTest.cs" />
  120. <Compile Include="Specifications\crud\FindOneAndUpdateTest.cs" />
  121. <Compile Include="Specifications\crud\FindOneAndReplaceTest.cs" />
  122. <Compile Include="Specifications\crud\UpdateManyTest.cs" />
  123. <Compile Include="Specifications\crud\UpdateOneTest.cs" />
  124. <Compile Include="Specifications\crud\ReplaceOneTest.cs" />
  125. <Compile Include="Specifications\crud\InsertOneTest.cs" />
  126. <Compile Include="Specifications\crud\InsertManyTest.cs" />
  127. <Compile Include="Specifications\crud\DeleteOneTest.cs" />
  128. <Compile Include="Specifications\crud\DeleteManyTest.cs" />
  129. <Compile Include="Specifications\crud\FindTest.cs" />
  130. <Compile Include="Specifications\crud\DistinctTest.cs" />
  131. <Compile Include="Specifications\crud\CountTest.cs" />
  132. <Compile Include="Specifications\crud\AggregateTest.cs" />
  133. <Compile Include="Specifications\crud\ICrudOperationTest.cs" />
  134. <Compile Include="WriteModelTests.cs" />
  135. <Compile Include="BulkWriteResultTests.cs" />
  136. <Compile Include="ClusterKeyTests.cs" />
  137. <Compile Include="ClusterRegistryTests.cs" />
  138. <Compile Include="Communication\Security\PlainAuthenticationTests.cs" />
  139. <Compile Include="Communication\Security\GssapiAuthenticationTests.cs" />
  140. <Compile Include="GeoJsonObjectModel\GeoJson2DCoordinatesTests.cs" />
  141. <Compile Include="GeoJsonObjectModel\GeoJson2DGeographicCoordinatesTests.cs" />
  142. <Compile Include="GeoJsonObjectModel\GeoJson2DProjectedCoordinatesTests.cs" />
  143. <Compile Include="GeoJsonObjectModel\GeoJson3DCoordinatesTests.cs" />
  144. <Compile Include="GeoJsonObjectModel\GeoJson3DGeographicCoordinatesTests.cs" />
  145. <Compile Include="GeoJsonObjectModel\GeoJson3DProjectedCoordinatesTests.cs" />
  146. <Compile Include="GeoJsonObjectModel\GeoJsonFeatureCollectionTests.cs" />
  147. <Compile Include="GeoJsonObjectModel\GeoJsonFeatureTests.cs" />
  148. <Compile Include="GeoJsonObjectModel\GeoJsonGeometryCollectionTests.cs" />
  149. <Compile Include="GeoJsonObjectModel\GeoJsonLineStringTests.cs" />
  150. <Compile Include="GeoJsonObjectModel\GeoJsonLinkedCoordinateReferenceSystemTests.cs" />
  151. <Compile Include="GeoJsonObjectModel\GeoJsonMultiLineStringTests.cs" />
  152. <Compile Include="GeoJsonObjectModel\GeoJsonMultiPointTests.cs" />
  153. <Compile Include="GeoJsonObjectModel\GeoJsonMultiPolygonTests.cs" />
  154. <Compile Include="GeoJsonObjectModel\GeoJsonNamedCoordinateReferenceSystemTests.cs" />
  155. <Compile Include="GeoJsonObjectModel\GeoJsonPointTests.cs" />
  156. <Compile Include="GeoJsonObjectModel\GeoJsonPolygonTests.cs" />
  157. <Compile Include="Jira\CSharp624Tests.cs" />
  158. <Compile Include="MockOperationExecutor.cs" />
  159. <Compile Include="MongoClientSettingsTests.cs" />
  160. <Compile Include="MongoCollectionImplTests.cs" />
  161. <Compile Include="MongoDatabaseImplTests.cs" />
  162. <Compile Include="MongoClientTests.cs" />
  163. <Compile Include="MongoCollectionSettingsTests.cs" />
  164. <Compile Include="MongoCredentialTests.cs" />
  165. <Compile Include="MongoDatabaseSettingsTests.cs" />
  166. <Compile Include="MongoDBRefTests.cs" />
  167. <Compile Include="MongoServerAddressTests.cs" />
  168. <Compile Include="MongoUrlBuilderTests.cs" />
  169. <Compile Include="MongoUrlTests.cs" />
  170. <Compile Include="SslSettingsTests.cs" />
  171. <Compile Include="Support\IndexMapTests.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs" />
  173. <Compile Include="MongoBulkWriteExceptionTests.cs" />
  174. <Compile Include="Specifications\crud\TestRunner.cs" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ProjectReference Include="..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
  178. <Project>{6ac4638e-ec69-46aa-b6aa-c5cf227d14ae}</Project>
  179. <Name>MongoDB.Bson.TestHelpers</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
  182. <Project>{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}</Project>
  183. <Name>MongoDB.Bson</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
  186. <Project>{26c8e1f2-d859-4ed0-a1a7-de0b32f81084}</Project>
  187. <Name>MongoDB.Driver.Core.TestHelpers</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
  190. <Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
  191. <Name>MongoDB.Driver.Core</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
  194. <Project>{89b92fff-4126-4d9a-93c8-2bd7e0cd82ff}</Project>
  195. <Name>MongoDB.Driver.TestHelpers</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
  198. <Project>{AE5166CD-76B0-4911-BD80-CED9521F37A1}</Project>
  199. <Name>MongoDB.Driver</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  204. <Visible>False</Visible>
  205. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  206. <Install>false</Install>
  207. </BootstrapperPackage>
  208. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  209. <Visible>False</Visible>
  210. <ProductName>.NET Framework 3.5 SP1</ProductName>
  211. <Install>true</Install>
  212. </BootstrapperPackage>
  213. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  214. <Visible>False</Visible>
  215. <ProductName>Windows Installer 3.1</ProductName>
  216. <Install>true</Install>
  217. </BootstrapperPackage>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <None Include="packages.config" />
  221. <EmbeddedResource Include="Specifications\crud\tests\read\aggregate.json" />
  222. <EmbeddedResource Include="Specifications\crud\tests\read\count.json" />
  223. <EmbeddedResource Include="Specifications\crud\tests\read\distinct.json" />
  224. <EmbeddedResource Include="Specifications\crud\tests\read\find.json" />
  225. <EmbeddedResource Include="Specifications\crud\tests\write\deleteMany.json" />
  226. <EmbeddedResource Include="Specifications\crud\tests\write\deleteOne.json" />
  227. <EmbeddedResource Include="Specifications\crud\tests\write\findOneAndDelete.json" />
  228. <EmbeddedResource Include="Specifications\crud\tests\write\findOneAndReplace.json" />
  229. <EmbeddedResource Include="Specifications\crud\tests\write\findOneAndUpdate.json" />
  230. <EmbeddedResource Include="Specifications\crud\tests\write\insertMany.json" />
  231. <EmbeddedResource Include="Specifications\crud\tests\write\insertOne.json" />
  232. <EmbeddedResource Include="Specifications\crud\tests\write\replaceOne.json" />
  233. <EmbeddedResource Include="Specifications\crud\tests\write\updateMany.json" />
  234. <EmbeddedResource Include="Specifications\crud\tests\write\updateOne.json" />
  235. <None Include="testcert.pfx">
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </None>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  241. </ItemGroup>
  242. <ItemGroup />
  243. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  244. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  245. Other similar extension points exist, see Microsoft.Common.targets.
  246. <Target Name="BeforeBuild">
  247. </Target>
  248. <Target Name="AfterBuild">
  249. </Target>
  250. -->
  251. </Project>