forked from logant/Lyrebird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLMNA.Lyrebird.sln
More file actions
38 lines (38 loc) · 2.31 KB
/
LMNA.Lyrebird.sln
File metadata and controls
38 lines (38 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Revit2014Server", "RevitServer\Revit2014Server.csproj", "{013AC102-4C2E-4EEF-9186-4D625E3D0743}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectionTest", "ConnectionTest\ConnectionTest.csproj", "{9B212BC8-28A6-49DE-A9CB-1EFFC55435BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyrebirdCommon", "LyrebirdCommon\LyrebirdCommon.csproj", "{A4670D37-FA64-4490-88A9-9887230CD0F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GHClient", "GHClient\GHClient.csproj", "{FC26E0D7-C8C1-4619-9A99-78A13D400797}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{013AC102-4C2E-4EEF-9186-4D625E3D0743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{013AC102-4C2E-4EEF-9186-4D625E3D0743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{013AC102-4C2E-4EEF-9186-4D625E3D0743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{013AC102-4C2E-4EEF-9186-4D625E3D0743}.Release|Any CPU.Build.0 = Release|Any CPU
{9B212BC8-28A6-49DE-A9CB-1EFFC55435BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B212BC8-28A6-49DE-A9CB-1EFFC55435BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B212BC8-28A6-49DE-A9CB-1EFFC55435BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B212BC8-28A6-49DE-A9CB-1EFFC55435BC}.Release|Any CPU.Build.0 = Release|Any CPU
{A4670D37-FA64-4490-88A9-9887230CD0F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4670D37-FA64-4490-88A9-9887230CD0F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4670D37-FA64-4490-88A9-9887230CD0F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4670D37-FA64-4490-88A9-9887230CD0F2}.Release|Any CPU.Build.0 = Release|Any CPU
{FC26E0D7-C8C1-4619-9A99-78A13D400797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC26E0D7-C8C1-4619-9A99-78A13D400797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC26E0D7-C8C1-4619-9A99-78A13D400797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC26E0D7-C8C1-4619-9A99-78A13D400797}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal