-
Notifications
You must be signed in to change notification settings - Fork 0
/
BindingNavigatorSolution.sln
51 lines (51 loc) · 2.86 KB
/
BindingNavigatorSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorLibrary", "NavigatorLibrary\NavigatorLibrary.csproj", "{39EA7F35-1D90-48C1-888C-BB9BB4515315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Class projects", "Class projects", "{A6DDC515-3584-4007-82AD-91CAA2317D51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Forms projects", "Forms projects", "{A91A8A5F-5803-43A0-BF39-FFF561901067}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsApp1", "WinFormsApp1\WinFormsApp1.csproj", "{7D153942-0264-4D47-8123-D6D420D6F136}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51432A87-A54B-4058-872B-A3D3D69CE9B4}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingListLibrary", "BindingListLibrary\BindingListLibrary.csproj", "{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39EA7F35-1D90-48C1-888C-BB9BB4515315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39EA7F35-1D90-48C1-888C-BB9BB4515315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39EA7F35-1D90-48C1-888C-BB9BB4515315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39EA7F35-1D90-48C1-888C-BB9BB4515315}.Release|Any CPU.Build.0 = Release|Any CPU
{7D153942-0264-4D47-8123-D6D420D6F136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D153942-0264-4D47-8123-D6D420D6F136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D153942-0264-4D47-8123-D6D420D6F136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D153942-0264-4D47-8123-D6D420D6F136}.Release|Any CPU.Build.0 = Release|Any CPU
{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{39EA7F35-1D90-48C1-888C-BB9BB4515315} = {A6DDC515-3584-4007-82AD-91CAA2317D51}
{7D153942-0264-4D47-8123-D6D420D6F136} = {A91A8A5F-5803-43A0-BF39-FFF561901067}
{0600FDDD-A1C0-4B6C-B2EF-B15D93C38A1C} = {A6DDC515-3584-4007-82AD-91CAA2317D51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {070A9B74-1E75-44D5-883C-C770AA164FEF}
EndGlobalSection
EndGlobal