-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreconstruction.sln
executable file
·50 lines (50 loc) · 2.95 KB
/
reconstruction.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
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "framework", "framework.vcproj", "{8E0B71BD-6F14-4F0C-AC34-45985043856F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reconstruction_lib", "reconstruction_lib.vcproj", "{8E0B71BD-6F14-4F0C-AC34-543210000000}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reconstruction_app", "reconstruction_app.vcproj", "{E13DD637-02D5-4190-8347-123454321235}"
ProjectSection(ProjectDependencies) = postProject
{8E0B71BD-6F14-4F0C-AC34-45985043856F} = {8E0B71BD-6F14-4F0C-AC34-45985043856F}
{8E0B71BD-6F14-4F0C-AC34-543210000000} = {8E0B71BD-6F14-4F0C-AC34-543210000000}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Debug|Win32.ActiveCfg = Debug|Win32
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Debug|Win32.Build.0 = Debug|Win32
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Debug|x64.ActiveCfg = Debug|x64
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Debug|x64.Build.0 = Debug|x64
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Release|Win32.ActiveCfg = Release|Win32
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Release|Win32.Build.0 = Release|Win32
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Release|x64.ActiveCfg = Release|x64
{8E0B71BD-6F14-4F0C-AC34-45985043856F}.Release|x64.Build.0 = Release|x64
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Debug|Win32.ActiveCfg = Debug|Win32
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Debug|Win32.Build.0 = Debug|Win32
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Debug|x64.ActiveCfg = Debug|x64
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Debug|x64.Build.0 = Debug|x64
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Release|Win32.ActiveCfg = Release|Win32
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Release|Win32.Build.0 = Release|Win32
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Release|x64.ActiveCfg = Release|x64
{8E0B71BD-6F14-4F0C-AC34-543210000000}.Release|x64.Build.0 = Release|x64
{E13DD637-02D5-4190-8347-123454321235}.Debug|Win32.ActiveCfg = Debug|Win32
{E13DD637-02D5-4190-8347-123454321235}.Debug|Win32.Build.0 = Debug|Win32
{E13DD637-02D5-4190-8347-123454321235}.Debug|x64.ActiveCfg = Debug|x64
{E13DD637-02D5-4190-8347-123454321235}.Debug|x64.Build.0 = Debug|x64
{E13DD637-02D5-4190-8347-123454321235}.Release|Win32.ActiveCfg = Release|Win32
{E13DD637-02D5-4190-8347-123454321235}.Release|Win32.Build.0 = Release|Win32
{E13DD637-02D5-4190-8347-123454321235}.Release|x64.ActiveCfg = Release|x64
{E13DD637-02D5-4190-8347-123454321235}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal