-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCustomControlBaseLib.sln
59 lines (59 loc) · 3.51 KB
/
CustomControlBaseLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomControlBaseLib", "CustomControlBaseLib\CustomControlBaseLib.csproj", "{404C2727-E2C6-467D-8B5B-A6E2941B8EE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomControlSample", "CustomControlSample\CustomControlSample.csproj", "{1D32FDF8-5FE8-414C-80CB-4113FEB05474}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomControlSampleLib", "CustomControlSampleLib\CustomControlSampleLib.csproj", "{086A3184-0414-49C5-8EDE-22769BDFC569}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D1115C6-C797-4376-8B86-349094F45C0E}"
ProjectSection(SolutionItems) = preProject
CustomControlSample.pdn = CustomControlSample.pdn
CustomControlSample.png = CustomControlSample.png
GlyphDrawerSamples.jpg = GlyphDrawerSamples.jpg
LICENSE = LICENSE
README.md = README.md
TwoStrings.jpg = TwoStrings.jpg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlyphDrawerTestApp", "GlyphDrawerTestApp\GlyphDrawerTestApp.csproj", "{818E8BF1-D366-4B53-B2E1-89A2D59A5691}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlyphDrawerShowApp", "GlyphDrawerShowApp\GlyphDrawerShowApp.csproj", "{0075CE14-1BAF-46DB-92BE-5DB5713476AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{404C2727-E2C6-467D-8B5B-A6E2941B8EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{404C2727-E2C6-467D-8B5B-A6E2941B8EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{404C2727-E2C6-467D-8B5B-A6E2941B8EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{404C2727-E2C6-467D-8B5B-A6E2941B8EE0}.Release|Any CPU.Build.0 = Release|Any CPU
{1D32FDF8-5FE8-414C-80CB-4113FEB05474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D32FDF8-5FE8-414C-80CB-4113FEB05474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D32FDF8-5FE8-414C-80CB-4113FEB05474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D32FDF8-5FE8-414C-80CB-4113FEB05474}.Release|Any CPU.Build.0 = Release|Any CPU
{086A3184-0414-49C5-8EDE-22769BDFC569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{086A3184-0414-49C5-8EDE-22769BDFC569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{086A3184-0414-49C5-8EDE-22769BDFC569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{086A3184-0414-49C5-8EDE-22769BDFC569}.Release|Any CPU.Build.0 = Release|Any CPU
{818E8BF1-D366-4B53-B2E1-89A2D59A5691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{818E8BF1-D366-4B53-B2E1-89A2D59A5691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{818E8BF1-D366-4B53-B2E1-89A2D59A5691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{818E8BF1-D366-4B53-B2E1-89A2D59A5691}.Release|Any CPU.Build.0 = Release|Any CPU
{0075CE14-1BAF-46DB-92BE-5DB5713476AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0075CE14-1BAF-46DB-92BE-5DB5713476AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0075CE14-1BAF-46DB-92BE-5DB5713476AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0075CE14-1BAF-46DB-92BE-5DB5713476AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52D3BCFD-23A0-45C0-BC3C-8F8E183063E5}
EndGlobalSection
EndGlobal