-
Notifications
You must be signed in to change notification settings - Fork 5
/
b64.vc10.sln
147 lines (147 loc) · 11 KB
/
b64.vc10.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{05EBA0FD-48B9-4C51-845C-D6C0D5B61A9A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example.c.1", "examples\c\example.c.1\vc10\example.c.1.vcxproj", "{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example.c.2", "examples\c\example.c.2\vc10\example.c.2.vcxproj", "{88BF3376-7259-4495-843C-9FC525AE38D8}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example.cpp.1", "examples\cpp\example.cpp.1\vc10\example.cpp.1.vcxproj", "{71F89FF5-A09F-4C04-BFBA-229AB988BC90}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example.cpp.2", "examples\cpp\example.cpp.2\vc10\example.cpp.2.vcxproj", "{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{FDBBC255-D3E2-4D77-996C-D92ADEF406B3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "b64.core", "projects\core\vc10\b64.core.vcxproj", "{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EC237852-A5CC-4812-B915-9537069A775A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "projects", "projects", "{129DEE78-3085-4D70-B4C7-7AAB0426FB36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vcprops", "vcprops", "{13F646D8-EC08-4E48-B152-22B8085D3FF0}"
ProjectSection(SolutionItems) = preProject
projects\vcprops\b64.common.props = projects\vcprops\b64.common.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D246F959-8F8F-4D87-B286-BA190DA4C000}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "component", "component", "{F898FB36-8AEA-4096-B8EE-29A57858EF69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "performance", "performance", "{FFB1EC85-AC69-45B4-A5ED-A79F5868B793}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scratch", "scratch", "{512E8121-D121-4D3A-934B-EF6FDD79C524}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit", "unit", "{F5B3D42E-63F7-4E62-88EA-4C3EC7733F3C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test.unit.c.1", "test\unit\test.unit.c.1\vc10\test.unit.c.1.vcxproj", "{8DDBE605-F03A-4EF0-BF71-738F735E301C}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test.unit.cpp.1", "test\unit\test.unit.cpp.1\vc10\test.unit.cpp.1.vcxproj", "{43F8D939-DFCC-4941-9AAF-99558F2D86D4}"
ProjectSection(ProjectDependencies) = postProject
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {556A45E1-24FA-4E66-A90A-0ADEBAFE408D}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{EE3C5C39-4BB9-4980-A5F0-A8512D77A368}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Multithreaded|Win32 = Debug Multithreaded|Win32
Debug Multithreaded|x64 = Debug Multithreaded|x64
Release Multithreaded|Win32 = Release Multithreaded|Win32
Release Multithreaded|x64 = Release Multithreaded|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{88BF3376-7259-4495-843C-9FC525AE38D8}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{88BF3376-7259-4495-843C-9FC525AE38D8}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{88BF3376-7259-4495-843C-9FC525AE38D8}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{88BF3376-7259-4495-843C-9FC525AE38D8}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{88BF3376-7259-4495-843C-9FC525AE38D8}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{88BF3376-7259-4495-843C-9FC525AE38D8}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{88BF3376-7259-4495-843C-9FC525AE38D8}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{88BF3376-7259-4495-843C-9FC525AE38D8}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{71F89FF5-A09F-4C04-BFBA-229AB988BC90}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{8DDBE605-F03A-4EF0-BF71-738F735E301C}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Debug Multithreaded|x64.Build.0 = Debug Multithreaded|x64
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64
{43F8D939-DFCC-4941-9AAF-99558F2D86D4}.Release Multithreaded|x64.Build.0 = Release Multithreaded|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D0F5238-DD13-44C7-9F2A-7AE8EE94235C} = {05EBA0FD-48B9-4C51-845C-D6C0D5B61A9A}
{88BF3376-7259-4495-843C-9FC525AE38D8} = {05EBA0FD-48B9-4C51-845C-D6C0D5B61A9A}
{71F89FF5-A09F-4C04-BFBA-229AB988BC90} = {05EBA0FD-48B9-4C51-845C-D6C0D5B61A9A}
{FAB52C86-2C3D-4FCD-B5B6-56061C21E8DB} = {05EBA0FD-48B9-4C51-845C-D6C0D5B61A9A}
{556A45E1-24FA-4E66-A90A-0ADEBAFE408D} = {FDBBC255-D3E2-4D77-996C-D92ADEF406B3}
{129DEE78-3085-4D70-B4C7-7AAB0426FB36} = {EC237852-A5CC-4812-B915-9537069A775A}
{13F646D8-EC08-4E48-B152-22B8085D3FF0} = {129DEE78-3085-4D70-B4C7-7AAB0426FB36}
{F898FB36-8AEA-4096-B8EE-29A57858EF69} = {D246F959-8F8F-4D87-B286-BA190DA4C000}
{FFB1EC85-AC69-45B4-A5ED-A79F5868B793} = {D246F959-8F8F-4D87-B286-BA190DA4C000}
{512E8121-D121-4D3A-934B-EF6FDD79C524} = {D246F959-8F8F-4D87-B286-BA190DA4C000}
{F5B3D42E-63F7-4E62-88EA-4C3EC7733F3C} = {D246F959-8F8F-4D87-B286-BA190DA4C000}
{8DDBE605-F03A-4EF0-BF71-738F735E301C} = {F5B3D42E-63F7-4E62-88EA-4C3EC7733F3C}
{43F8D939-DFCC-4941-9AAF-99558F2D86D4} = {F5B3D42E-63F7-4E62-88EA-4C3EC7733F3C}
EndGlobalSection
EndGlobal