forked from MCG-NKU/CmCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCmCode.sln
More file actions
49 lines (49 loc) · 2.54 KB
/
CmCode.sln
File metadata and controls
49 lines (49 loc) · 2.54 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36429.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CmLib", "CmLib\CmLib.vcxproj", "{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Saliency", "Saliency\Saliency.vcxproj", "{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}"
ProjectSection(ProjectDependencies) = postProject
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460} = {925E8D9D-F4BB-431C-BE63-5F95F6CCC460}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7681D28E-550E-48BE-B40F-0737D231294A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
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
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Debug|Win32.ActiveCfg = Debug|Win32
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Debug|Win32.Build.0 = Debug|Win32
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Debug|x64.ActiveCfg = Debug|x64
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Debug|x64.Build.0 = Debug|x64
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Release|Win32.ActiveCfg = Release|Win32
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Release|Win32.Build.0 = Release|Win32
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Release|x64.ActiveCfg = Release|x64
{925E8D9D-F4BB-431C-BE63-5F95F6CCC460}.Release|x64.Build.0 = Release|x64
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Debug|Win32.ActiveCfg = Debug|Win32
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Debug|Win32.Build.0 = Debug|Win32
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Debug|x64.ActiveCfg = Debug|x64
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Debug|x64.Build.0 = Debug|x64
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Release|Win32.ActiveCfg = Release|Win32
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Release|Win32.Build.0 = Release|Win32
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Release|x64.ActiveCfg = Release|x64
{E83E9B34-F6BB-417C-A1A8-66E7168AFF29}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD57FC19-394F-4690-9615-15147138563F}
EndGlobalSection
EndGlobal