|
36 | 36 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientLogger.cs" > |
37 | 37 | <Link>Microsoft\Data\SqlClient\SqlClientLogger.cs</Link> |
38 | 38 | </Compile> |
| 39 | + <Compile Include="..\..\src\Microsoft\Data\Sql\SqlNotificationRequest.cs"> |
| 40 | + <Link>Microsoft\Data\Sql\SqlNotificationRequest.cs</Link> |
| 41 | + </Compile> |
| 42 | + <Compile Include="..\..\src\Microsoft\Data\Common\ActivityCorrelator.cs"> |
| 43 | + <Link>Microsoft\Data\Common\ActivityCorrelator.cs</Link> |
| 44 | + </Compile> |
39 | 45 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs"> |
40 | 46 | <Link>Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs</Link> |
41 | 47 | </Compile> |
|
51 | 57 | <Compile Include="..\..\src\Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs"> |
52 | 58 | <Link>Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs</Link> |
53 | 59 | </Compile> |
| 60 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs"> |
| 61 | + <Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs</Link> |
| 62 | + </Compile> |
54 | 63 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\IBinarySerialize.cs"> |
55 | 64 | <Link>Microsoft\Data\SqlClient\Server\IBinarySerialize.cs</Link> |
56 | 65 | </Compile> |
|
126 | 135 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSymmetricKeyCache.cs"> |
127 | 136 | <Link>Microsoft\Data\SqlClient\SqlSymmetricKeyCache.cs</Link> |
128 | 137 | </Compile> |
| 138 | + <Compile Include="..\..\src\Microsoft\Data\SqlTypes\SqlTypeWorkarounds.cs"> |
| 139 | + <Link>Microsoft\Data\SqlTypes\SqlTypeWorkarounds.cs</Link> |
| 140 | + </Compile> |
129 | 141 | </ItemGroup> |
130 | 142 | <ItemGroup Condition="'$(TargetGroup)' == 'netstandard' OR '$(TargetGroup)' == 'netcoreapp' OR '$(IsUAPAssembly)' == 'true'"> |
131 | 143 | <Compile Include="Microsoft.Data.SqlClient.TypeForwards.cs" /> |
|
183 | 195 | <Compile Include="Microsoft\Data\DataException.cs" /> |
184 | 196 | <Compile Include="Microsoft\Data\OperationAbortedException.cs" /> |
185 | 197 | <Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" /> |
186 | | - <Compile Include="Microsoft\Data\Common\ActivityCorrelator.cs" /> |
187 | 198 | <Compile Include="$(CommonPath)\Microsoft\Data\Common\AdapterUtil.cs"> |
188 | 199 | <Link>Microsoft\Data\Common\AdapterUtil.cs</Link> |
189 | 200 | </Compile> |
|
238 | 249 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.cs" /> |
239 | 250 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.cs" /> |
240 | 251 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolOptions.cs" /> |
241 | | - <Compile Include="Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs" /> |
242 | 252 | <Compile Include="Microsoft\Data\SqlClient\ActiveDirectoryNativeAuthenticationProvider.cs" /> |
243 | 253 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" /> |
244 | 254 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationToken.cs" /> |
|
247 | 257 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlMetaData.cs" /> |
248 | 258 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlMethodAttribute.cs" /> |
249 | 259 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlNorm.cs" /> |
250 | | - <Compile Include="Microsoft\Data\Sql\SqlNotificationRequest.cs" /> |
251 | 260 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlSer.cs" /> |
252 | 261 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedAggregateAttribute.cs" /> |
253 | 262 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedTypeAttribute.cs" /> |
|
315 | 324 | <Compile Include="Microsoft\Data\SqlClient\TdsParserStaticMethods.cs" /> |
316 | 325 | <Compile Include="Microsoft\Data\SqlClient\TdsRecordBufferSetter.cs" /> |
317 | 326 | <Compile Include="Microsoft\Data\SqlClient\TdsValueSetter.cs" /> |
318 | | - <Compile Include="Microsoft\Data\SqlTypes\SqlTypeWorkarounds.cs" /> |
319 | 327 | <Compile Include="$(CommonPath)\Microsoft\Data\Common\SQLResource.cs"> |
320 | 328 | <Link>Microsoft\Data\SQLTypes\SQLResource.cs</Link> |
321 | 329 | </Compile> |
|
0 commit comments