12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.29025.244
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "backprojectionDDb_mex_CUDA", "backprojectionDDb_mex_CUDA.vcxproj", "{791A9536-358C-4597-AE7C-D58CD1C6FA0D}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {791A9536-358C-4597-AE7C-D58CD1C6FA0D}.Debug|x64.ActiveCfg = Debug|x64
- {791A9536-358C-4597-AE7C-D58CD1C6FA0D}.Debug|x64.Build.0 = Debug|x64
- {791A9536-358C-4597-AE7C-D58CD1C6FA0D}.Release|x64.ActiveCfg = Release|x64
- {791A9536-358C-4597-AE7C-D58CD1C6FA0D}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {38ADF92A-D6C7-4810-A45F-C315C49569AA}
- EndGlobalSection
- EndGlobal
|