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.
|
|
<?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>{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>MongoDB.Bson</RootNamespace> <AssemblyName>MongoDB.Bson</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.Bson.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.ServiceModel"> <RequiredTargetFramework>3.0</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="BsonExtensionMethods.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonDateTimeOptionsAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonExtraElementsAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonRepresentationAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonSerializationOptionsAttribute.cs" /> <Compile Include="DefaultSerializer\Conventions\ExtraElementsMemberConventions.cs" /> <Compile Include="DefaultSerializer\SerializationOptions\DateTimeSerializationOptions.cs" /> <Compile Include="DefaultSerializer\SerializationOptions\DocumentSerializationOptions.cs" /> <Compile Include="DefaultSerializer\SerializationOptions\RepresentationSerializationOptions.cs" /> <Compile Include="Exceptions\TruncationException.cs" /> <Compile Include="IO\BsonBaseReader.cs" /> <Compile Include="IO\BsonDocumentReader.cs" /> <Compile Include="IO\BsonDocumentReaderBookmark.cs" /> <Compile Include="IO\BsonDocumentReaderContext.cs" /> <Compile Include="IO\BsonDocumentWriter.cs" /> <Compile Include="IO\BsonDocumentWriterContext.cs" /> <Compile Include="IO\ContextType.cs" /> <Compile Include="IO\JsonBuffer.cs" /> <Compile Include="IO\JsonReader.cs" /> <Compile Include="IO\JsonReaderBookmark.cs" /> <Compile Include="IO\JsonReaderContext.cs" /> <Compile Include="IO\JsonScanner.cs" /> <Compile Include="IO\BsonReaderBookmark.cs" /> <Compile Include="IO\JsonToken.cs" /> <Compile Include="ObjectModel\BsonUndefined.cs" /> <Compile Include="Serialization\IBsonSerializationOptions.cs" /> <Compile Include="Serialization\IdGenerators.cs" /> <Compile Include="DefaultSerializer\Conventions\ConventionProfile.cs" /> <Compile Include="DefaultSerializer\Conventions\IdGeneratorConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\DefaultValueConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\DiscriminatorConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\MemberFinderConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\SerializeDefaultValueConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\IgnoreIfNullConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\ElementNameConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\IdMemberConventions.cs" /> <Compile Include="DefaultSerializer\Conventions\IgnoreExtraElementsConventions.cs" /> <Compile Include="DefaultSerializer\Serializers\CollectionGenericSerializers.cs" /> <Compile Include="DefaultSerializer\Serializers\CollectionSerializers.cs" /> <Compile Include="DefaultSerializer\Serializers\DictionaryGenericSerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\DictionarySerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\NullableGenericSerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\ObjectSerializer.cs" /> <Compile Include="Exceptions\BsonInternalException.cs" /> <Compile Include="Exceptions\BsonSerializationException.cs" /> <Compile Include="IO\BsonBaseWriter.cs" /> <Compile Include="IO\BsonBinaryReaderBookmark.cs" /> <Compile Include="ObjectModel\IConvertibleToBsonDocument.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonDefaultValueAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonDiscriminatorAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonElementAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonIdAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonIgnoreAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonIgnoreExtraElementsAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonIgnoreIfNullAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonKnownTypesAttribute.cs" /> <Compile Include="DefaultSerializer\Attributes\BsonRequiredAttribute.cs" /> <Compile Include="DefaultSerializer\BsonClassMap.cs" /> <Compile Include="DefaultSerializer\BsonClassMapSerializer.cs" /> <Compile Include="DefaultSerializer\BsonMemberMap.cs" /> <Compile Include="ObjectModel\BsonArray.cs" /> <Compile Include="IO\BsonBinaryReader.cs" /> <Compile Include="IO\BsonBinaryReaderSettings.cs" /> <Compile Include="BsonDefaults.cs" /> <Compile Include="IO\JsonOutputMode.cs" /> <Compile Include="IO\JsonWriter.cs" /> <Compile Include="IO\JsonWriterSettings.cs" /> <Compile Include="ObjectModel\BsonBoolean.cs" /> <Compile Include="ObjectModel\BsonDateTime.cs" /> <Compile Include="ObjectModel\BsonDocumentWrapper.cs" /> <Compile Include="ObjectModel\BsonInt64.cs" /> <Compile Include="ObjectModel\BsonNull.cs" /> <Compile Include="ObjectModel\BsonBinaryData.cs" /> <Compile Include="ObjectModel\BsonJavaScriptWithScope.cs" /> <Compile Include="IO\BsonReader.cs" /> <Compile Include="IO\BsonReaderState.cs" /> <Compile Include="Serialization\BsonSerializer.cs" /> <Compile Include="ObjectModel\ObjectId.cs" /> <Compile Include="ObjectModel\BsonTypeMapper.cs" /> <Compile Include="BsonUtils.cs" /> <Compile Include="ObjectModel\BsonDouble.cs" /> <Compile Include="ObjectModel\BsonInt32.cs" /> <Compile Include="ObjectModel\BsonString.cs" /> <Compile Include="ObjectModel\BsonValue.cs" /> <Compile Include="IO\BsonWriter.cs" /> <Compile Include="IO\BsonBinaryWriterSettings.cs" /> <Compile Include="IO\BsonWriterState.cs" /> <Compile Include="ObjectModel\BsonJavaScript.cs" /> <Compile Include="ObjectModel\BsonTimestamp.cs" /> <Compile Include="BsonConstants.cs" /> <Compile Include="ObjectModel\BsonBinarySubType.cs" /> <Compile Include="ObjectModel\BsonType.cs" /> <Compile Include="Exceptions\BsonException.cs" /> <Compile Include="ObjectModel\BsonSymbolTable.cs" /> <Compile Include="IO\BsonBinaryWriter.cs" /> <Compile Include="ObjectModel\BsonDocument.cs" /> <Compile Include="ObjectModel\BsonElement.cs" /> <Compile Include="ObjectModel\BsonObjectId.cs" /> <Compile Include="ObjectModel\BsonRegularExpression.cs" /> <Compile Include="ObjectModel\BsonSymbol.cs" /> <Compile Include="ObjectModel\BsonMaxKey.cs" /> <Compile Include="ObjectModel\BsonMinKey.cs" /> <Compile Include="IO\BsonBuffer.cs" /> <Compile Include="DefaultSerializer\BsonDefaultSerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\BsonBaseSerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\EnumSerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\ArraySerializer.cs" /> <Compile Include="DefaultSerializer\Serializers\BsonIBsonSerializableSerializer.cs" /> <Compile Include="Serialization\IIdGenerator.cs" /> <Compile Include="Serialization\IBsonSerializable.cs" /> <Compile Include="Serialization\IBsonSerializer.cs" /> <Compile Include="IO\JsonWriterContext.cs" /> <Compile Include="IO\BsonBinaryReaderContext.cs" /> <Compile Include="IO\BsonBinaryWriterContext.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="DefaultSerializer\Serializers\BsonValueSerializers.cs" /> <Compile Include="DefaultSerializer\Serializers\NetPrimitiveSerializers.cs" /> <Compile Include="DefaultSerializer\Serializers\BsonPrimitiveSerializers.cs" /> <Compile Include="Serialization\IBsonSerializationProvider.cs" /> </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>
|