Skip to content

Commit

Permalink
Move to Shared for SqlQueryMetadataCache.cs (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcheunglci authored Oct 5, 2021
1 parent 84df6f4 commit 2f0a801
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 355 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlObjectPool.cs">
<Link>Microsoft\Data\SqlClient\SqlObjectPool.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs">
<Link>Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs">
<Link>Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs</Link>
</Compile>
Expand Down Expand Up @@ -568,7 +571,6 @@
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectManaged.cs" />
<Compile Include="Interop\SNINativeMethodWrapper.Common.cs" />
<Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedHelperClasses.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs" />
</ItemGroup>
<!-- Windows only -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlParameterCollection.cs">
<Link>Microsoft\Data\SqlClient\SqlParameterCollection.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs">
<Link>Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs">
<Link>Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs</Link>
</Compile>
Expand Down Expand Up @@ -486,7 +489,6 @@
<Compile Include="Microsoft\Data\SqlClient\sqlmetadatafactory.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlNotificationEventArgs.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlReferenceCollection.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStream.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />
Expand Down Expand Up @@ -562,7 +564,7 @@
<DesignTime>True</DesignTime>
<DependentUpon>$(ResxFileName).resx</DependentUpon>
</Compile>
<Compile Include="..\..\src\Resources\StringsHelper.cs" >
<Compile Include="..\..\src\Resources\StringsHelper.cs">
<Link>Resources\StringsHelper.cs</Link>
</Compile>
<EmbeddedResource Include="Resources\$(ResxFileName).resx">
Expand Down Expand Up @@ -628,4 +630,4 @@
<Import Project="$(NetFxSource)tools\targets\GenerateThisAssemblyCs.targets" />
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyRef.targets" />
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyInfo.targets" />
</Project>
</Project>

This file was deleted.

Loading

0 comments on commit 2f0a801

Please sign in to comment.