25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

65 lines
2.5 KiB

  1. <?xml version="1.0"?>
  2. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  3. <!-- remove existing entry -->
  4. <configSections>
  5. <section name="oracle.manageddataaccess.client" xdt:Transform="Remove" xdt:Locator="Match(name)" />
  6. </configSections>
  7. <!-- remove if section is empty -->
  8. <configSections xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  9. <!-- remove existing entry -->
  10. <system.data>
  11. <DbProviderFactories>
  12. <remove invariant="Oracle.ManagedDataAccess.Client" xdt:Transform="Remove" xdt:Locator="Match(invariant)" />
  13. <add name="ODP.NET, Managed Driver" xdt:Transform="Remove" xdt:Locator="Match(name)" />
  14. </DbProviderFactories>
  15. </system.data>
  16. <!-- remove if section is empty -->
  17. <system.data>
  18. <DbProviderFactories xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  19. </system.data>
  20. <system.data xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  21. <!-- remove existing entry -->
  22. <runtime>
  23. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  24. <dependentAssembly xdt:Transform="Remove"
  25. xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Oracle.ManagedDataAccess')" >
  26. </dependentAssembly>
  27. </assemblyBinding>
  28. </runtime>
  29. <!-- remove if section is empty -->
  30. <runtime>
  31. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  32. </runtime>
  33. <runtime xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  34. <!-- remove existing entry -->
  35. <oracle.manageddataaccess.client>
  36. <version number="*">
  37. <dataSources>
  38. <dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " xdt:Transform="Remove" xdt:Locator="Match(alias)"/>
  39. </dataSources>
  40. </version>
  41. </oracle.manageddataaccess.client>
  42. <!-- remove if section is empty -->
  43. <oracle.manageddataaccess.client>
  44. <version number="*">
  45. <dataSources xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  46. </version>
  47. </oracle.manageddataaccess.client>
  48. <!-- remove existing entry -->
  49. <oracle.manageddataaccess.client>
  50. <version number="*" xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  51. </oracle.manageddataaccess.client>
  52. <oracle.manageddataaccess.client xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
  53. </configuration>