-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMarkEmbling.Forms.Controls.sln
More file actions
39 lines (39 loc) · 2.16 KB
/
MarkEmbling.Forms.Controls.sln
File metadata and controls
39 lines (39 loc) · 2.16 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{13B7AC91-518F-4AF2-90AF-B59FD503D28C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkEmbling.Forms.Controls.ExamplesNet472", "examples\MarkEmbling.Forms.Controls.ExamplesNet472\MarkEmbling.Forms.Controls.ExamplesNet472.csproj", "{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{A846D8E3-A274-4F8E-9B4F-18C86C9C22E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkEmbling.Forms.Controls", "src\MarkEmbling.Forms.Controls\MarkEmbling.Forms.Controls.csproj", "{5B16F105-615A-4730-B9EF-2706F8ADBC3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3}.Release|Any CPU.Build.0 = Release|Any CPU
{5B16F105-615A-4730-B9EF-2706F8ADBC3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B16F105-615A-4730-B9EF-2706F8ADBC3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B16F105-615A-4730-B9EF-2706F8ADBC3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B16F105-615A-4730-B9EF-2706F8ADBC3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62A043E2-B20A-468A-9EB3-4ACD9ED4F2A3} = {A846D8E3-A274-4F8E-9B4F-18C86C9C22E8}
{5B16F105-615A-4730-B9EF-2706F8ADBC3B} = {13B7AC91-518F-4AF2-90AF-B59FD503D28C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC4E3312-8596-46CC-B0AA-044D9F8CE149}
EndGlobalSection
EndGlobal