You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

250 lines
12 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AE5166CD-76B0-4911-BD80-CED9521F37A1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MongoDB.Driver</RootNamespace>
<AssemblyName>MongoDB.Driver</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Debug\MongoDB.Driver.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\Keys\TemporaryKeyPair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Builders\BuilderBase.cs" />
<Compile Include="Builders\CollectionOptionsBuilder.cs" />
<Compile Include="Builders\FieldsBuilder.cs" />
<Compile Include="Builders\GeoHaystackSearchOptionsBuilder.cs" />
<Compile Include="Builders\GeoNearOptionsBuilder.cs" />
<Compile Include="Builders\GroupByBuilder.cs" />
<Compile Include="Builders\IndexKeysBuilder.cs" />
<Compile Include="Builders\IndexOptionsBuilder.cs" />
<Compile Include="Builders\MapReduceOptionsBuilder.cs" />
<Compile Include="Builders\QueryBuilder.cs" />
<Compile Include="Builders\SortByBuilder.cs" />
<Compile Include="Builders\UpdateBuilder.cs" />
<Compile Include="Core\CommandResults\CollectionStatsResult.cs" />
<Compile Include="Core\CommandResults\CommandResult.cs" />
<Compile Include="Core\CommandResults\DatabaseStatsResult.cs" />
<Compile Include="Core\CommandResults\FindAndModifyResult.cs" />
<Compile Include="Core\CommandResults\GeoHaystackSearchResult.cs" />
<Compile Include="Core\CommandResults\GeoNearResult.cs" />
<Compile Include="Core\CommandResults\GetLastErrorResult.cs" />
<Compile Include="Core\CommandResults\GetProfilingLevelResult.cs" />
<Compile Include="Core\CommandResults\SafeModeResult.cs" />
<Compile Include="Core\CommandResults\ValidateCollectionResult.cs" />
<Compile Include="Core\ConnectWaitFor.cs" />
<Compile Include="Core\EvalFlags.cs" />
<Compile Include="Core\InsertFlags.cs" />
<Compile Include="Core\Interfaces\IMongoCollectionOptions.cs" />
<Compile Include="Core\Interfaces\IMongoCommand.cs" />
<Compile Include="Core\Interfaces\IMongoFields.cs" />
<Compile Include="Core\Interfaces\IMongoGeoHaystackSearchOptions.cs" />
<Compile Include="Core\Interfaces\IMongoGeoNearOptions.cs" />
<Compile Include="Core\Interfaces\IMongoGroupBy.cs" />
<Compile Include="Core\Interfaces\IMongoIndexKeys.cs" />
<Compile Include="Core\Interfaces\IMongoIndexOptions.cs" />
<Compile Include="Core\Interfaces\IMongoMapReduceOptions.cs" />
<Compile Include="Core\Interfaces\IMongoQuery.cs" />
<Compile Include="Core\Interfaces\IMongoScope.cs" />
<Compile Include="Core\Interfaces\IMongoSortBy.cs" />
<Compile Include="Core\Interfaces\IMongoUpdate.cs" />
<Compile Include="Core\MongoCollectionSettings.cs" />
<Compile Include="Core\MongoDatabaseSettings.cs" />
<Compile Include="Core\MongoDBRef.cs" />
<Compile Include="Core\MongoInsertOptions.cs" />
<Compile Include="Core\MongoServerBuildInfo.cs" />
<Compile Include="Core\MongoServerInstance.cs" />
<Compile Include="Core\MongoServerSettings.cs" />
<Compile Include="Core\MongoUrlBuilder.cs" />
<Compile Include="Core\MongoUser.cs" />
<Compile Include="Core\ProfilingLevel.cs" />
<Compile Include="Core\SystemProfileInfo.cs" />
<Compile Include="Core\Wrappers\BaseWrapper.cs" />
<Compile Include="Core\Wrappers\CollectionOptionsDocument.cs" />
<Compile Include="Core\Wrappers\CollectionOptionsWrapper.cs" />
<Compile Include="Core\Wrappers\CommandDocument.cs" />
<Compile Include="Core\Wrappers\CommandWrapper.cs" />
<Compile Include="Core\Wrappers\FieldsDocument.cs" />
<Compile Include="Core\Wrappers\FieldsWrapper.cs" />
<Compile Include="Core\Wrappers\GeoHaystackSearchOptionsDocument.cs" />
<Compile Include="Core\Wrappers\GeoHaystackSearchOptionsWrapper.cs" />
<Compile Include="Core\Wrappers\GeoNearOptionsDocument.cs" />
<Compile Include="Core\Wrappers\GeoNearOptionsWrapper.cs" />
<Compile Include="Core\Wrappers\GroupByDocument.cs" />
<Compile Include="Core\Wrappers\GroupByWrapper.cs" />
<Compile Include="Core\Wrappers\IndexKeysDocument.cs" />
<Compile Include="Core\Wrappers\IndexKeysWrapper.cs" />
<Compile Include="Core\Wrappers\IndexOptionsDocument.cs" />
<Compile Include="Core\Wrappers\IndexOptionsWrapper.cs" />
<Compile Include="Core\Wrappers\MapReduceOptionsDocument.cs" />
<Compile Include="Core\Wrappers\MapReduceOptionsWrapper.cs" />
<Compile Include="Core\Wrappers\QueryDocument.cs" />
<Compile Include="Core\Wrappers\QueryWrapper.cs" />
<Compile Include="Core\Wrappers\ScopeDocument.cs" />
<Compile Include="Core\Wrappers\ScopeWrapper.cs" />
<Compile Include="Core\Wrappers\SortByDocument.cs" />
<Compile Include="Core\Wrappers\SortByWrapper.cs" />
<Compile Include="Core\Wrappers\UpdateDocument.cs" />
<Compile Include="Core\Wrappers\UpdateWrapper.cs" />
<Compile Include="Exceptions\MongoAuthenticationException.cs" />
<Compile Include="Exceptions\MongoCommandException.cs" />
<Compile Include="Exceptions\MongoConnectionException.cs" />
<Compile Include="GridFS\MongoGridFSException.cs" />
<Compile Include="Exceptions\MongoInternalException.cs" />
<Compile Include="Exceptions\MongoQueryException.cs" />
<Compile Include="Exceptions\MongoSafeModeException.cs" />
<Compile Include="GridFS\MongoGridFSCreateOptions.cs" />
<Compile Include="Internal\DirectConnector.cs" />
<Compile Include="Internal\IndexCache.cs" />
<Compile Include="Core\MongoCursorEnumerator.cs" />
<Compile Include="Internal\MongoKillCursorsMessage.cs" />
<Compile Include="Internal\BlockingQueue.cs" />
<Compile Include="Internal\MongoConnection.cs" />
<Compile Include="Internal\MongoConnectionPool.cs" />
<Compile Include="Internal\MongoDeleteMessage.cs" />
<Compile Include="Internal\MongoGetMoreMessage.cs" />
<Compile Include="Internal\MongoInsertMessage.cs" />
<Compile Include="Internal\MongoMessage.cs" />
<Compile Include="Internal\MongoRequestMessage.cs" />
<Compile Include="Internal\MongoQueryMessage.cs" />
<Compile Include="Internal\MongoReplyMessage.cs" />
<Compile Include="Internal\MongoUpdateMessage.cs" />
<Compile Include="Internal\ReplicaSetConnector.cs" />
<Compile Include="Linq\MongoLinqFindQuery.cs" />
<Compile Include="Linq\MongoLinqExtensionMethods.cs" />
<Compile Include="Linq\MongoQueryable.cs" />
<Compile Include="Linq\MongoQueryProvider.cs" />
<Compile Include="Linq\MongoLinqTranslator.cs" />
<Compile Include="Linq\MongoLinqQuery.cs" />
<Compile Include="Linq\TypeSystem.cs" />
<Compile Include="MongoUtils.cs" />
<Compile Include="MongoDefaults.cs" />
<Compile Include="GridFS\MongoGridFS.cs" />
<Compile Include="GridFS\MongoGridFSFileInfo.cs" />
<Compile Include="GridFS\MongoGridFSSettings.cs" />
<Compile Include="GridFS\MongoGridFSStream.cs" />
<Compile Include="Core\MongoServerState.cs" />
<Compile Include="Core\QueryFlags.cs" />
<Compile Include="Internal\MessageOpcode.cs" />
<Compile Include="Internal\ResponseFlags.cs" />
<Compile Include="Core\MongoCollection.cs" />
<Compile Include="Core\MongoConnectionStringBuilder.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Core\MongoCredentials.cs" />
<Compile Include="Core\CommandResults\MapReduceResult.cs" />
<Compile Include="Core\MongoServer.cs" />
<Compile Include="Core\MongoCursor.cs" />
<Compile Include="Core\MongoDatabase.cs" />
<Compile Include="Exceptions\MongoException.cs" />
<Compile Include="Core\MongoServerAddress.cs" />
<Compile Include="Core\MongoUrl.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Core\RemoveFlags.cs" />
<Compile Include="Core\SafeMode.cs" />
<Compile Include="Core\UpdateFlags.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bson\Bson.csproj">
<Project>{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}</Project>
<Name>Bson</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Compile Include="Core\GetIndexesResult.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>