UltrasoundImageDenoise.sln 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.31129.286
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImgDenoiseProcesse", "ImgDenoiseProcesse\ImgDenoiseProcesse.vcxproj", "{46713FA9-2E03-4F16-8C87-2A628BB350B6}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasoundImageDenoiseCSLib", "UltrasoundImageDenoiseCSLib\UltrasoundImageDenoiseCSLib.csproj", "{1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {46713FA9-2E03-4F16-8C87-2A628BB350B6} = {46713FA9-2E03-4F16-8C87-2A628BB350B6}
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasoundImageDenoiseTest", "UltrasoundImageDenoiseTest\UltrasoundImageDenoiseTest.csproj", "{FF23A960-1784-43EB-B79E-F54646C74925}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|x64 = Debug|x64
  18. Release|x64 = Release|x64
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Debug|x64.ActiveCfg = Debug|x64
  22. {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Release|x64.ActiveCfg = Release|x64
  23. {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Release|x64.Build.0 = Release|x64
  24. {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Debug|x64.ActiveCfg = Debug|x64
  25. {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Release|x64.ActiveCfg = Release|x64
  26. {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Release|x64.Build.0 = Release|x64
  27. {FF23A960-1784-43EB-B79E-F54646C74925}.Debug|x64.ActiveCfg = Debug|x64
  28. {FF23A960-1784-43EB-B79E-F54646C74925}.Release|x64.ActiveCfg = Release|x64
  29. {FF23A960-1784-43EB-B79E-F54646C74925}.Release|x64.Build.0 = Release|x64
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {08DE010F-3275-43E1-803E-3496050E50C0}
  36. EndGlobalSection
  37. EndGlobal