PageRenderTime 44ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/src/MongoDB.Driver.Examples/MongoDB.Driver.Examples.csproj

http://github.com/mongodb/mongo-csharp-driver
MSBuild | 107 lines | 100 code | 0 blank | 7 comment | 0 complexity | 3472e5526dfbe3e037c2e6fa6c0f7d15 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. <ProjectGuid>{0B7600F4-A343-4007-8977-933DBEFC0CC7}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>MongoDB.Driver.Examples</RootNamespace>
  10. <AssemblyName>MongoDB.Driver.Examples</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug\</OutputPath>
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="FluentAssertions">
  34. <HintPath>..\packages\FluentAssertions.3.2.1\lib\net45\FluentAssertions.dll</HintPath>
  35. </Reference>
  36. <Reference Include="FluentAssertions.Core, Version=3.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\packages\FluentAssertions.3.2.1\lib\net45\FluentAssertions.Core.dll</HintPath>
  39. </Reference>
  40. <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="AggregatePrimer.cs" />
  54. <Compile Include="AltersCollectionAttribute.cs" />
  55. <Compile Include="IndexesPrimer.cs" />
  56. <Compile Include="InsertPrimer.cs" />
  57. <Compile Include="PrimerTestFixture.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. <Compile Include="QueryPrimer.cs" />
  60. <Compile Include="RemovePrimer.cs" />
  61. <Compile Include="SetupFixture.cs" />
  62. <Compile Include="UpdatePrimer.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
  66. <Project>{6ac4638e-ec69-46aa-b6aa-c5cf227d14ae}</Project>
  67. <Name>MongoDB.Bson.TestHelpers</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
  70. <Project>{0e9a3a2a-49cd-4f6c-847c-dc79b4b65ce6}</Project>
  71. <Name>MongoDB.Bson</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
  74. <Project>{26c8e1f2-d859-4ed0-a1a7-de0b32f81084}</Project>
  75. <Name>MongoDB.Driver.Core.TestHelpers</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
  78. <Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
  79. <Name>MongoDB.Driver.Core</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
  82. <Project>{89b92fff-4126-4d9a-93c8-2bd7e0cd82ff}</Project>
  83. <Name>MongoDB.Driver.TestHelpers</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
  86. <Project>{ae5166cd-76b0-4911-bd80-ced9521f37a1}</Project>
  87. <Name>MongoDB.Driver</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="dataset.json" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  101. Other similar extension points exist, see Microsoft.Common.targets.
  102. <Target Name="BeforeBuild">
  103. </Target>
  104. <Target Name="AfterBuild">
  105. </Target>
  106. -->
  107. </Project>