Skip to content

Commit eb43318

Browse files
committed
Reverting VS generated changes to some compiled cs files
1 parent dc68faa commit eb43318

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,10 @@
149149
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs" />
150150
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProviderConfigurationManager.cs" />
151151
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs" />
152-
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs">
153-
<SubType>Component</SubType>
154-
</Compile>
155-
<Compile Include="Microsoft\Data\SqlClient\SqlCommandBuilder.cs">
156-
<SubType>Component</SubType>
157-
</Compile>
152+
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
153+
<Compile Include="Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
158154
<Compile Include="Microsoft\Data\SqlClient\SqlCommandSet.cs" />
159-
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs">
160-
<SubType>Component</SubType>
161-
</Compile>
155+
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
162156
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
163157
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs" />
164158
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionPoolKey.cs" />
@@ -167,9 +161,7 @@
167161
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionStringBuilder.cs" />
168162
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs" />
169163
<Compile Include="Microsoft\Data\SqlClient\SqlCredential.cs" />
170-
<Compile Include="Microsoft\Data\SqlClient\SqlDataAdapter.cs">
171-
<SubType>Component</SubType>
172-
</Compile>
164+
<Compile Include="Microsoft\Data\SqlClient\SqlDataAdapter.cs" />
173165
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
174166
<Compile Include="Microsoft\Data\SqlClient\SqlDataReaderSmi.cs" />
175167
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
@@ -251,9 +243,7 @@
251243
<Compile Include="Microsoft\Data\ProviderBase\DbBuffer.cs" />
252244
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionClosed.cs" />
253245
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionFactory.cs" />
254-
<Compile Include="Microsoft\Data\ProviderBase\SqlConnectionHelper.cs">
255-
<SubType>Component</SubType>
256-
</Compile>
246+
<Compile Include="Microsoft\Data\ProviderBase\SqlConnectionHelper.cs" />
257247
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionInternal.cs" />
258248
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.cs" />
259249
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs" />

0 commit comments

Comments
 (0)