-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEfuTreeView.sln
31 lines (31 loc) · 1.58 KB
/
EfuTreeView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuTreeView", "EfuTreeView\EfuTreeView.csproj", "{7BC1AA8D-2BA9-4F00-AE34-C1EEAB0A86A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfuTreeView.Tests", "EfuTreeView.Tests\EfuTreeView.Tests.csproj", "{E0FA49C1-3786-498A-ABF4-5D52135932EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BC1AA8D-2BA9-4F00-AE34-C1EEAB0A86A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC1AA8D-2BA9-4F00-AE34-C1EEAB0A86A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC1AA8D-2BA9-4F00-AE34-C1EEAB0A86A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC1AA8D-2BA9-4F00-AE34-C1EEAB0A86A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E0FA49C1-3786-498A-ABF4-5D52135932EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0FA49C1-3786-498A-ABF4-5D52135932EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0FA49C1-3786-498A-ABF4-5D52135932EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0FA49C1-3786-498A-ABF4-5D52135932EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6B37BD6-AE04-47D1-86B8-239A8D8B4A29}
EndGlobalSection
EndGlobal