-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRestFilter.sln
96 lines (96 loc) · 5.88 KB
/
RestFilter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RestFilter", "RestFilter\RestFilter.vcxproj", "{687B28C4-9837-42EC-85D3-AF7539C113DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "user", "user", "{3C8BF42D-CAAC-4637-BF1D-CD6B5681BFC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "filter", "filter", "{AA296047-0AD2-4224-BBD9-9C23881FB250}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libRestFilter", "user\library\libRestFilter.vcxproj", "{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RestFilterDemo", "user\demo\RestFilterDemo.vcxproj", "{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM.ActiveCfg = Debug|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM.Build.0 = Debug|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM.Deploy.0 = Debug|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM64.ActiveCfg = Debug|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM64.Build.0 = Debug|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|ARM64.Deploy.0 = Debug|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x64.ActiveCfg = Debug|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x64.Build.0 = Debug|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x64.Deploy.0 = Debug|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x86.ActiveCfg = Debug|Win32
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x86.Build.0 = Debug|Win32
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Debug|x86.Deploy.0 = Debug|Win32
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM.ActiveCfg = Release|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM.Build.0 = Release|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM.Deploy.0 = Release|ARM
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM64.ActiveCfg = Release|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM64.Build.0 = Release|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|ARM64.Deploy.0 = Release|ARM64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x64.ActiveCfg = Release|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x64.Build.0 = Release|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x64.Deploy.0 = Release|x64
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x86.ActiveCfg = Release|Win32
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x86.Build.0 = Release|Win32
{687B28C4-9837-42EC-85D3-AF7539C113DE}.Release|x86.Deploy.0 = Release|Win32
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|ARM.ActiveCfg = Debug|ARM
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|ARM.Build.0 = Debug|ARM
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|ARM64.ActiveCfg = Debug|ARM64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|ARM64.Build.0 = Debug|ARM64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|x64.ActiveCfg = Debug|x64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|x64.Build.0 = Debug|x64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|x86.ActiveCfg = Debug|Win32
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Debug|x86.Build.0 = Debug|Win32
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|ARM.ActiveCfg = Release|ARM
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|ARM.Build.0 = Release|ARM
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|ARM64.ActiveCfg = Release|ARM64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|ARM64.Build.0 = Release|ARM64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|x64.ActiveCfg = Release|x64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|x64.Build.0 = Release|x64
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|x86.ActiveCfg = Release|Win32
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0}.Release|x86.Build.0 = Release|Win32
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|ARM.ActiveCfg = Debug|ARM
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|ARM.Build.0 = Debug|ARM
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|ARM64.ActiveCfg = Debug|ARM64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|ARM64.Build.0 = Debug|ARM64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|x64.ActiveCfg = Debug|x64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|x64.Build.0 = Debug|x64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|x86.ActiveCfg = Debug|Win32
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Debug|x86.Build.0 = Debug|Win32
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|ARM.ActiveCfg = Release|ARM
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|ARM.Build.0 = Release|ARM
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|ARM64.ActiveCfg = Release|ARM64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|ARM64.Build.0 = Release|ARM64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|x64.ActiveCfg = Release|x64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|x64.Build.0 = Release|x64
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|x86.ActiveCfg = Release|Win32
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{687B28C4-9837-42EC-85D3-AF7539C113DE} = {AA296047-0AD2-4224-BBD9-9C23881FB250}
{A6156D19-DAB6-45FB-80EF-A5D8115C7DA0} = {3C8BF42D-CAAC-4637-BF1D-CD6B5681BFC5}
{8E1BB6D4-4D24-41D8-AD32-E6CDBB6A270F} = {3C8BF42D-CAAC-4637-BF1D-CD6B5681BFC5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49823C84-EE93-45B4-B1A4-4CE2DD566F7C}
EndGlobalSection
EndGlobal