UdPunching.sln 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.28803.452
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.Common", "UdPunching.Common\UdPunching.Common.csproj", "{ABC87F5E-7118-4D19-8AFC-B597BAA06569}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.Serv", "UdPunching.Serv\UdPunching.Serv.csproj", "{61003BB5-055E-4E55-B725-3A5B48256D5D}"
  9. EndProject
  10. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{9FB8D149-8F3B-4FC0-937D-19CA4391193B}"
  11. ProjectSection(SolutionItems) = preProject
  12. .gitignore = .gitignore
  13. README.md = README.md
  14. EndProjectSection
  15. EndProject
  16. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.ExampleW", "UdPunching.ExampleW\UdPunching.ExampleW.csproj", "{E34269B6-06EA-4F48-AA62-C8079558664B}"
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Debug|Any CPU = Debug|Any CPU
  21. Release|Any CPU = Release|Any CPU
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  25. {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Debug|Any CPU.Build.0 = Debug|Any CPU
  26. {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Release|Any CPU.ActiveCfg = Release|Any CPU
  27. {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Release|Any CPU.Build.0 = Release|Any CPU
  28. {61003BB5-055E-4E55-B725-3A5B48256D5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  29. {61003BB5-055E-4E55-B725-3A5B48256D5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30. {61003BB5-055E-4E55-B725-3A5B48256D5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
  31. {61003BB5-055E-4E55-B725-3A5B48256D5D}.Release|Any CPU.Build.0 = Release|Any CPU
  32. {E34269B6-06EA-4F48-AA62-C8079558664B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {E34269B6-06EA-4F48-AA62-C8079558664B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {E34269B6-06EA-4F48-AA62-C8079558664B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {E34269B6-06EA-4F48-AA62-C8079558664B}.Release|Any CPU.Build.0 = Release|Any CPU
  36. EndGlobalSection
  37. GlobalSection(SolutionProperties) = preSolution
  38. HideSolutionNode = FALSE
  39. EndGlobalSection
  40. GlobalSection(ExtensibilityGlobals) = postSolution
  41. SolutionGuid = {D2FCE6C2-4066-4108-AE7C-5CA4B111496E}
  42. EndGlobalSection
  43. EndGlobal