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