-
Notifications
You must be signed in to change notification settings - Fork 3
/
DeepSight.sln
46 lines (46 loc) · 2.57 KB
/
DeepSight.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deepsight", "src\deepsight\deepsight.vcxproj", "{9E52B1FA-DD78-4F63-97F3-B5873AE151CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepSightNet", "src\DeepSightNet\DeepSightNet.csproj", "{70A45ECC-931D-4FEE-833F-442EF9CB54A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepSightRhino", "src\DeepSightRhino\DeepSightRhino.csproj", "{8B62411C-EBCE-40FC-A1E7-6B5C085B1582}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepSight.GH", "src\DeepSight.GH\DeepSight.GH.csproj", "{34E0FE2E-4D40-4444-88D0-7BD701941516}"
ProjectSection(ProjectDependencies) = postProject
{8B62411C-EBCE-40FC-A1E7-6B5C085B1582} = {8B62411C-EBCE-40FC-A1E7-6B5C085B1582}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeepSightCommon", "src\DeepSightCommon\DeepSightCommon.vcxproj", "{28F3B902-577B-49F6-9D86-6A012284EFD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E52B1FA-DD78-4F63-97F3-B5873AE151CB}.Debug|x64.ActiveCfg = Debug|x64
{9E52B1FA-DD78-4F63-97F3-B5873AE151CB}.Release|x64.ActiveCfg = Release|x64
{9E52B1FA-DD78-4F63-97F3-B5873AE151CB}.Release|x64.Build.0 = Release|x64
{70A45ECC-931D-4FEE-833F-442EF9CB54A8}.Debug|x64.ActiveCfg = Debug|x64
{70A45ECC-931D-4FEE-833F-442EF9CB54A8}.Release|x64.ActiveCfg = Release|x64
{70A45ECC-931D-4FEE-833F-442EF9CB54A8}.Release|x64.Build.0 = Release|x64
{8B62411C-EBCE-40FC-A1E7-6B5C085B1582}.Debug|x64.ActiveCfg = Debug|x64
{8B62411C-EBCE-40FC-A1E7-6B5C085B1582}.Release|x64.ActiveCfg = Release|x64
{8B62411C-EBCE-40FC-A1E7-6B5C085B1582}.Release|x64.Build.0 = Release|x64
{34E0FE2E-4D40-4444-88D0-7BD701941516}.Debug|x64.ActiveCfg = Debug|x64
{34E0FE2E-4D40-4444-88D0-7BD701941516}.Release|x64.ActiveCfg = Release|x64
{34E0FE2E-4D40-4444-88D0-7BD701941516}.Release|x64.Build.0 = Release|x64
{28F3B902-577B-49F6-9D86-6A012284EFD1}.Debug|x64.ActiveCfg = Debug|x64
{28F3B902-577B-49F6-9D86-6A012284EFD1}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1C9770B-B894-491B-9EB1-D3BBFA71E373}
EndGlobalSection
EndGlobal