-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRW_NodeTree.sln
More file actions
43 lines (43 loc) · 2.39 KB
/
RW_NodeTree.sln
File metadata and controls
43 lines (43 loc) · 2.39 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RW_NodeTree", "src\RW_NodeTree\RW_NodeTree.csproj", "{8881636F-16E7-4D7C-8BB7-71806FB8C582}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DebugV13|Any CPU = DebugV13|Any CPU
DebugV14|Any CPU = DebugV14|Any CPU
DebugV15|Any CPU = DebugV15|Any CPU
DebugV16|Any CPU = DebugV16|Any CPU
ReleaseV13|Any CPU = ReleaseV13|Any CPU
ReleaseV14|Any CPU = ReleaseV14|Any CPU
ReleaseV15|Any CPU = ReleaseV15|Any CPU
ReleaseV16|Any CPU = ReleaseV16|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV13|Any CPU.ActiveCfg = DebugV13|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV13|Any CPU.Build.0 = DebugV13|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV14|Any CPU.ActiveCfg = DebugV14|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV14|Any CPU.Build.0 = DebugV14|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV15|Any CPU.ActiveCfg = DebugV15|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV15|Any CPU.Build.0 = DebugV15|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV16|Any CPU.ActiveCfg = DebugV16|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.DebugV16|Any CPU.Build.0 = DebugV16|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV13|Any CPU.ActiveCfg = ReleaseV13|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV13|Any CPU.Build.0 = ReleaseV13|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV14|Any CPU.ActiveCfg = ReleaseV14|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV14|Any CPU.Build.0 = ReleaseV14|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV15|Any CPU.ActiveCfg = ReleaseV15|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV15|Any CPU.Build.0 = ReleaseV15|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV16|Any CPU.ActiveCfg = ReleaseV16|Any CPU
{8881636F-16E7-4D7C-8BB7-71806FB8C582}.ReleaseV16|Any CPU.Build.0 = ReleaseV16|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B0E6CFF-D322-4DF4-ACC2-22ECD0CA4C7D}
EndGlobalSection
EndGlobal