-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ricaun.Revit.DB.sln
61 lines (61 loc) · 3.76 KB
/
ricaun.Revit.DB.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.DB", "ricaun.Revit.DB\ricaun.Revit.DB.csproj", "{4571A534-33B8-4771-8071-A967DE651909}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{7BB0D9BC-B73D-4B29-93DF-448D9CA89FE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{447658EE-A583-4B95-AC5F-C1F84D13990B}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.DB.Quaternion", "ricaun.Revit.DB.Quaternion\ricaun.Revit.DB.Quaternion.csproj", "{6E339E58-9530-4B16-8177-2C834A4171BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.DB.Quaternion.Tests", "ricaun.Revit.DB.Quaternion.Tests\ricaun.Revit.DB.Quaternion.Tests.csproj", "{F8A54707-7E9C-4A8D-8B6B-01F9D78B1B3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.DB.Shape", "ricaun.Revit.DB.Shape\ricaun.Revit.DB.Shape.csproj", "{C07967B5-D31B-4E76-AC52-1F837695D875}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ricaun.Revit.DB.Shape.Tests", "ricaun.Revit.DB.Shape.Tests\ricaun.Revit.DB.Shape.Tests.csproj", "{B10FD6B6-DA3A-4547-A370-CB62367B30AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4571A534-33B8-4771-8071-A967DE651909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4571A534-33B8-4771-8071-A967DE651909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4571A534-33B8-4771-8071-A967DE651909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4571A534-33B8-4771-8071-A967DE651909}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB0D9BC-B73D-4B29-93DF-448D9CA89FE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB0D9BC-B73D-4B29-93DF-448D9CA89FE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E339E58-9530-4B16-8177-2C834A4171BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E339E58-9530-4B16-8177-2C834A4171BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E339E58-9530-4B16-8177-2C834A4171BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E339E58-9530-4B16-8177-2C834A4171BC}.Release|Any CPU.Build.0 = Release|Any CPU
{F8A54707-7E9C-4A8D-8B6B-01F9D78B1B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A54707-7E9C-4A8D-8B6B-01F9D78B1B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A54707-7E9C-4A8D-8B6B-01F9D78B1B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A54707-7E9C-4A8D-8B6B-01F9D78B1B3F}.Release|Any CPU.Build.0 = Release|Any CPU
{C07967B5-D31B-4E76-AC52-1F837695D875}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07967B5-D31B-4E76-AC52-1F837695D875}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07967B5-D31B-4E76-AC52-1F837695D875}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07967B5-D31B-4E76-AC52-1F837695D875}.Release|Any CPU.Build.0 = Release|Any CPU
{B10FD6B6-DA3A-4547-A370-CB62367B30AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B10FD6B6-DA3A-4547-A370-CB62367B30AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B10FD6B6-DA3A-4547-A370-CB62367B30AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B10FD6B6-DA3A-4547-A370-CB62367B30AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {994359E9-8290-4443-9C70-EF16F7239189}
EndGlobalSection
EndGlobal