|
71 | 71 | <DebugType>Pdbonly</DebugType>
|
72 | 72 | <Optimize>True</Optimize>
|
73 | 73 | </PropertyGroup>
|
| 74 | + <PropertyGroup> |
| 75 | + <DefineConstants>$(DefineConstants);NETFRAMEWORK;</DefineConstants> |
| 76 | + </PropertyGroup> |
74 | 77 | <ItemGroup>
|
75 | 78 | <Reference Include="System" />
|
76 | 79 | <Reference Include="System.Configuration" />
|
|
114 | 117 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs">
|
115 | 118 | <Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs</Link>
|
116 | 119 | </Compile>
|
| 120 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\ApplicationIntent.cs"> |
| 121 | + <Link>Microsoft\Data\SqlClient\ApplicationIntent.cs</Link> |
| 122 | + </Compile> |
117 | 123 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs">
|
118 | 124 | <Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs</Link>
|
119 | 125 | </Compile>
|
|
126 | 132 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\OnChangedEventHandler.cs">
|
127 | 133 | <Link>Microsoft\Data\SqlClient\OnChangedEventHandler.cs</Link>
|
128 | 134 | </Compile>
|
| 135 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs"> |
| 136 | + <Link>Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs</Link> |
| 137 | + </Compile> |
| 138 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\PoolBlockingPeriod.cs"> |
| 139 | + <Link>Microsoft\Data\SqlClient\PoolBlockingPeriod.cs</Link> |
| 140 | + </Compile> |
| 141 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs"> |
| 142 | + <Link>Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs</Link> |
| 143 | + </Compile> |
| 144 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs"> |
| 145 | + <Link>Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs</Link> |
| 146 | + </Compile> |
| 147 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SortOrder.cs"> |
| 148 | + <Link>Microsoft\Data\SqlClient\SortOrder.cs</Link> |
| 149 | + </Compile> |
| 150 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationToken.cs"> |
| 151 | + <Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link> |
| 152 | + </Compile> |
129 | 153 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs">
|
130 | 154 | <Link>Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs</Link>
|
131 | 155 | </Compile>
|
|
147 | 171 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
|
148 | 172 | <Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
|
149 | 173 | </Compile>
|
| 174 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs"> |
| 175 | + <Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs</Link> |
| 176 | + </Compile> |
150 | 177 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs">
|
151 | 178 | <Link>Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs</Link>
|
152 | 179 | </Compile>
|
|
156 | 183 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs">
|
157 | 184 | <Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs</Link>
|
158 | 185 | </Compile>
|
| 186 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs"> |
| 187 | + <Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs</Link> |
| 188 | + </Compile> |
159 | 189 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs">
|
160 | 190 | <Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs</Link>
|
161 | 191 | </Compile>
|
| 192 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs"> |
| 193 | + <Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs</Link> |
| 194 | + </Compile> |
162 | 195 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionType.cs">
|
163 | 196 | <Link>Microsoft\Data\SqlClient\SqlClientEncryptionType.cs</Link>
|
164 | 197 | </Compile>
|
|
212 | 245 | <Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedAttestationException.cs" />
|
213 | 246 | <Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedEnclaveProviderUtils.cs" />
|
214 | 247 | <Compile Include="Microsoft\Data\SqlClient\AppContextDefaultValues.Defaults.cs" />
|
215 |
| - <Compile Include="Microsoft\Data\SqlClient\ApplicationIntent.cs" /> |
216 | 248 | <Compile Include="Microsoft\Data\SqlClient\assemblycache.cs" />
|
217 | 249 | <Compile Include="Microsoft\Data\SqlClient\AzureAttestationBasedEnclaveProvider.cs" />
|
218 | 250 | <Compile Include="Microsoft\Data\SqlClient\EnclaveDelegate.cs" />
|
|
221 | 253 | <Compile Include="Microsoft\Data\SqlClient\LocalAppContextSwitches.cs" />
|
222 | 254 | <Compile Include="Microsoft\Data\SqlClient\LocalDBAPI.cs" />
|
223 | 255 | <Compile Include="Microsoft\Data\SqlClient\LocalDBConfig.cs" />
|
224 |
| - <Compile Include="Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs" /> |
225 |
| - <Compile Include="Microsoft\Data\SqlClient\PoolBlockingPeriod.cs" /> |
226 | 256 | <Compile Include="Microsoft\Data\SqlClient\AssemblyRef.cs" />
|
227 | 257 | <Compile Include="Microsoft\Data\SqlClient\Server\InvalidUdtException.cs" />
|
228 | 258 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlDataRecord.cs" />
|
|
232 | 262 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedAggregateAttribute.cs" />
|
233 | 263 | <Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedTypeAttribute.cs" />
|
234 | 264 | <Compile Include="Microsoft\Data\SqlClient\Server\TriggerAction.cs" />
|
235 |
| - <Compile Include="Microsoft\Data\SqlClient\SortOrder.cs" /> |
236 | 265 | <Compile Include="Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProvider.cs" />
|
237 | 266 | <Compile Include="Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs" />
|
238 | 267 | <Compile Include="Microsoft\Data\SqlTypes\SqlFileStream.cs" />
|
239 | 268 | <Compile Include="Microsoft\Data\SqlTypes\UnsafeNativeMethods.cs" />
|
240 | 269 | <Compile Include="Resources\ResCategoryAttribute.cs" />
|
241 | 270 | <Compile Include="Resources\ResDescriptionAttribute.cs" />
|
242 |
| - <Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs" /> |
243 |
| - <Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs" /> |
244 | 271 | <Compile Include="Microsoft\Data\SqlClient\SignatureVerificationCache.cs" />
|
245 | 272 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
|
246 |
| - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationToken.cs" /> |
247 | 273 | <Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
|
248 | 274 | <Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
|
249 |
| - <Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs" /> |
250 | 275 | <Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
|
251 | 276 | <Compile Include="Microsoft\Data\SqlClient\SqlCachedBuffer.cs" />
|
252 | 277 | <Compile Include="Microsoft\Data\SqlClient\SqlCertificateCallbacks.cs" />
|
253 |
| - <Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs" /> |
254 |
| - <Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs" /> |
255 | 278 | <Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
|
256 | 279 | <Compile Include="Microsoft\Data\SqlClient\SqlClientMetaDataCollectionNames.cs" />
|
257 | 280 | <Compile Include="Microsoft\Data\SqlClient\SqlClientOriginalAddressInfo.cs" />
|
|
0 commit comments