-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCxViewer.sln
93 lines (93 loc) · 6.2 KB
/
CxViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CxViewerVSIX", "CxViewerVSIX\CxViewerVSIX.csproj", "{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{9B747803-8500-4115-953E-CE7CBF2A14C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorButton", "CxViewerColorButton\ColorButton.csproj", "{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DgvFilterPopup", "CxViewerDgvFilterPopup\DgvFilterPopup.csproj", "{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CxViewerAction", "CxViewerAction\CxViewerAction.csproj", "{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Build|Any CPU = Build|Any CPU
Build|x86 = Build|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Build|Any CPU.ActiveCfg = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Build|Any CPU.Build.0 = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Build|x86.ActiveCfg = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Build|x86.Build.0 = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Debug|x86.ActiveCfg = Debug|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Debug|x86.Build.0 = Debug|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Release|Any CPU.Build.0 = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Release|x86.ActiveCfg = Release|Any CPU
{0D4CC225-7BF6-4EB8-9936-C6FD86FABCAB}.Release|x86.Build.0 = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Build|Any CPU.ActiveCfg = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Build|Any CPU.Build.0 = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Build|x86.ActiveCfg = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Build|x86.Build.0 = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Debug|x86.ActiveCfg = Debug|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Debug|x86.Build.0 = Debug|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Release|Any CPU.Build.0 = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Release|x86.ActiveCfg = Release|Any CPU
{9B747803-8500-4115-953E-CE7CBF2A14C2}.Release|x86.Build.0 = Release|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Build|Any CPU.ActiveCfg = Build|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Build|Any CPU.Build.0 = Build|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Build|x86.ActiveCfg = Build|x86
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Build|x86.Build.0 = Build|x86
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Debug|Any CPU.ActiveCfg = Build|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Debug|Any CPU.Build.0 = Build|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Debug|x86.ActiveCfg = Debug|x86
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Debug|x86.Build.0 = Debug|x86
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Release|Any CPU.Build.0 = Release|Any CPU
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Release|x86.ActiveCfg = Release|x86
{DEFBE28B-3B2E-4324-BBAE-9B9783A29607}.Release|x86.Build.0 = Release|x86
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Build|Any CPU.ActiveCfg = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Build|Any CPU.Build.0 = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Build|x86.ActiveCfg = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Build|x86.Build.0 = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Debug|Any CPU.ActiveCfg = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Debug|Any CPU.Build.0 = Build|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Debug|x86.Build.0 = Debug|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Release|Any CPU.Build.0 = Release|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Release|x86.ActiveCfg = Release|Any CPU
{4B9BE5FD-303E-4270-9C4D-FA3BDE6C34EB}.Release|x86.Build.0 = Release|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Build|Any CPU.ActiveCfg = Build|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Build|Any CPU.Build.0 = Build|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Build|x86.ActiveCfg = Build|x86
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Build|x86.Build.0 = Build|x86
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Debug|Any CPU.ActiveCfg = Build|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Debug|Any CPU.Build.0 = Build|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Debug|x86.ActiveCfg = Debug|x86
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Debug|x86.Build.0 = Debug|x86
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Release|Any CPU.Build.0 = Release|Any CPU
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Release|x86.ActiveCfg = Release|x86
{A3841A67-DAE8-42BD-B0D4-9D0D1657F902}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8D511A1-ED8F-4714-8370-25DFC47B4EBE}
EndGlobalSection
EndGlobal