|
114 | 114 |
|
115 | 115 | <PackageReference Include="Microsoft.SqlServer.Server" /> |
116 | 116 | <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/Common/Microsoft.Data.SqlClient.TestCommon.csproj" /> |
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" /> |
122 | | - <ProjectReference Include="$(TestsPath)tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
123 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS/TDS.csproj" /> |
124 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj" /> |
125 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS.Servers/TDS.Servers.csproj" /> |
| 117 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" /> |
| 118 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Address/Address.csproj" /> |
| 119 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Circle/Circle.csproj" /> |
| 120 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Shapes/Shapes.csproj" /> |
| 121 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Utf8String/Utf8String.csproj" /> |
| 122 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
| 123 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS/TDS.csproj" /> |
| 124 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj" /> |
| 125 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS.Servers/TDS.Servers.csproj" /> |
126 | 126 | </ItemGroup> |
127 | 127 |
|
128 | 128 | <!-- References for netcore --> |
|
147 | 147 |
|
148 | 148 | <PackageReference Include="Microsoft.SqlServer.Server" /> |
149 | 149 | <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/Common/Microsoft.Data.SqlClient.TestCommon.csproj" /> |
150 | | - <ProjectReference Include="$(TestsPath)TestUdts/Address/Address.csproj" /> |
151 | | - <ProjectReference Include="$(TestsPath)TestUdts/Circle/Circle.csproj" /> |
152 | | - <ProjectReference Include="$(TestsPath)TestUdts/Shapes/Shapes.csproj" /> |
153 | | - <ProjectReference Include="$(TestsPath)TestUdts/Utf8String/Utf8String.csproj" /> |
154 | | - <ProjectReference Include="$(TestsPath)CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" /> |
155 | | - <ProjectReference Include="$(TestsPath)tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
156 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS/TDS.csproj" /> |
157 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj" /> |
158 | | - <ProjectReference Include="$(TestsPath)tools/TDS/TDS.Servers/TDS.Servers.csproj" /> |
| 150 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Address/Address.csproj" /> |
| 151 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Circle/Circle.csproj" /> |
| 152 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Shapes/Shapes.csproj" /> |
| 153 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/TestUdts/Utf8String/Utf8String.csproj" /> |
| 154 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" /> |
| 155 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" /> |
| 156 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS/TDS.csproj" /> |
| 157 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj" /> |
| 158 | + <ProjectReference Include="$(RepoRoot)src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS.Servers/TDS.Servers.csproj" /> |
159 | 159 | </ItemGroup> |
160 | 160 |
|
161 | 161 | </Project> |
0 commit comments