Migrating data from Access 97 to Postgres database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

65 lignes
3.9 KiB

  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. # Visual Studio 2010
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "migrate_data", "migrate_data\migrate_data.csproj", "{D6163919-3063-4FC2-9C9B-3A1474D0B93F}"
  4. EndProject
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "acc_pgsql", "acc_pgsql\acc_pgsql.csproj", "{5F9533DE-6CC6-4131-A85C-203ECFB92FBE}"
  6. EndProject
  7. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "acc_pgsqlTest", "acc_pgsqlTest\acc_pgsqlTest.csproj", "{E1BDFD46-3E8D-488E-8169-447DD238A804}"
  8. EndProject
  9. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01D9A7DE-2513-4145-BAFA-F3241EB60233}"
  10. ProjectSection(SolutionItems) = preProject
  11. Local.testsettings = Local.testsettings
  12. migrate_data.vsmdi = migrate_data.vsmdi
  13. TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
  14. EndProjectSection
  15. EndProject
  16. Global
  17. GlobalSection(TestCaseManagementSettings) = postSolution
  18. CategoryFile = migrate_data.vsmdi
  19. EndGlobalSection
  20. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  21. Debug|Any CPU = Debug|Any CPU
  22. Debug|Mixed Platforms = Debug|Mixed Platforms
  23. Debug|x86 = Debug|x86
  24. Release|Any CPU = Release|Any CPU
  25. Release|Mixed Platforms = Release|Mixed Platforms
  26. Release|x86 = Release|x86
  27. EndGlobalSection
  28. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  29. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Debug|Any CPU.ActiveCfg = Debug|x86
  30. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  31. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Debug|Mixed Platforms.Build.0 = Debug|x86
  32. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Debug|x86.ActiveCfg = Debug|x86
  33. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Debug|x86.Build.0 = Debug|x86
  34. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Release|Any CPU.ActiveCfg = Release|x86
  35. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Release|Mixed Platforms.ActiveCfg = Release|x86
  36. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Release|Mixed Platforms.Build.0 = Release|x86
  37. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Release|x86.ActiveCfg = Release|x86
  38. {D6163919-3063-4FC2-9C9B-3A1474D0B93F}.Release|x86.Build.0 = Release|x86
  39. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Debug|Any CPU.ActiveCfg = Debug|x86
  40. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  41. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Debug|Mixed Platforms.Build.0 = Debug|x86
  42. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Debug|x86.ActiveCfg = Debug|x86
  43. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Debug|x86.Build.0 = Debug|x86
  44. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Release|Any CPU.ActiveCfg = Release|x86
  45. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Release|Mixed Platforms.ActiveCfg = Release|x86
  46. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Release|Mixed Platforms.Build.0 = Release|x86
  47. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Release|x86.ActiveCfg = Release|x86
  48. {5F9533DE-6CC6-4131-A85C-203ECFB92FBE}.Release|x86.Build.0 = Release|x86
  49. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  50. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Debug|Any CPU.Build.0 = Debug|Any CPU
  51. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
  52. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
  53. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Debug|x86.ActiveCfg = Debug|Any CPU
  54. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Release|Any CPU.ActiveCfg = Release|Any CPU
  55. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Release|Any CPU.Build.0 = Release|Any CPU
  56. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
  57. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Release|Mixed Platforms.Build.0 = Release|Any CPU
  58. {E1BDFD46-3E8D-488E-8169-447DD238A804}.Release|x86.ActiveCfg = Release|Any CPU
  59. EndGlobalSection
  60. GlobalSection(SolutionProperties) = preSolution
  61. HideSolutionNode = FALSE
  62. EndGlobalSection
  63. EndGlobal