m
This commit is contained in:
@@ -0,0 +1,266 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{E3D718FF-6CCA-48A8-8FBE-FF63443DDED9}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>System.Data</RootNamespace>
|
||||
<AssemblyName>System.Data</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
</PropertyGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AcceptRejectRule.cs" />
|
||||
<Compile Include="Aggregate.cs" />
|
||||
<Compile Include="AggregateNode.cs" />
|
||||
<Compile Include="AggregateType.cs" />
|
||||
<Compile Include="AutoIncrementBigInteger.cs" />
|
||||
<Compile Include="AutoIncrementInt64.cs" />
|
||||
<Compile Include="AutoIncrementValue.cs" />
|
||||
<Compile Include="BinaryNode.cs" />
|
||||
<Compile Include="ChildForeignKeyConstraintEnumerator.cs" />
|
||||
<Compile Include="ColumnTypeConverter.cs" />
|
||||
<Compile Include="Common\ADP.cs" />
|
||||
<Compile Include="Common\BigIntegerStorage.cs" />
|
||||
<Compile Include="Common\BooleanStorage.cs" />
|
||||
<Compile Include="Common\ByteStorage.cs" />
|
||||
<Compile Include="Common\CharStorage.cs" />
|
||||
<Compile Include="Common\DataStorage.cs" />
|
||||
<Compile Include="Common\DateTimeOffsetStorage.cs" />
|
||||
<Compile Include="Common\DateTimeStorage.cs" />
|
||||
<Compile Include="Common\DecimalStorage.cs" />
|
||||
<Compile Include="Common\DoubleStorage.cs" />
|
||||
<Compile Include="Common\Int16Storage.cs" />
|
||||
<Compile Include="Common\Int32Storage.cs" />
|
||||
<Compile Include="Common\Int64Storage.cs" />
|
||||
<Compile Include="Common\ObjectStorage.cs" />
|
||||
<Compile Include="Common\SByteStorage.cs" />
|
||||
<Compile Include="Common\SingleStorage.cs" />
|
||||
<Compile Include="Common\SqlBinaryStorage.cs" />
|
||||
<Compile Include="Common\SqlBooleanStorage.cs" />
|
||||
<Compile Include="Common\SqlBytesStorage.cs" />
|
||||
<Compile Include="Common\SqlByteStorage.cs" />
|
||||
<Compile Include="Common\SqlCharsStorage.cs" />
|
||||
<Compile Include="Common\SqlConvert.cs" />
|
||||
<Compile Include="Common\SqlDateTimeStorage.cs" />
|
||||
<Compile Include="Common\SqlDecimalStorage.cs" />
|
||||
<Compile Include="Common\SqlDoubleStorage.cs" />
|
||||
<Compile Include="Common\SqlGuidStorage.cs" />
|
||||
<Compile Include="Common\SqlInt16Storage.cs" />
|
||||
<Compile Include="Common\SqlInt32Storage.cs" />
|
||||
<Compile Include="Common\SqlInt64Storage.cs" />
|
||||
<Compile Include="Common\SqlMoneyStorage.cs" />
|
||||
<Compile Include="Common\SqlSingleStorage.cs" />
|
||||
<Compile Include="Common\SqlStringStorage.cs" />
|
||||
<Compile Include="Common\SqlUdtStorage.cs" />
|
||||
<Compile Include="Common\StorageType.cs" />
|
||||
<Compile Include="Common\StringStorage.cs" />
|
||||
<Compile Include="Common\TimeSpanStorage.cs" />
|
||||
<Compile Include="Common\UInt16Storage.cs" />
|
||||
<Compile Include="Common\UInt32Storage.cs" />
|
||||
<Compile Include="Common\UInt64Storage.cs" />
|
||||
<Compile Include="ConstNode.cs" />
|
||||
<Compile Include="Constraint.cs" />
|
||||
<Compile Include="ConstraintCollection.cs" />
|
||||
<Compile Include="ConstraintConverter.cs" />
|
||||
<Compile Include="ConstraintEnumerator.cs" />
|
||||
<Compile Include="ConstraintException.cs" />
|
||||
<Compile Include="ConstraintTable.cs" />
|
||||
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
|
||||
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
|
||||
<Compile Include="DataColumn.cs" />
|
||||
<Compile Include="DataColumnChangeEventArgs.cs" />
|
||||
<Compile Include="DataColumnChangeEventHandler.cs" />
|
||||
<Compile Include="DataColumnCollection.cs" />
|
||||
<Compile Include="DataColumnPropertyDescriptor.cs" />
|
||||
<Compile Include="DataCommonEventSource.cs" />
|
||||
<Compile Include="DataError.cs" />
|
||||
<Compile Include="DataException.cs" />
|
||||
<Compile Include="DataExpression.cs" />
|
||||
<Compile Include="DataKey.cs" />
|
||||
<Compile Include="DataRelation.cs" />
|
||||
<Compile Include="DataRelationCollection.cs" />
|
||||
<Compile Include="DataRelationPropertyDescriptor.cs" />
|
||||
<Compile Include="DataRow.cs" />
|
||||
<Compile Include="DataRowAction.cs" />
|
||||
<Compile Include="DataRowBuilder.cs" />
|
||||
<Compile Include="DataRowChangeEventArgs.cs" />
|
||||
<Compile Include="DataRowChangeEventHandler.cs" />
|
||||
<Compile Include="DataRowCollection.cs" />
|
||||
<Compile Include="DataRowCreatedEventHandler.cs" />
|
||||
<Compile Include="DataRowState.cs" />
|
||||
<Compile Include="DataRowVersion.cs" />
|
||||
<Compile Include="DataRowView.cs" />
|
||||
<Compile Include="DataSet.cs" />
|
||||
<Compile Include="DataSetClearEventhandler.cs" />
|
||||
<Compile Include="DataSetDateTime.cs" />
|
||||
<Compile Include="DataTable.cs" />
|
||||
<Compile Include="DataTableClearEventArgs.cs" />
|
||||
<Compile Include="DataTableClearEventHandler.cs" />
|
||||
<Compile Include="DataTableCollection.cs" />
|
||||
<Compile Include="DataTableNewRowEventArgs.cs" />
|
||||
<Compile Include="DataTableNewRowEventHandler.cs" />
|
||||
<Compile Include="DataTablePropertyDescriptor.cs" />
|
||||
<Compile Include="DataTableTypeConverter.cs" />
|
||||
<Compile Include="DataTextReader.cs" />
|
||||
<Compile Include="DataTextWriter.cs" />
|
||||
<Compile Include="DataView.cs" />
|
||||
<Compile Include="DataViewListener.cs" />
|
||||
<Compile Include="DataViewManager.cs" />
|
||||
<Compile Include="DataViewManagerListItemTypeDescriptor.cs" />
|
||||
<Compile Include="DataViewRowState.cs" />
|
||||
<Compile Include="DataViewSetting.cs" />
|
||||
<Compile Include="DataViewSettingCollection.cs" />
|
||||
<Compile Include="DefaultValueTypeConverter.cs" />
|
||||
<Compile Include="DeletedRowInaccessibleException.cs" />
|
||||
<Compile Include="DuplicateNameException.cs" />
|
||||
<Compile Include="EvaluateException.cs" />
|
||||
<Compile Include="ExceptionBuilder.cs" />
|
||||
<Compile Include="ExpressionNode.cs" />
|
||||
<Compile Include="ExpressionParser.cs" />
|
||||
<Compile Include="ExprException.cs" />
|
||||
<Compile Include="ForeignKeyConstraint.cs" />
|
||||
<Compile Include="ForeignKeyConstraintEnumerator.cs" />
|
||||
<Compile Include="Function.cs" />
|
||||
<Compile Include="FunctionId.cs" />
|
||||
<Compile Include="FunctionNode.cs" />
|
||||
<Compile Include="IFilter.cs" />
|
||||
<Compile Include="Index.cs" />
|
||||
<Compile Include="IndexField.cs" />
|
||||
<Compile Include="InRowChangingEventException.cs" />
|
||||
<Compile Include="InternalDataCollectionBase.cs" />
|
||||
<Compile Include="InvalidConstraintException.cs" />
|
||||
<Compile Include="InvalidExpressionException.cs" />
|
||||
<Compile Include="LikeNode.cs" />
|
||||
<Compile Include="Listeners.cs" />
|
||||
<Compile Include="LookupNode.cs" />
|
||||
<Compile Include="MappingType.cs" />
|
||||
<Compile Include="MergeFailedEventArgs.cs" />
|
||||
<Compile Include="MergeFailedEventHandler.cs" />
|
||||
<Compile Include="Merger.cs" />
|
||||
<Compile Include="MissingSchemaAction.cs" />
|
||||
<Compile Include="NameNode.cs" />
|
||||
<Compile Include="NewDiffgramGen.cs" />
|
||||
<Compile Include="Nodes.cs" />
|
||||
<Compile Include="NoNullAllowedException.cs" />
|
||||
<Compile Include="OperatorInfo.cs" />
|
||||
<Compile Include="Operators.cs" />
|
||||
<Compile Include="ParentForeignKeyConstraintEnumerator.cs" />
|
||||
<Compile Include="PrimaryKeyTypeConverter.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="PropertyCollection.cs" />
|
||||
<Compile Include="Range.cs" />
|
||||
<Compile Include="RBTree.cs" />
|
||||
<Compile Include="RBTreeError.cs" />
|
||||
<Compile Include="ReadOnlyException.cs" />
|
||||
<Compile Include="RecordManager.cs" />
|
||||
<Compile Include="RelatedView.cs" />
|
||||
<Compile Include="RelationshipConverter.cs" />
|
||||
<Compile Include="RowNotInTableException.cs" />
|
||||
<Compile Include="Rule.cs" />
|
||||
<Compile Include="SchemaFormat.cs" />
|
||||
<Compile Include="SchemaSerializationMode.cs" />
|
||||
<Compile Include="SerializationFormat.cs" />
|
||||
<Compile Include="SimpleType.cs" />
|
||||
<Compile Include="SqlTypes\EComparison.cs" />
|
||||
<Compile Include="SqlTypes\INullable.cs" />
|
||||
<Compile Include="SqlTypes\SqlBinary.cs" />
|
||||
<Compile Include="SqlTypes\SqlBoolean.cs" />
|
||||
<Compile Include="SqlTypes\SqlByte.cs" />
|
||||
<Compile Include="SqlTypes\SqlBytes.cs" />
|
||||
<Compile Include="SqlTypes\SqlBytesCharsState.cs" />
|
||||
<Compile Include="SqlTypes\SqlChars.cs" />
|
||||
<Compile Include="SqlTypes\SqlCompareOptions.cs" />
|
||||
<Compile Include="SqlTypes\SqlDateTime.cs" />
|
||||
<Compile Include="SqlTypes\SqlDecimal.cs" />
|
||||
<Compile Include="SqlTypes\SqlDouble.cs" />
|
||||
<Compile Include="SqlTypes\SqlGuid.cs" />
|
||||
<Compile Include="SqlTypes\SqlInt16.cs" />
|
||||
<Compile Include="SqlTypes\SqlInt32.cs" />
|
||||
<Compile Include="SqlTypes\SqlInt64.cs" />
|
||||
<Compile Include="SqlTypes\SqlMoney.cs" />
|
||||
<Compile Include="SqlTypes\SqlNullValueException.cs" />
|
||||
<Compile Include="SqlTypes\SQLResource.cs" />
|
||||
<Compile Include="SqlTypes\SqlSingle.cs" />
|
||||
<Compile Include="SqlTypes\SqlStreamChars.cs" />
|
||||
<Compile Include="SqlTypes\SqlString.cs" />
|
||||
<Compile Include="SqlTypes\SqlTruncateException.cs" />
|
||||
<Compile Include="SqlTypes\SqlTypeException.cs" />
|
||||
<Compile Include="SqlTypes\SqlXml.cs" />
|
||||
<Compile Include="SqlTypes\SqlXmlStreamWrapper.cs" />
|
||||
<Compile Include="SR.cs" />
|
||||
<Compile Include="SyntaxErrorException.cs" />
|
||||
<Compile Include="Tokens.cs" />
|
||||
<Compile Include="TreeAccessMethod.cs" />
|
||||
<Compile Include="UnaryNode.cs" />
|
||||
<Compile Include="UniqueConstraint.cs" />
|
||||
<Compile Include="ValueType.cs" />
|
||||
<Compile Include="VersionNotFoundException.cs" />
|
||||
<Compile Include="XDRSchema.cs" />
|
||||
<Compile Include="XmlDataLoader.cs" />
|
||||
<Compile Include="XmlDataTreeWriter.cs" />
|
||||
<Compile Include="XMLDiffLoader.cs" />
|
||||
<Compile Include="XmlIgnoreNamespaceReader.cs" />
|
||||
<Compile Include="XmlReadMode.cs" />
|
||||
<Compile Include="XMLSchema.cs" />
|
||||
<Compile Include="XmlToDatasetMap.cs" />
|
||||
<Compile Include="XmlTreeGen.cs" />
|
||||
<Compile Include="XmlWriteMode.cs" />
|
||||
<Compile Include="XSDSchema.cs" />
|
||||
<Compile Include="ZeroOpNode.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9d}</Project>
|
||||
<Name>mscorlib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System.Core\System.Core.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dded8}</Project>
|
||||
<Name>System.Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System.Numerics\System.Numerics.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddee0}</Project>
|
||||
<Name>System.Numerics</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System.Xml\System.Xml.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddee4}</Project>
|
||||
<Name>System.Xml</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System\System.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddedb}</Project>
|
||||
<Name>System</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user