|
13 | 13 | <IsTestProject>true</IsTestProject>
|
14 | 14 | </PropertyGroup>
|
15 | 15 | <ItemGroup Condition="'$(TestSet)' == '' or '$(TestSet)' == 'AE'">
|
16 |
| - <Compile Include="AlwaysEncrypted\CoreCryptoTests.cs" /> |
17 |
| - <Compile Include="AlwaysEncrypted\ConversionTests.cs" /> |
18 |
| - <Compile Include="AlwaysEncrypted\ExceptionsGenericError.cs" /> |
19 |
| - <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CryptoVector.cs" /> |
20 |
| - <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CryptoNativeBaselineReader.cs" /> |
21 |
| - <Compile Include="AlwaysEncrypted\TestTrustedMasterKeyPaths.cs" /> |
22 |
| - <Content Include="AlwaysEncrypted\TestFixtures\Setup\TCECryptoNativeBaseline.txt"> |
23 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
24 |
| - <Link>TCECryptoNativeBaseline.txt</Link> |
25 |
| - </Content> |
26 |
| - <Content Include="AlwaysEncrypted\TestFixtures\Setup\TCECryptoNativeBaselineRsa.txt"> |
27 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
28 |
| - <Link>TCECryptoNativeBaselineRsa.txt</Link> |
29 |
| - </Content> |
30 |
| - </ItemGroup> |
31 |
| - <ItemGroup Condition="'$(TargetsWindows)' == 'true' AND ('$(TestSet)' == '' OR '$(TestSet)' == 'AE')"> |
32 |
| - <Compile Include="AlwaysEncrypted\CspProviderExt.cs" /> |
33 |
| - <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CertificateUtilityWin.cs" /> |
34 |
| - <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CspProviderColumnMasterKey.cs" /> |
35 |
| - <Compile Include="AlwaysEncrypted\TestFixtures\SQLSetupStrategyCspExt.cs" /> |
36 |
| - </ItemGroup> |
37 |
| - <ItemGroup Condition="'$(TestSet)' == '' OR '$(TestSet)' == 'AE'"> |
38 | 16 | <Compile Include="AlwaysEncrypted\AKVTests.cs" />
|
39 | 17 | <Compile Include="AlwaysEncrypted\AKVUnitTests.cs" />
|
| 18 | + <Compile Include="AlwaysEncrypted\CoreCryptoTests.cs" /> |
| 19 | + <Compile Include="AlwaysEncrypted\ConversionTests.cs" /> |
40 | 20 | <Compile Include="AlwaysEncrypted\EnclaveAzureDatabaseTests.cs" />
|
| 21 | + <Compile Include="AlwaysEncrypted\ExceptionsGenericError.cs" /> |
41 | 22 | <Compile Include="AlwaysEncrypted\ExceptionTestAKVStore.cs" />
|
42 | 23 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\AKVTestTable.cs" />
|
43 | 24 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\AkvColumnMasterKey.cs" />
|
|
57 | 38 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\BulkCopyAEErrorMessageTestTable.cs" />
|
58 | 39 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\BulkCopyTruncationTables.cs" />
|
59 | 40 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\ColumnDecryptErrorTestTable.cs" />
|
| 41 | + <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CryptoVector.cs" /> |
| 42 | + <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CryptoNativeBaselineReader.cs" /> |
60 | 43 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\DateOnlyTestTable.cs" />
|
61 | 44 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\SqlNullValuesTable.cs" />
|
62 | 45 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\SqlParameterPropertiesTable.cs" />
|
|
70 | 53 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\DummyKeyStoreProvider.cs" />
|
71 | 54 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\DummyProviderMasterKey.cs" />
|
72 | 55 | <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CertificateUtility.cs" />
|
| 56 | + <Content Include="AlwaysEncrypted\TestFixtures\Setup\TCECryptoNativeBaseline.txt"> |
| 57 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 58 | + <Link>TCECryptoNativeBaseline.txt</Link> |
| 59 | + </Content> |
| 60 | + <Content Include="AlwaysEncrypted\TestFixtures\Setup\TCECryptoNativeBaselineRsa.txt"> |
| 61 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 62 | + <Link>TCECryptoNativeBaselineRsa.txt</Link> |
| 63 | + </Content> |
| 64 | + <Compile Include="AlwaysEncrypted\TestTrustedMasterKeyPaths.cs" /> |
| 65 | + </ItemGroup> |
| 66 | + <ItemGroup Condition="'$(TargetsWindows)' == 'true' AND ('$(TestSet)' == '' OR '$(TestSet)' == 'AE')"> |
| 67 | + <Compile Include="AlwaysEncrypted\CspProviderExt.cs" /> |
| 68 | + <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CertificateUtilityWin.cs" /> |
| 69 | + <Compile Include="AlwaysEncrypted\TestFixtures\Setup\CspProviderColumnMasterKey.cs" /> |
| 70 | + <Compile Include="AlwaysEncrypted\TestFixtures\SQLSetupStrategyCspExt.cs" /> |
73 | 71 | </ItemGroup>
|
74 | 72 | <ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) AND ('$(TestSet)' == '' OR '$(TestSet)' == 'AE')">
|
75 | 73 | <Compile Include="AlwaysEncrypted\DateOnlyReadTests.cs" />
|
|
79 | 77 | <Compile Include="SQL\AsyncTest\BeginExecAsyncTest.cs" />
|
80 | 78 | <Compile Include="SQL\AsyncTest\BeginExecReaderAsyncTest.cs" />
|
81 | 79 | <Compile Include="SQL\AsyncTest\XmlReaderAsyncTest.cs" />
|
82 |
| - <Compile Include="SQL\AsyncTest\AsyncTest.cs" /> |
83 | 80 | <Compile Include="SQL\AsyncTest\AsyncCancelledConnectionsTest.cs" />
|
84 | 81 | </ItemGroup>
|
85 | 82 | <ItemGroup Condition="'$(TestSet)' == '' OR '$(TestSet)' == '2'">
|
|
174 | 171 | <Compile Include="DDBasics\DDAsyncTest\DDAsyncTest.cs" />
|
175 | 172 | <Compile Include="DDBasics\DDDataTypesTest\DDDataTypesTest.cs" />
|
176 | 173 | <Compile Include="DDBasics\DDMARSTest\DDMARSTest.cs" />
|
| 174 | + <Compile Include="Json\SqlJsonTest.cs" /> |
177 | 175 | <Compile Include="ProviderAgnostic\MultipleResultsTest\MultipleResultsTest.cs" />
|
178 | 176 | <Compile Include="ProviderAgnostic\ReaderTest\ReaderTest.cs" />
|
179 | 177 | <Compile Include="TracingTests\EventSourceTest.cs" />
|
180 | 178 | <Compile Include="SQL\AADFedAuthTokenRefreshTest\AADFedAuthTokenRefreshTest.cs" />
|
| 179 | + <Compile Include="SQL\ConnectionTestWithSSLCert\CertificateTest.cs" /> |
| 180 | + <Compile Include="SQL\ConnectionTestWithSSLCert\CertificateTestWithTdsServer.cs" /> |
181 | 181 | <Compile Include="SQL\ConnectionPoolTest\ConnectionPoolTest.cs" />
|
182 | 182 | <Compile Include="SQL\ConnectionPoolTest\PoolBlockPeriodTest.cs" />
|
183 | 183 | <Compile Include="SQL\DataSourceParserTest\DataSourceParserTest.cs" />
|
184 | 184 | <Compile Include="SQL\InstanceNameTest\InstanceNameTest.cs" />
|
185 | 185 | <Compile Include="SQL\IntegratedAuthenticationTest\IntegratedAuthenticationTest.cs" />
|
| 186 | + <Compile Include="SQL\JsonTest\JsonBulkCopyTest.cs" /> |
| 187 | + <Compile Include="SQL\JsonTest\JsonStreamTest.cs" /> |
| 188 | + <Compile Include="SQL\JsonTest\JsonTest.cs" /> |
186 | 189 | <Compile Include="SQL\KerberosTests\KerberosTest.cs" />
|
187 | 190 | <Compile Include="SQL\KerberosTests\KerberosTicketManager\KerberosTicketManager.cs" />
|
188 | 191 | <Compile Include="SQL\LocalDBTest\LocalDBTest.cs" />
|
|
194 | 197 | <Compile Include="SQL\SqlCommand\SqlCommandCompletedTest.cs" />
|
195 | 198 | <Compile Include="SQL\SqlCommand\SqlCommandCancelTest.cs" />
|
196 | 199 | <Compile Include="SQL\SqlCommand\SqlCommandSetTest.cs" />
|
| 200 | + <Compile Include="SQL\SqlCommand\SqlCommandStoredProcTest.cs" /> |
197 | 201 | <Compile Include="SQL\SqlCredentialTest\SqlCredentialTest.cs" />
|
198 | 202 | <Compile Include="SQL\SqlDependencyTest\SqlDependencyTest.cs" />
|
199 | 203 | <Compile Include="SQL\SqlFileStreamTest\SqlFileStreamTest.cs" />
|
|
279 | 283 | <Compile Include="DataCommon\SqlClientCustomTokenCredential.cs" />
|
280 | 284 | <Compile Include="DataCommon\SystemDataResourceManager.cs" />
|
281 | 285 | <Compile Include="Extensions\StreamExtensions.netfx.cs" />
|
282 |
| - <Compile Include="Json\SqlJsonTest.cs" /> |
283 | 286 | <Compile Include="SQL\Common\AsyncDebugScope.cs" />
|
284 | 287 | <Compile Include="SQL\Common\ConnectionPoolWrapper.cs" />
|
285 | 288 | <Compile Include="SQL\Common\InternalConnectionWrapper.cs" />
|
|
291 | 294 | <Compile Include="SQL\Common\SystemDataInternals\FedAuthTokenHelper.cs" />
|
292 | 295 | <Compile Include="SQL\Common\SystemDataInternals\TdsParserHelper.cs" />
|
293 | 296 | <Compile Include="SQL\Common\SystemDataInternals\TdsParserStateObjectHelper.cs" />
|
294 |
| - <Compile Include="SQL\ConnectionTestWithSSLCert\CertificateTest.cs" /> |
295 |
| - <Compile Include="SQL\ConnectionTestWithSSLCert\CertificateTestWithTdsServer.cs" /> |
296 |
| - <Compile Include="SQL\JsonTest\JsonBulkCopyTest.cs" /> |
297 |
| - <Compile Include="SQL\JsonTest\JsonStreamTest.cs" /> |
298 |
| - <Compile Include="SQL\JsonTest\JsonTest.cs" /> |
299 |
| - <Compile Include="SQL\SqlCommand\SqlCommandStoredProcTest.cs" /> |
300 | 297 | <Compile Include="TracingTests\TestTdsServer.cs" />
|
301 | 298 | <Compile Include="XUnitAssemblyAttributes.cs" />
|
302 | 299 | </ItemGroup>
|
|
0 commit comments