-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBaseLibrary.sln
More file actions
79 lines (79 loc) · 4.75 KB
/
BaseLibrary.sln
File metadata and controls
79 lines (79 loc) · 4.75 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BaseLibrary", "BaseLibrary\BaseLibrary.vcxproj", "{2364C44B-2E4D-4631-A050-B47509AFBC82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6EDA0515-BC8B-4200-97FE-8A37896BBE30}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
BaseLibrary.cppcheck = BaseLibrary.cppcheck
LICENSE = LICENSE
README.md = README.md
Documentation\Releasenotes_v1.txt = Documentation\Releasenotes_v1.txt
Documentation\Releasenotes_v2.txt = Documentation\Releasenotes_v2.txt
sourceclean.cmd = sourceclean.cmd
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTests", "UnitTests\UnitTests.vcxproj", "{0D712016-6A8E-4CBF-B252-C0771ECB03FE}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestFilter", "TestFilter\TestFilter.vcxproj", "{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestRedirect", "TestRedirect\TestRedirect.vcxproj", "{BFAEAA24-687E-4809-9E4C-117AC717968B}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC} = {DE5B971C-BF94-4951-ABB0-89F15B70ECCC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugUnicode|x64 = DebugUnicode|x64
Release|x64 = Release|x64
ReleaseUnicode|x64 = ReleaseUnicode|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Debug|x64.ActiveCfg = Debug|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Debug|x64.Build.0 = Debug|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Release|x64.ActiveCfg = Release|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Release|x64.Build.0 = Release|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.Debug|x64.ActiveCfg = Debug|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.Debug|x64.Build.0 = Debug|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.Release|x64.ActiveCfg = Release|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.Release|x64.Build.0 = Release|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{0D712016-6A8E-4CBF-B252-C0771ECB03FE}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.Debug|x64.ActiveCfg = Debug|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.Debug|x64.Build.0 = Debug|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.Release|x64.ActiveCfg = Release|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.Release|x64.Build.0 = Release|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{DE5B971C-BF94-4951-ABB0-89F15B70ECCC}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.Debug|x64.ActiveCfg = Debug|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.Debug|x64.Build.0 = Debug|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.Release|x64.ActiveCfg = Release|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.Release|x64.Build.0 = Release|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{BFAEAA24-687E-4809-9E4C-117AC717968B}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B9DAEBD-BCCB-4592-A7DD-E128131C6A53}
EndGlobalSection
EndGlobal