-
Notifications
You must be signed in to change notification settings - Fork 6
/
Dynamo_UI.sln
37 lines (37 loc) · 1.92 KB
/
Dynamo_UI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dynamo20_UI", "Dynamo20\Dynamo_UI\Dynamo20_UI.csproj", "{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dynamo20_Engine", "Dynamo20\Dynamo_Engine\Dynamo20_Engine.csproj", "{01CA6B93-2723-4022-B3FF-0815AF808621}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dynamo20", "Dynamo20", "{C541BE38-852B-4864-A2D2-A29472239A74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6}.Release|Any CPU.Build.0 = Debug|Any CPU
{01CA6B93-2723-4022-B3FF-0815AF808621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01CA6B93-2723-4022-B3FF-0815AF808621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01CA6B93-2723-4022-B3FF-0815AF808621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01CA6B93-2723-4022-B3FF-0815AF808621}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{814CCB48-C68A-4D65-A4B4-958EA6AB0BB6} = {C541BE38-852B-4864-A2D2-A29472239A74}
{01CA6B93-2723-4022-B3FF-0815AF808621} = {C541BE38-852B-4864-A2D2-A29472239A74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48B5F551-9843-4857-9439-37F81AF6EEE9}
EndGlobalSection
EndGlobal