This repository was archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMulticad.Examples.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
Copy pathMulticad.Examples.sln
File metadata and controls
37 lines (37 loc) · 2.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TitleBlockFill", "TitleBlockFill\TitleBlockFill.csproj", "{C8644019-011A-4CAC-8F62-F118C3CAD2C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiCAD.Examples.NodeWithConnectedNote", "MultiCAD.Examples.NodeWithConnectedNote\MultiCAD.Examples.NodeWithConnectedNote.csproj", "{554CFF98-4AC0-43F3-88CE-82A2950F0BDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assorted", "Assorted\Assorted.csproj", "{9B33E3E4-4918-4FC8-8EA4-C4D31182C2A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8644019-011A-4CAC-8F62-F118C3CAD2C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8644019-011A-4CAC-8F62-F118C3CAD2C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8644019-011A-4CAC-8F62-F118C3CAD2C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8644019-011A-4CAC-8F62-F118C3CAD2C4}.Release|Any CPU.Build.0 = Release|Any CPU
{554CFF98-4AC0-43F3-88CE-82A2950F0BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{554CFF98-4AC0-43F3-88CE-82A2950F0BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{554CFF98-4AC0-43F3-88CE-82A2950F0BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{554CFF98-4AC0-43F3-88CE-82A2950F0BDC}.Release|Any CPU.Build.0 = Release|Any CPU
{9B33E3E4-4918-4FC8-8EA4-C4D31182C2A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B33E3E4-4918-4FC8-8EA4-C4D31182C2A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B33E3E4-4918-4FC8-8EA4-C4D31182C2A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B33E3E4-4918-4FC8-8EA4-C4D31182C2A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97D41A5E-993A-494B-8F7E-47384BC2478B}
EndGlobalSection
EndGlobal