-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathVirtualTreeView.sln
44 lines (44 loc) · 2.39 KB
/
VirtualTreeView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualTreeView", "VirtualTreeView\VirtualTreeView.csproj", "{6725A05E-A5FE-43B1-97CF-2E0C041ABC81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualTreeViewDemo", "Test\VirtualTreeViewDemo\VirtualTreeViewDemo.csproj", "{96F76766-50F8-4B96-BE83-C8C278F14E09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{F76DFF29-7742-40AF-B873-A9C684FC9AA5}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualTreeViewTest", "Test\VirtualTreeViewTest\VirtualTreeViewTest.csproj", "{A46E3AF4-DFB6-42E0-BE20-CE836F493D81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A945DF3E-3CBE-47BB-8AC1-110952151974}"
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
{6725A05E-A5FE-43B1-97CF-2E0C041ABC81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6725A05E-A5FE-43B1-97CF-2E0C041ABC81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6725A05E-A5FE-43B1-97CF-2E0C041ABC81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6725A05E-A5FE-43B1-97CF-2E0C041ABC81}.Release|Any CPU.Build.0 = Release|Any CPU
{96F76766-50F8-4B96-BE83-C8C278F14E09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96F76766-50F8-4B96-BE83-C8C278F14E09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96F76766-50F8-4B96-BE83-C8C278F14E09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96F76766-50F8-4B96-BE83-C8C278F14E09}.Release|Any CPU.Build.0 = Release|Any CPU
{A46E3AF4-DFB6-42E0-BE20-CE836F493D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A46E3AF4-DFB6-42E0-BE20-CE836F493D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A46E3AF4-DFB6-42E0-BE20-CE836F493D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46E3AF4-DFB6-42E0-BE20-CE836F493D81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal