Skip to content

Commit

Permalink
Move to Shared-MetadataUtilsSmi (#1339)
Browse files Browse the repository at this point in the history
Move to Shared-MetadataUtilsSmi (code merges effort)
  • Loading branch information
Kaur-Parminder authored Mar 9, 2022
1 parent 43296f9 commit 1a7cbb2
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 1,130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,12 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink.cs">
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs">
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs">
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink_Default.Common.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs">
<Link>Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Reliability\Common\SqlRetryingEventArgs.cs">
<Link>Microsoft\Data\SqlClient\Reliability\SqlRetryingEventArgs.cs</Link>
</Compile>
Expand Down Expand Up @@ -531,7 +534,6 @@
<CustomToolNamespace>System</CustomToolNamespace>
</EmbeddedResource>
<Compile Include="Microsoft\Data\SqlClient\AAsyncCallContext.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
<Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionInternal.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlNormalizer.cs">
<Link>Microsoft\Data\SqlClient\Server\SqlNormalizer.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs">
<Link>Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiRecordBuffer.cs">
<Link>Microsoft\Data\SqlClient\Server\SmiRecordBuffer.cs</Link>
</Compile>
Expand Down Expand Up @@ -603,7 +606,6 @@
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbReferenceCollection.cs" />
<Compile Include="Microsoft\Data\RelationshipConverter.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SmiConnection.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SmiContext.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SmiContextFactory.cs" />
Expand Down
Loading

0 comments on commit 1a7cbb2

Please sign in to comment.