YOLOInstanceSegPostProcessUtils.sln 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33530.505
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YOLOInstanceSegOutputPostProcessUtil", "..\..\AIModule\Common\UtilsLibs\YOLOInstanceSegOutputPostProcessUtil\YOLOInstanceSegOutputPostProcessUtil.vcxproj", "{8D185947-EDF4-45BA-A6A7-159EDC348B65}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YOLOInstanceSegProcessLib", "YOLOInstanceSegProcessLib\YOLOInstanceSegProcessLib.csproj", "{50196FB0-2C2E-44C7-91B8-9FEF5977128D}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {8D185947-EDF4-45BA-A6A7-159EDC348B65} = {8D185947-EDF4-45BA-A6A7-159EDC348B65}
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YOLOInstanceSegDemo", "YOLOInstanceSegDemo\YOLOInstanceSegDemo.csproj", "{BF9C559D-862E-499D-9ED8-1D466282D574}"
  14. ProjectSection(ProjectDependencies) = postProject
  15. {50196FB0-2C2E-44C7-91B8-9FEF5977128D} = {50196FB0-2C2E-44C7-91B8-9FEF5977128D}
  16. EndProjectSection
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Debug|x64 = Debug|x64
  21. Release|x64 = Release|x64
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Debug|x64.ActiveCfg = Debug|x64
  25. {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Debug|x64.Build.0 = Debug|x64
  26. {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Release|x64.ActiveCfg = Release|x64
  27. {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Release|x64.Build.0 = Release|x64
  28. {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Debug|x64.ActiveCfg = Debug|x64
  29. {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Debug|x64.Build.0 = Debug|x64
  30. {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Release|x64.ActiveCfg = Release|x64
  31. {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Release|x64.Build.0 = Release|x64
  32. {BF9C559D-862E-499D-9ED8-1D466282D574}.Debug|x64.ActiveCfg = Debug|x64
  33. {BF9C559D-862E-499D-9ED8-1D466282D574}.Debug|x64.Build.0 = Debug|x64
  34. {BF9C559D-862E-499D-9ED8-1D466282D574}.Release|x64.ActiveCfg = Release|x64
  35. {BF9C559D-862E-499D-9ED8-1D466282D574}.Release|x64.Build.0 = Release|x64
  36. EndGlobalSection
  37. GlobalSection(SolutionProperties) = preSolution
  38. HideSolutionNode = FALSE
  39. EndGlobalSection
  40. GlobalSection(ExtensibilityGlobals) = postSolution
  41. SolutionGuid = {C5044AAE-F528-4D66-89F3-264E387851D2}
  42. EndGlobalSection
  43. EndGlobal