forked from dtegunov/gtom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTOM.sln
88 lines (88 loc) · 5.85 KB
/
GTOM.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTOM", "GTOM.vcxproj", "{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GoogleTest", "GoogleTest\GoogleTest.vcxproj", "{50F9A6B7-4849-4C80-A690-1E63C58280CF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTOMTest", "GTOMTest\GTOMTest.vcxproj", "{B22C9299-A26A-48C8-A39E-1CD91C7C450F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MEX", "MEX\MEX.vcxproj", "{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug DLL|Mixed Platforms = Debug DLL|Mixed Platforms
Debug DLL|Win32 = Debug DLL|Win32
Debug DLL|x64 = Debug DLL|x64
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug DLL|Win32.ActiveCfg = Debug DLL|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug DLL|x64.ActiveCfg = Debug DLL|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug DLL|x64.Build.0 = Debug DLL|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug|Mixed Platforms.Build.0 = Debug|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug|Win32.ActiveCfg = Debug|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug|x64.ActiveCfg = Debug|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Debug|x64.Build.0 = Debug|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Release|Mixed Platforms.ActiveCfg = Release|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Release|Mixed Platforms.Build.0 = Release|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Release|Win32.ActiveCfg = Release|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Release|x64.ActiveCfg = Release|x64
{C5083A95-7B41-47E7-99A5-FE08DC0ECDB1}.Release|x64.Build.0 = Release|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug DLL|Win32.ActiveCfg = Debug DLL|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug DLL|x64.ActiveCfg = Debug DLL|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug DLL|x64.Build.0 = Debug DLL|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug|Mixed Platforms.Build.0 = Debug|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug|Win32.ActiveCfg = Debug|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug|x64.ActiveCfg = Debug|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Debug|x64.Build.0 = Debug|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Release|Mixed Platforms.ActiveCfg = Release|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Release|Mixed Platforms.Build.0 = Release|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Release|Win32.ActiveCfg = Release|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Release|x64.ActiveCfg = Release|x64
{50F9A6B7-4849-4C80-A690-1E63C58280CF}.Release|x64.Build.0 = Release|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug DLL|Win32.ActiveCfg = Debug DLL|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug DLL|x64.ActiveCfg = Debug DLL|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug DLL|x64.Build.0 = Debug DLL|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug|Mixed Platforms.Build.0 = Debug|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug|Win32.ActiveCfg = Debug|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug|x64.ActiveCfg = Debug|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Debug|x64.Build.0 = Debug|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Release|Mixed Platforms.ActiveCfg = Release|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Release|Mixed Platforms.Build.0 = Release|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Release|Win32.ActiveCfg = Release|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Release|x64.ActiveCfg = Release|x64
{B22C9299-A26A-48C8-A39E-1CD91C7C450F}.Release|x64.Build.0 = Release|x64
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug DLL|Win32.ActiveCfg = Debug DLL|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug DLL|Win32.Build.0 = Debug DLL|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug DLL|x64.ActiveCfg = Debug DLL|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug|Win32.ActiveCfg = Debug|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug|Win32.Build.0 = Debug|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Debug|x64.ActiveCfg = Debug|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Release|Win32.ActiveCfg = Release|Win32
{B14BE630-7941-47BB-9BE3-FA8AF3BBEB7D}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal