Skip to content

Commit 971d5ac

Browse files
author
Benjamin Hugot
committed
Moved some file to group so easier to filter
1 parent fdda057 commit 971d5ac

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
</Compile>
516516
</ItemGroup>
517517
<ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netstandard'">
518-
<Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.cs" />
518+
<Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.NetStandard.cs" />
519519
<Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetStandard.cs" />
520520
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetStandard.cs" />
521521
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetStandard.cs" />
@@ -562,18 +562,16 @@
562562
<Link>Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs</Link>
563563
</Compile>
564564
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.NetCoreApp.cs" />
565-
<Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" />
565+
<Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.NetCoreApp.cs" />
566566
<Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" />
567567
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" />
568-
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" />
568+
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.NetCoreApp.cs" />
569569
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" />
570570
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetCoreApp.cs" />
571571
<Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" />
572572
</ItemGroup>
573573
<ItemGroup Condition="'$(OSGroup)' != 'AnyOS'">
574-
<Compile Include="Resources\StringsHelper.cs">
575-
<Link>Resources\StringsHelper.NetCore.cs</Link>
576-
</Compile>
574+
<Compile Include="Resources\StringsHelper.NetCore.cs" />
577575
<Compile Include="Resources\Strings.Designer.cs">
578576
<DesignTime>True</DesignTime>
579577
<AutoGen>True</AutoGen>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)