redmine-net-api.sln 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.29503.13
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0DFF4758-5C19-4D8F-BA6C-76E618323F6A}"
  6. EndProject
  7. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F3F4278D-6271-4F77-BA88-41555D53CBD1}"
  8. EndProject
  9. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "redmine-net-api", "src\redmine-net-api\redmine-net-api.csproj", "{0E6B9B72-445D-4E71-8D29-48C4A009AB03}"
  10. EndProject
  11. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "redmine-net-api.Tests", "tests\redmine-net-api.Tests\redmine-net-api.Tests.csproj", "{900EF0B3-0233-45DA-811F-4C59483E8452}"
  12. EndProject
  13. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{E8C35EC2-DD90-46E8-9B63-84EFD5F2FDE3}"
  14. ProjectSection(SolutionItems) = preProject
  15. appveyor.yml = appveyor.yml
  16. CHANGELOG.md = CHANGELOG.md
  17. CONTRIBUTING.md = CONTRIBUTING.md
  18. Directory.Build.props = Directory.Build.props
  19. docker-compose.yml = docker-compose.yml
  20. ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
  21. LICENSE = LICENSE
  22. logo.png = logo.png
  23. PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
  24. README.md = README.md
  25. redmine-net-api.snk = redmine-net-api.snk
  26. releasenotes.props = releasenotes.props
  27. signing.props = signing.props
  28. version.props = version.props
  29. EndProjectSection
  30. EndProject
  31. Global
  32. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  33. Debug|Any CPU = Debug|Any CPU
  34. DebugJson|Any CPU = DebugJson|Any CPU
  35. Release|Any CPU = Release|Any CPU
  36. EndGlobalSection
  37. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  38. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.DebugJson|Any CPU.ActiveCfg = DebugJson|Any CPU
  41. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.DebugJson|Any CPU.Build.0 = DebugJson|Any CPU
  42. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.Release|Any CPU.ActiveCfg = Debug|Any CPU
  43. {0E6B9B72-445D-4E71-8D29-48C4A009AB03}.Release|Any CPU.Build.0 = Debug|Any CPU
  44. {900EF0B3-0233-45DA-811F-4C59483E8452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  45. {900EF0B3-0233-45DA-811F-4C59483E8452}.Debug|Any CPU.Build.0 = Debug|Any CPU
  46. {900EF0B3-0233-45DA-811F-4C59483E8452}.DebugJson|Any CPU.ActiveCfg = DebugJson|Any CPU
  47. {900EF0B3-0233-45DA-811F-4C59483E8452}.DebugJson|Any CPU.Build.0 = DebugJson|Any CPU
  48. {900EF0B3-0233-45DA-811F-4C59483E8452}.Release|Any CPU.ActiveCfg = Debug|Any CPU
  49. EndGlobalSection
  50. GlobalSection(SolutionProperties) = preSolution
  51. HideSolutionNode = FALSE
  52. EndGlobalSection
  53. GlobalSection(NestedProjects) = preSolution
  54. {0E6B9B72-445D-4E71-8D29-48C4A009AB03} = {0DFF4758-5C19-4D8F-BA6C-76E618323F6A}
  55. {900EF0B3-0233-45DA-811F-4C59483E8452} = {F3F4278D-6271-4F77-BA88-41555D53CBD1}
  56. EndGlobalSection
  57. GlobalSection(ExtensibilityGlobals) = postSolution
  58. SolutionGuid = {4AA87D90-ABD0-4793-BE47-955B35FAE2BB}
  59. EndGlobalSection
  60. GlobalSection(CodealikeProperties) = postSolution
  61. SolutionGuid = 74da85cc-5a0d-4590-a976-666d0b2d41cb
  62. EndGlobalSection
  63. GlobalSection(TestCaseManagementSettings) = postSolution
  64. CategoryFile = redmine-net-api.vsmdi
  65. EndGlobalSection
  66. EndGlobal