forked from stevencohn/treeviewadv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVBSample.sln
25 lines (25 loc) · 1.22 KB
/
VBSample.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{076844FE-D17E-496D-9319-CB97E06E03B7}"
ProjectSection(SolutionItems) = preProject
VBSample\Some Notes on using TreeViewAdv version 1_6_0_0.doc = VBSample\Some Notes on using TreeViewAdv version 1_6_0_0.doc
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBMultiColTree", "VBSample\VBMultiColTree\VBMultiColTree.vbproj", "{B6FE37C1-11BD-466B-A5D5-82C230487864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6FE37C1-11BD-466B-A5D5-82C230487864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6FE37C1-11BD-466B-A5D5-82C230487864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6FE37C1-11BD-466B-A5D5-82C230487864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6FE37C1-11BD-466B-A5D5-82C230487864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal