-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathVS2008OpenMesh.sln
38 lines (38 loc) · 2.2 KB
/
VS2008OpenMesh.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "src\OpenMesh\Core\VS2008Core.vcproj", "{68E46D49-FF4B-337F-9909-E8CC0C457A5D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tools", "src\OpenMesh\Tools\VS2008Tools.vcproj", "{A84C45D6-CAE9-38A7-8A45-631F520C70CC}"
ProjectSection(ProjectDependencies) = postProject
{68E46D49-FF4B-337F-9909-E8CC0C457A5D} = {68E46D49-FF4B-337F-9909-E8CC0C457A5D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VS2008MConvert", "src\OpenMesh\Apps\mconvert\VS2008mconvert.vcproj", "{C2F9DF8D-9293-4B6C-839C-57A38D1C873B}"
ProjectSection(ProjectDependencies) = postProject
{68E46D49-FF4B-337F-9909-E8CC0C457A5D} = {68E46D49-FF4B-337F-9909-E8CC0C457A5D}
{A84C45D6-CAE9-38A7-8A45-631F520C70CC} = {A84C45D6-CAE9-38A7-8A45-631F520C70CC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68E46D49-FF4B-337F-9909-E8CC0C457A5D}.Debug|Win32.ActiveCfg = Debug|Win32
{68E46D49-FF4B-337F-9909-E8CC0C457A5D}.Debug|Win32.Build.0 = Debug|Win32
{68E46D49-FF4B-337F-9909-E8CC0C457A5D}.Release|Win32.ActiveCfg = Release|Win32
{68E46D49-FF4B-337F-9909-E8CC0C457A5D}.Release|Win32.Build.0 = Release|Win32
{A84C45D6-CAE9-38A7-8A45-631F520C70CC}.Debug|Win32.ActiveCfg = Debug|Win32
{A84C45D6-CAE9-38A7-8A45-631F520C70CC}.Debug|Win32.Build.0 = Debug|Win32
{A84C45D6-CAE9-38A7-8A45-631F520C70CC}.Release|Win32.ActiveCfg = Release|Win32
{A84C45D6-CAE9-38A7-8A45-631F520C70CC}.Release|Win32.Build.0 = Release|Win32
{C2F9DF8D-9293-4B6C-839C-57A38D1C873B}.Debug|Win32.ActiveCfg = Debug|Win32
{C2F9DF8D-9293-4B6C-839C-57A38D1C873B}.Debug|Win32.Build.0 = Debug|Win32
{C2F9DF8D-9293-4B6C-839C-57A38D1C873B}.Release|Win32.ActiveCfg = Release|Win32
{C2F9DF8D-9293-4B6C-839C-57A38D1C873B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal