-
Notifications
You must be signed in to change notification settings - Fork 1
/
FoBOFD.sln
55 lines (55 loc) · 3.53 KB
/
FoBOFD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoBOFD", "FoBOFD\FoBOFD.csproj", "{867582A7-396D-4379-B5CC-4206E14EA0CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresentationLogic", "PresentationLogic\PresentationLogic.csproj", "{D45B16D6-C31F-4850-A297-62EEB1DE325A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExplorerTree", "ExplorerTree\ExplorerTree.csproj", "{06DEA5E8-8A11-4AF0-94C1-21A94F76CEDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExplorerTreeUnitTest", "ExplorerTreeUnitTest\ExplorerTreeUnitTest.csproj", "{F4F7DB17-BCF6-4567-B893-81C0269E04B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiSelectTreeView", "MultiSelectTreeView\MultiSelectTreeView.csproj", "{2854814F-EA3C-41D4-AA94-460C4694F430}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresentationLogicUnitTest", "PresentationLogicUnitTest\PresentationLogicUnitTest.csproj", "{CECF9922-E250-475E-B5CE-18B3FA5086A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{867582A7-396D-4379-B5CC-4206E14EA0CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{867582A7-396D-4379-B5CC-4206E14EA0CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{867582A7-396D-4379-B5CC-4206E14EA0CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{867582A7-396D-4379-B5CC-4206E14EA0CE}.Release|Any CPU.Build.0 = Release|Any CPU
{D45B16D6-C31F-4850-A297-62EEB1DE325A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D45B16D6-C31F-4850-A297-62EEB1DE325A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D45B16D6-C31F-4850-A297-62EEB1DE325A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D45B16D6-C31F-4850-A297-62EEB1DE325A}.Release|Any CPU.Build.0 = Release|Any CPU
{06DEA5E8-8A11-4AF0-94C1-21A94F76CEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06DEA5E8-8A11-4AF0-94C1-21A94F76CEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06DEA5E8-8A11-4AF0-94C1-21A94F76CEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06DEA5E8-8A11-4AF0-94C1-21A94F76CEDE}.Release|Any CPU.Build.0 = Release|Any CPU
{F4F7DB17-BCF6-4567-B893-81C0269E04B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4F7DB17-BCF6-4567-B893-81C0269E04B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4F7DB17-BCF6-4567-B893-81C0269E04B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4F7DB17-BCF6-4567-B893-81C0269E04B3}.Release|Any CPU.Build.0 = Release|Any CPU
{2854814F-EA3C-41D4-AA94-460C4694F430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2854814F-EA3C-41D4-AA94-460C4694F430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2854814F-EA3C-41D4-AA94-460C4694F430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2854814F-EA3C-41D4-AA94-460C4694F430}.Release|Any CPU.Build.0 = Release|Any CPU
{CECF9922-E250-475E-B5CE-18B3FA5086A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CECF9922-E250-475E-B5CE-18B3FA5086A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CECF9922-E250-475E-B5CE-18B3FA5086A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CECF9922-E250-475E-B5CE-18B3FA5086A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2621CF83-3727-46AA-999C-8E97FA4BA4DB}
EndGlobalSection
EndGlobal