-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSDN_DataGridViewDualButtons_cs.sln
58 lines (58 loc) · 3.48 KB
/
MSDN_DataGridViewDualButtons_cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridViewButtonLibrary", "DataGridViewButtonLibrary\DataGridViewButtonLibrary.csproj", "{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamBaseLibrary", "TeamBaseLibrary\TeamBaseLibrary.csproj", "{65200499-A4C2-46FE-896B-68C347EF136D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlDataOperations", "SqlDataOperations\SqlDataOperations.csproj", "{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridViewButtonExample", "DataGridViewButtonExample\DataGridViewButtonExample.csproj", "{31162FC7-31DE-4B24-B84F-1B1D457CCF7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Class projects", "Class projects", "{2E882C32-AEBD-45A1-BAEC-26F16A21DBAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Front end project", "Front end project", "{F4726C39-B327-4B89-B6C1-15E781077476}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{623B13DD-BD57-4469-9963-7180CE5DB969}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6}.Release|Any CPU.Build.0 = Release|Any CPU
{65200499-A4C2-46FE-896B-68C347EF136D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65200499-A4C2-46FE-896B-68C347EF136D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65200499-A4C2-46FE-896B-68C347EF136D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65200499-A4C2-46FE-896B-68C347EF136D}.Release|Any CPU.Build.0 = Release|Any CPU
{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E}.Release|Any CPU.Build.0 = Release|Any CPU
{31162FC7-31DE-4B24-B84F-1B1D457CCF7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31162FC7-31DE-4B24-B84F-1B1D457CCF7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31162FC7-31DE-4B24-B84F-1B1D457CCF7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31162FC7-31DE-4B24-B84F-1B1D457CCF7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{477E40CC-10A1-4F2C-82FB-3C6C0230C2A6} = {2E882C32-AEBD-45A1-BAEC-26F16A21DBAD}
{65200499-A4C2-46FE-896B-68C347EF136D} = {2E882C32-AEBD-45A1-BAEC-26F16A21DBAD}
{8403A3E4-B9BA-47AE-9BF2-26A562BE3D1E} = {2E882C32-AEBD-45A1-BAEC-26F16A21DBAD}
{31162FC7-31DE-4B24-B84F-1B1D457CCF7E} = {F4726C39-B327-4B89-B6C1-15E781077476}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1EAB71E9-592A-4CAD-8641-EE7BD4D395E0}
EndGlobalSection
EndGlobal