.gitmodules 868 B

123456789101112131415161718192021222324252627
  1. [submodule "modules/BasicMiddleware"]
  2. path = modules/BasicMiddleware
  3. url = https://github.com/aspnet/BasicMiddleware.git
  4. branch = master
  5. [submodule "modules/Identity"]
  6. path = modules/Identity
  7. url = https://github.com/aspnet/Identity.git
  8. branch = master
  9. [submodule "modules/Localization"]
  10. path = modules/Localization
  11. url = https://github.com/aspnet/Localization.git
  12. branch = master
  13. [submodule "modules/Mvc"]
  14. path = modules/Mvc
  15. url = https://github.com/aspnet/Mvc.git
  16. branch = master
  17. [submodule "modules/Razor"]
  18. path = modules/Razor
  19. url = https://github.com/aspnet/Razor.git
  20. branch = master
  21. [submodule "modules/SignalR"]
  22. path = modules/SignalR
  23. url = https://github.com/aspnet/SignalR.git
  24. branch = master
  25. [submodule "src/IISIntegration/test/gtest/googletest"]
  26. path = src/IISIntegration/test/gtest/googletest
  27. url = https://github.com/google/googletest