You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 line
2.4 KiB

  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.28803.352
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JT808.Protocol", "JT808.Protocol\JT808.Protocol.csproj", "{6259F511-97FF-4E8D-99EB-C5BB6F2B1069}"
  6. EndProject
  7. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JT808.Protocol.Test", "JT808.Protocol.Test\JT808.Protocol.Test.csproj", "{51E98B6A-E350-4E2C-A9C5-78C8B400DA72}"
  8. EndProject
  9. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6296ADE-B239-4A4B-ACDA-B80C0A61399B}"
  10. ProjectSection(SolutionItems) = preProject
  11. ..\.travis.yml = ..\.travis.yml
  12. ..\README.md = ..\README.md
  13. EndProjectSection
  14. EndProject
  15. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JT808.Protocol.Benchmark", "JT808.Protocol.Benchmark\JT808.Protocol.Benchmark.csproj", "{04966672-8FC4-42F2-BF0F-9E367A8FC5AF}"
  16. EndProject
  17. Global
  18. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  19. Debug|Any CPU = Debug|Any CPU
  20. Release|Any CPU = Release|Any CPU
  21. EndGlobalSection
  22. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  23. {6259F511-97FF-4E8D-99EB-C5BB6F2B1069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {6259F511-97FF-4E8D-99EB-C5BB6F2B1069}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {6259F511-97FF-4E8D-99EB-C5BB6F2B1069}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {6259F511-97FF-4E8D-99EB-C5BB6F2B1069}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {51E98B6A-E350-4E2C-A9C5-78C8B400DA72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {51E98B6A-E350-4E2C-A9C5-78C8B400DA72}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {51E98B6A-E350-4E2C-A9C5-78C8B400DA72}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {51E98B6A-E350-4E2C-A9C5-78C8B400DA72}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {04966672-8FC4-42F2-BF0F-9E367A8FC5AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {04966672-8FC4-42F2-BF0F-9E367A8FC5AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {04966672-8FC4-42F2-BF0F-9E367A8FC5AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {04966672-8FC4-42F2-BF0F-9E367A8FC5AF}.Release|Any CPU.Build.0 = Release|Any CPU
  35. EndGlobalSection
  36. GlobalSection(SolutionProperties) = preSolution
  37. HideSolutionNode = FALSE
  38. EndGlobalSection
  39. GlobalSection(ExtensibilityGlobals) = postSolution
  40. SolutionGuid = {D58CCAA8-ED94-4048-A6DE-55A84814DF17}
  41. EndGlobalSection
  42. EndGlobal