Skip to content

Commit

Permalink
Move into shared for DbMetaDataFactory.cs (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcheunglci committed Oct 7, 2021
1 parent 08059dd commit 64befd5
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 685 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs">
<Link>Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\DbMetaDataFactory.cs">
<Link>Common\Microsoft\Data\ProviderBase\DbMetaDataFactory.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\FieldNameLookup.cs">
<Link>Microsoft\Data\ProviderBase\FieldNameLookup.cs</Link>
</Compile>
Expand Down Expand Up @@ -472,9 +475,6 @@
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbReferenceCollection.cs">
<Link>Common\Microsoft\Data\ProviderBase\DbReferenceCollection.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbMetaDataFactory.cs">
<Link>Common\Microsoft\Data\ProviderBase\DbMetaDataFactory.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionClosed.cs">
<Link>Common\Microsoft\Data\ProviderBase\DbConnectionClosed.cs</Link>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs">
<Link>Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\DbMetaDataFactory.cs">
<Link>Microsoft\Data\ProviderBase\DbMetaDataFactory.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\ProviderBase\FieldNameLookup.cs">
<Link>Microsoft\Data\ProviderBase\FieldNameLookup.cs</Link>
</Compile>
Expand Down Expand Up @@ -542,7 +545,6 @@
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolGroup.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolCounters.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbMetaDataFactory.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbReferenceCollection.cs" />
<Compile Include="Microsoft\Data\RelationshipConverter.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
Expand Down
Loading

0 comments on commit 64befd5

Please sign in to comment.