|
6 | 6 | <IsTestProject>true</IsTestProject> |
7 | 7 | </PropertyGroup> |
8 | 8 |
|
| 9 | + <ItemGroup> |
| 10 | + <Compile Remove="SQL/UdtTest/UDTs/**/*.cs" /> |
| 11 | + </ItemGroup> |
| 12 | + |
9 | 13 | <!-- Target Frameworks =============================================== --> |
10 | 14 | <PropertyGroup> |
11 | 15 | <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks> |
|
108 | 112 | IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" |
109 | 113 | PrivateAssets="all" /> |
110 | 114 |
|
111 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Address/Address.csproj" /> |
112 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Circle/Circle.csproj" /> |
113 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Shapes/Shapes.csproj" /> |
114 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj" /> |
115 | 115 | <PackageReference Include="Microsoft.SqlServer.Server" /> |
116 | 116 | <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/Common/Microsoft.Data.SqlClient.TestCommon.csproj" /> |
117 | 117 | <ProjectReference Include="$(TestsPath)CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" /> |
| 118 | + <ProjectReference Include="$(TestsPath)TestUdts/Address/Address.csproj" /> |
| 119 | + <ProjectReference Include="$(TestsPath)TestUdts/Circle/Circle.csproj" /> |
| 120 | + <ProjectReference Include="$(TestsPath)TestUdts/Shapes/Shapes.csproj" /> |
| 121 | + <ProjectReference Include="$(TestsPath)TestUdts/Utf8String/Utf8String.csproj" /> |
118 | 122 | <ProjectReference Include="$(TestsPath)tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
119 | 123 | <ProjectReference Include="$(TestsPath)tools/TDS/TDS/TDS.csproj" /> |
120 | 124 | <ProjectReference Include="$(TestsPath)tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj" /> |
|
142 | 146 | IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" |
143 | 147 | PrivateAssets="all" /> |
144 | 148 |
|
145 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Address/Address.csproj" /> |
146 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Circle/Circle.csproj" /> |
147 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Shapes/Shapes.csproj" /> |
148 | | - <ProjectReference Include="SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj" /> |
149 | 149 | <PackageReference Include="Microsoft.SqlServer.Server" /> |
150 | 150 | <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/Common/Microsoft.Data.SqlClient.TestCommon.csproj" /> |
| 151 | + <ProjectReference Include="$(TestsPath)TestUdts/Address/Address.csproj" /> |
| 152 | + <ProjectReference Include="$(TestsPath)TestUdts/Circle/Circle.csproj" /> |
| 153 | + <ProjectReference Include="$(TestsPath)TestUdts/Shapes/Shapes.csproj" /> |
| 154 | + <ProjectReference Include="$(TestsPath)TestUdts/Utf8String/Utf8String.csproj" /> |
151 | 155 | <ProjectReference Include="$(TestsPath)CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" /> |
152 | 156 | <ProjectReference Include="$(TestsPath)tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
153 | 157 | <ProjectReference Include="$(TestsPath)tools/TDS/TDS/TDS.csproj" /> |
|
0 commit comments