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.
151 lines
6.6 KiB
151 lines
6.6 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>{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MongoDB.DriverOnlineTests</RootNamespace>
|
|
<AssemblyName>MongoDB.DriverOnlineTests</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>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization">
|
|
</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">
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dependencies\NUnit\lib\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\GlobalAssemblyInfo.cs">
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Core\CommandResults\CollectionStatsResultTests.cs" />
|
|
<Compile Include="Core\CommandResults\CommandResultTests.cs" />
|
|
<Compile Include="Core\CommandResults\DatabaseStatsResultTests.cs" />
|
|
<Compile Include="Core\CommandResults\GetLastErrorResultTests.cs" />
|
|
<Compile Include="Core\CommandResults\ValidateCollectionResultTests.cs" />
|
|
<Compile Include="Core\MongoCollectionTests.cs" />
|
|
<Compile Include="Core\MongoDatabaseTests.cs" />
|
|
<Compile Include="Core\MongoServerTests.cs" />
|
|
<Compile Include="GridFS\MongoGridFSStreamTests.cs" />
|
|
<Compile Include="GridFS\MongoGridFSTests.cs" />
|
|
<Compile Include="Jira\CSharp101Tests.cs" />
|
|
<Compile Include="Jira\CSharp103Tests.cs" />
|
|
<Compile Include="Jira\CSharp110Tests.cs" />
|
|
<Compile Include="Jira\CSharp111Tests.cs" />
|
|
<Compile Include="Jira\CSharp112Tests.cs" />
|
|
<Compile Include="Jira\CSharp130Tests.cs" />
|
|
<Compile Include="Jira\CSharp134Tests.cs" />
|
|
<Compile Include="Jira\CSharp163Tests.cs" />
|
|
<Compile Include="Jira\CSharp172Tests.cs" />
|
|
<Compile Include="Jira\CSharp198Tests.cs" />
|
|
<Compile Include="Jira\CSharp199Tests.cs" />
|
|
<Compile Include="Jira\CSharp215Tests.cs" />
|
|
<Compile Include="Jira\CSharp218Tests.cs" />
|
|
<Compile Include="Jira\CSharp230Tests.cs" />
|
|
<Compile Include="Jira\CSharp231Tests.cs" />
|
|
<Compile Include="Jira\CSharp247Tests.cs" />
|
|
<Compile Include="Jira\CSharp253Tests.cs" />
|
|
<Compile Include="Jira\CSharp258Tests.cs" />
|
|
<Compile Include="Jira\CSharp77Tests.cs" />
|
|
<Compile Include="Jira\CSharp92Tests.cs" />
|
|
<Compile Include="Jira\CSharp93Tests.cs" />
|
|
<Compile Include="Jira\CSharp98Tests.cs" />
|
|
<Compile Include="Jira\CSharp100Tests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Samples\MagicDiscriminatorTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Bson\Bson.csproj">
|
|
<Project>{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}</Project>
|
|
<Name>Bson</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Driver\Driver.csproj">
|
|
<Project>{AE5166CD-76B0-4911-BD80-CED9521F37A1}</Project>
|
|
<Name>Driver</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>
|
|
<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>
|