12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31129.286
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImgDenoiseProcesse", "ImgDenoiseProcesse\ImgDenoiseProcesse.vcxproj", "{46713FA9-2E03-4F16-8C87-2A628BB350B6}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasoundImageDenoiseCSLib", "UltrasoundImageDenoiseCSLib\UltrasoundImageDenoiseCSLib.csproj", "{1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}"
- ProjectSection(ProjectDependencies) = postProject
- {46713FA9-2E03-4F16-8C87-2A628BB350B6} = {46713FA9-2E03-4F16-8C87-2A628BB350B6}
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasoundImageDenoiseTest", "UltrasoundImageDenoiseTest\UltrasoundImageDenoiseTest.csproj", "{FF23A960-1784-43EB-B79E-F54646C74925}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Debug|x64.ActiveCfg = Debug|x64
- {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Release|x64.ActiveCfg = Release|x64
- {46713FA9-2E03-4F16-8C87-2A628BB350B6}.Release|x64.Build.0 = Release|x64
- {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Debug|x64.ActiveCfg = Debug|x64
- {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Release|x64.ActiveCfg = Release|x64
- {1392DD22-33E7-4BC3-B048-CB9C4FFA4F20}.Release|x64.Build.0 = Release|x64
- {FF23A960-1784-43EB-B79E-F54646C74925}.Debug|x64.ActiveCfg = Debug|x64
- {FF23A960-1784-43EB-B79E-F54646C74925}.Release|x64.ActiveCfg = Release|x64
- {FF23A960-1784-43EB-B79E-F54646C74925}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {08DE010F-3275-43E1-803E-3496050E50C0}
- EndGlobalSection
- EndGlobal
|