Vitorm.PostgreSQL.sln 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31606.5
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-8529-4E3F-AF43-6EC1E9E40828}"
  7. ProjectSection(SolutionItems) = preProject
  8. README.md = README.md
  9. doc\ReleaseNotes.md = doc\ReleaseNotes.md
  10. EndProjectSection
  11. EndProject
  12. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7904FE51-04FF-4477-8E3A-CC340389EE32}"
  13. EndProject
  14. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{05176905-A2A5-4015-9F04-2904506C902F}"
  15. ProjectSection(SolutionItems) = preProject
  16. src\Versions.props = src\Versions.props
  17. EndProjectSection
  18. EndProject
  19. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL", "src\Vitorm.PostgreSQL\Vitorm.PostgreSQL.csproj", "{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}"
  20. EndProject
  21. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL.Data.MsTest", "test\Vitorm.PostgreSQL.Data.MsTest\Vitorm.PostgreSQL.Data.MsTest.csproj", "{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}"
  22. EndProject
  23. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL.MsTest", "test\Vitorm.PostgreSQL.MsTest\Vitorm.PostgreSQL.MsTest.csproj", "{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}"
  24. EndProject
  25. Global
  26. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  27. Debug|Any CPU = Debug|Any CPU
  28. Release|Any CPU = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  31. {4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Release|Any CPU.Build.0 = Release|Any CPU
  35. {FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. {FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
  38. {FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Release|Any CPU.Build.0 = Release|Any CPU
  39. {704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  40. {704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
  41. {704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
  42. {704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Release|Any CPU.Build.0 = Release|Any CPU
  43. EndGlobalSection
  44. GlobalSection(SolutionProperties) = preSolution
  45. HideSolutionNode = FALSE
  46. EndGlobalSection
  47. GlobalSection(NestedProjects) = preSolution
  48. {4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E} = {05176905-A2A5-4015-9F04-2904506C902F}
  49. {FE069C13-7F3C-4AB2-A5DC-0460C8509C88} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
  50. {704686A9-CC6D-4E0A-8E06-224EBD5AFECD} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
  51. EndGlobalSection
  52. GlobalSection(ExtensibilityGlobals) = postSolution
  53. SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
  54. EndGlobalSection
  55. EndGlobal