This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
forked from nevali/opencflite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCFLite.sln
130 lines (130 loc) · 7.37 KB
/
CFLite.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WritePListExample", "examples\WritePListExample\WritePListExample.vcproj", "{AD525151-D756-44E6-AEA7-12052F4F43E2}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReadPListExample", "examples\ReadPListExample\ReadPListExample.vcproj", "{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StringExample", "examples\StringExample\StringExample.vcproj", "{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AllocatorExample", "examples\Allocator\Allocator.vcproj", "{2A4D3906-539D-4D1E-9C97-47ABD83FD999}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CFLite", "windows\CFLiteLib.vcproj", "{EC99198F-4CDD-4D85-AE6F-F837FF6CC372}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DisplayURL", "examples\DisplayURL\DisplayURL.vcproj", "{6816B34F-DE8C-48EC-8F31-11176DA5FE11}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DNSServiceMetaQuery", "examples\DNSServiceMetaQuery\DNSServiceMetaQuery.vcproj", "{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{60C062B2-DAC0-4361-9D92-9654183AFD72}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CFRunLoopTimerExample", "examples\CFRunLoopTimerExample\CFRunLoopTimerExample.vcproj", "{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372} = {EC99198F-4CDD-4D85-AE6F-F837FF6CC372}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD525151-D756-44E6-AEA7-12052F4F43E2}.Debug|Win32.ActiveCfg = Debug|Win32
{AD525151-D756-44E6-AEA7-12052F4F43E2}.Debug|Win32.Build.0 = Debug|Win32
{AD525151-D756-44E6-AEA7-12052F4F43E2}.Release|Win32.ActiveCfg = Release|Win32
{AD525151-D756-44E6-AEA7-12052F4F43E2}.Release|Win32.Build.0 = Release|Win32
{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E}.Debug|Win32.ActiveCfg = Debug|Win32
{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E}.Debug|Win32.Build.0 = Debug|Win32
{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E}.Release|Win32.ActiveCfg = Release|Win32
{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E}.Release|Win32.Build.0 = Release|Win32
{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1}.Debug|Win32.ActiveCfg = Debug|Win32
{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1}.Debug|Win32.Build.0 = Debug|Win32
{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1}.Release|Win32.ActiveCfg = Release|Win32
{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1}.Release|Win32.Build.0 = Release|Win32
{2A4D3906-539D-4D1E-9C97-47ABD83FD999}.Debug|Win32.ActiveCfg = Debug|Win32
{2A4D3906-539D-4D1E-9C97-47ABD83FD999}.Debug|Win32.Build.0 = Debug|Win32
{2A4D3906-539D-4D1E-9C97-47ABD83FD999}.Release|Win32.ActiveCfg = Release|Win32
{2A4D3906-539D-4D1E-9C97-47ABD83FD999}.Release|Win32.Build.0 = Release|Win32
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372}.Debug|Win32.ActiveCfg = Debug|Win32
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372}.Debug|Win32.Build.0 = Debug|Win32
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372}.Release|Win32.ActiveCfg = Release|Win32
{EC99198F-4CDD-4D85-AE6F-F837FF6CC372}.Release|Win32.Build.0 = Release|Win32
{6816B34F-DE8C-48EC-8F31-11176DA5FE11}.Debug|Win32.ActiveCfg = Debug|Win32
{6816B34F-DE8C-48EC-8F31-11176DA5FE11}.Debug|Win32.Build.0 = Debug|Win32
{6816B34F-DE8C-48EC-8F31-11176DA5FE11}.Release|Win32.ActiveCfg = Release|Win32
{6816B34F-DE8C-48EC-8F31-11176DA5FE11}.Release|Win32.Build.0 = Release|Win32
{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9}.Debug|Win32.ActiveCfg = Debug|Win32
{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9}.Debug|Win32.Build.0 = Debug|Win32
{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9}.Release|Win32.ActiveCfg = Release|Win32
{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9}.Release|Win32.Build.0 = Release|Win32
{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28}.Debug|Win32.ActiveCfg = Debug|Win32
{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28}.Debug|Win32.Build.0 = Debug|Win32
{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28}.Release|Win32.ActiveCfg = Release|Win32
{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDF7218C-AE33-4367-B6F9-5728AE3C7F6E} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{4E98FDA7-54AE-4A8E-847A-8665DEF6BBE1} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{2A4D3906-539D-4D1E-9C97-47ABD83FD999} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{6816B34F-DE8C-48EC-8F31-11176DA5FE11} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{B5F7F4D9-DCA9-4CCD-8776-D2EAF45E4BE9} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{AD525151-D756-44E6-AEA7-12052F4F43E2} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
{6EC2C74D-B79D-4B8D-B14B-94ED3F08EB28} = {60C062B2-DAC0-4361-9D92-9654183AFD72}
EndGlobalSection
EndGlobal