-
Notifications
You must be signed in to change notification settings - Fork 17
/
Thin Structure Segmentation - cuda.sln
25 lines (25 loc) · 1.27 KB
/
Thin Structure Segmentation - cuda.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VesselNess", "VesselNess\VesselNess.vcxproj", "{8C1B273B-B6D3-44B9-84EB-F0A1E33F3CED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VesselNess-cuda", "VesselNess-cuda\VesselNess-cuda.vcxproj", "{BF0F3497-4CF1-469C-ADF4-92AE1829118D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64-cuda = Debug|x64-cuda
Release|x64-cuda = Release|x64-cuda
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C1B273B-B6D3-44B9-84EB-F0A1E33F3CED}.Debug|x64-cuda.ActiveCfg = Debug|x64
{8C1B273B-B6D3-44B9-84EB-F0A1E33F3CED}.Release|x64-cuda.ActiveCfg = Release|x64
{8C1B273B-B6D3-44B9-84EB-F0A1E33F3CED}.Release|x64-cuda.Build.0 = Release|x64
{BF0F3497-4CF1-469C-ADF4-92AE1829118D}.Debug|x64-cuda.ActiveCfg = Debug|x64
{BF0F3497-4CF1-469C-ADF4-92AE1829118D}.Debug|x64-cuda.Build.0 = Debug|x64
{BF0F3497-4CF1-469C-ADF4-92AE1829118D}.Release|x64-cuda.ActiveCfg = Release|x64
{BF0F3497-4CF1-469C-ADF4-92AE1829118D}.Release|x64-cuda.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal