-
Notifications
You must be signed in to change notification settings - Fork 1
/
TestCADRegion.sln
47 lines (47 loc) · 2.6 KB
/
TestCADRegion.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCADRegion", "TestCADRegion\TestCADRegion.csproj", "{1F72436F-FE67-4170-9BB2-2EDCEABB44C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AcDotNetTool", "AcDotNetTool\AcDotNetTool.csproj", "{02C11163-BD87-4411-87F2-11F455425DD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CADModel", "CADModel\CADModel.csproj", "{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3091EB3A-78EC-4E81-89C5-7A15857DF12D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{51CF1E81-4DF8-4E3C-BD7B-03161635F4E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F72436F-FE67-4170-9BB2-2EDCEABB44C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F72436F-FE67-4170-9BB2-2EDCEABB44C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F72436F-FE67-4170-9BB2-2EDCEABB44C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F72436F-FE67-4170-9BB2-2EDCEABB44C2}.Release|Any CPU.Build.0 = Release|Any CPU
{02C11163-BD87-4411-87F2-11F455425DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C11163-BD87-4411-87F2-11F455425DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C11163-BD87-4411-87F2-11F455425DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C11163-BD87-4411-87F2-11F455425DD4}.Release|Any CPU.Build.0 = Release|Any CPU
{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F72436F-FE67-4170-9BB2-2EDCEABB44C2} = {51CF1E81-4DF8-4E3C-BD7B-03161635F4E1}
{02C11163-BD87-4411-87F2-11F455425DD4} = {51CF1E81-4DF8-4E3C-BD7B-03161635F4E1}
{EAFCA7EF-7A6B-41BF-BFC1-9035378588E8} = {51CF1E81-4DF8-4E3C-BD7B-03161635F4E1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_StartDate = 2000/1/1
SolutionGuid = {834430D2-F29E-4B92-BCCB-858BE77442A9}
EndGlobalSection
EndGlobal