Skip to content

Commit 12fafc2

Browse files
lcheunglciErikEJsmichtch
authored
Move to Shared for SqlEnums.cs (#1317)
Co-authored-by: Erik Ejlskov Jensen <[email protected]> Co-authored-by: smichtch <[email protected]>
1 parent da1f9ab commit 12fafc2

File tree

4 files changed

+361
-1452
lines changed

4 files changed

+361
-1452
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@
265265
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDependency.cs">
266266
<Link>Microsoft\Data\SqlClient\SqlDependency.cs</Link>
267267
</Compile>
268+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnums.cs">
269+
<Link>Microsoft\Data\SqlClient\SqlEnums.cs</Link>
270+
</Compile>
268271
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlErrorCollection.cs">
269272
<Link>Microsoft\Data\SqlClient\SqlErrorCollection.cs</Link>
270273
</Compile>
@@ -553,7 +556,6 @@
553556
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyUtils.cs" />
554557
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyUtils.AppDomain.cs" />
555558
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
556-
<Compile Include="Microsoft\Data\SqlClient\SqlEnums.cs" />
557559
<Compile Include="Microsoft\Data\SqlClient\SqlError.cs" />
558560
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnclaveSession.cs">
559561
<Link>Microsoft\Data\SqlClient\SqlEnclaveSession.cs</Link>

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@
354354
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnclaveSession.cs">
355355
<Link>Microsoft\Data\SqlClient\SqlEnclaveSession.cs</Link>
356356
</Compile>
357+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnums.cs">
358+
<Link>Microsoft\Data\SqlClient\SqlEnums.cs</Link>
359+
</Compile>
357360
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlErrorCollection.cs">
358361
<Link>Microsoft\Data\SqlClient\SqlErrorCollection.cs</Link>
359362
</Compile>
@@ -544,7 +547,6 @@
544547
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
545548
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyListener.cs" />
546549
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyUtils.cs" />
547-
<Compile Include="Microsoft\Data\SqlClient\SqlEnums.cs" />
548550
<Compile Include="Microsoft\Data\SqlClient\SqlError.cs" />
549551
<Compile Include="Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs" />
550552
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
@@ -685,4 +687,4 @@
685687
<Import Project="$(NetFxSource)tools\targets\GenerateThisAssemblyCs.targets" />
686688
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyRef.targets" />
687689
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyInfo.targets" />
688-
</Project>
690+
</Project>

0 commit comments

Comments
 (0)