-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKomKothaKoiben.sln
61 lines (61 loc) · 3.7 KB
/
KomKothaKoiben.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KomKothaKoibenUnsortedDatabase", "KomKothaKoiben\KomKothaKoiben.vcxproj", "{320E62EC-16F3-420B-8905-061C7B077351}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KomKothaKoibenSortedDatabase", "KomKothaKoibenSortedDatabase\KomKothaKoibenSortedDatabase.vcxproj", "{97191783-11FB-48B3-8080-55C16E0217D0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KomKothaKoibenSTLForwardList", "KomKothaKoibenSTLForwardList\KomKothaKoibenSTLForwardList.vcxproj", "{F386F51D-6CC3-479F-A233-981527D9DE42}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "STLList", "STLList\STLList.vcxproj", "{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{320E62EC-16F3-420B-8905-061C7B077351}.Debug|x64.ActiveCfg = Debug|x64
{320E62EC-16F3-420B-8905-061C7B077351}.Debug|x64.Build.0 = Debug|x64
{320E62EC-16F3-420B-8905-061C7B077351}.Debug|x86.ActiveCfg = Debug|Win32
{320E62EC-16F3-420B-8905-061C7B077351}.Debug|x86.Build.0 = Debug|Win32
{320E62EC-16F3-420B-8905-061C7B077351}.Release|x64.ActiveCfg = Release|x64
{320E62EC-16F3-420B-8905-061C7B077351}.Release|x64.Build.0 = Release|x64
{320E62EC-16F3-420B-8905-061C7B077351}.Release|x86.ActiveCfg = Release|Win32
{320E62EC-16F3-420B-8905-061C7B077351}.Release|x86.Build.0 = Release|Win32
{97191783-11FB-48B3-8080-55C16E0217D0}.Debug|x64.ActiveCfg = Debug|x64
{97191783-11FB-48B3-8080-55C16E0217D0}.Debug|x64.Build.0 = Debug|x64
{97191783-11FB-48B3-8080-55C16E0217D0}.Debug|x86.ActiveCfg = Debug|Win32
{97191783-11FB-48B3-8080-55C16E0217D0}.Debug|x86.Build.0 = Debug|Win32
{97191783-11FB-48B3-8080-55C16E0217D0}.Release|x64.ActiveCfg = Release|x64
{97191783-11FB-48B3-8080-55C16E0217D0}.Release|x64.Build.0 = Release|x64
{97191783-11FB-48B3-8080-55C16E0217D0}.Release|x86.ActiveCfg = Release|Win32
{97191783-11FB-48B3-8080-55C16E0217D0}.Release|x86.Build.0 = Release|Win32
{F386F51D-6CC3-479F-A233-981527D9DE42}.Debug|x64.ActiveCfg = Debug|x64
{F386F51D-6CC3-479F-A233-981527D9DE42}.Debug|x64.Build.0 = Debug|x64
{F386F51D-6CC3-479F-A233-981527D9DE42}.Debug|x86.ActiveCfg = Debug|Win32
{F386F51D-6CC3-479F-A233-981527D9DE42}.Debug|x86.Build.0 = Debug|Win32
{F386F51D-6CC3-479F-A233-981527D9DE42}.Release|x64.ActiveCfg = Release|x64
{F386F51D-6CC3-479F-A233-981527D9DE42}.Release|x64.Build.0 = Release|x64
{F386F51D-6CC3-479F-A233-981527D9DE42}.Release|x86.ActiveCfg = Release|Win32
{F386F51D-6CC3-479F-A233-981527D9DE42}.Release|x86.Build.0 = Release|Win32
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Debug|x64.ActiveCfg = Debug|x64
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Debug|x64.Build.0 = Debug|x64
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Debug|x86.ActiveCfg = Debug|Win32
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Debug|x86.Build.0 = Debug|Win32
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Release|x64.ActiveCfg = Release|x64
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Release|x64.Build.0 = Release|x64
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Release|x86.ActiveCfg = Release|Win32
{7C5155C3-9A6E-4B5F-8A05-FDF0C17B6210}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {057CC53A-8985-435C-A9F0-8752CB53DEB8}
EndGlobalSection
EndGlobal