-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathNice3point.Revit.Extensions.slnx
More file actions
75 lines (75 loc) · 3.37 KB
/
Copy pathNice3point.Revit.Extensions.slnx
File metadata and controls
75 lines (75 loc) · 3.37 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Solution>
<Configurations>
<BuildType Name="Debug.R19"/>
<BuildType Name="Debug.R20"/>
<BuildType Name="Debug.R21"/>
<BuildType Name="Debug.R22"/>
<BuildType Name="Debug.R23"/>
<BuildType Name="Debug.R24"/>
<BuildType Name="Debug.R25"/>
<BuildType Name="Debug.R26"/>
<BuildType Name="Debug.R27"/>
<BuildType Name="Release.R19"/>
<BuildType Name="Release.R20"/>
<BuildType Name="Release.R21"/>
<BuildType Name="Release.R22"/>
<BuildType Name="Release.R23"/>
<BuildType Name="Release.R24"/>
<BuildType Name="Release.R25"/>
<BuildType Name="Release.R26"/>
<BuildType Name="Release.R27"/>
</Configurations>
<Folder Name="/Solution Items/">
<File Path="build/appsettings.json"/>
<File Path="CHANGELOG.md"/>
<File Path="Directory.Build.props"/>
<File Path="Directory.Packages.props"/>
<File Path="README.md"/>
</Folder>
<Folder Name="/Build/">
<Project Path="build/Build.csproj">
<BuildType Solution="Debug.R19|*" Project="Debug"/>
<BuildType Solution="Debug.R20|*" Project="Debug"/>
<BuildType Solution="Debug.R21|*" Project="Debug"/>
<BuildType Solution="Debug.R22|*" Project="Debug"/>
<BuildType Solution="Debug.R23|*" Project="Debug"/>
<BuildType Solution="Debug.R24|*" Project="Debug"/>
<BuildType Solution="Debug.R25|*" Project="Debug"/>
<BuildType Solution="Debug.R26|*" Project="Debug"/>
<BuildType Solution="Debug.R27|*" Project="Debug"/>
<BuildType Solution="Release.R19|*" Project="Release"/>
<BuildType Solution="Release.R20|*" Project="Release"/>
<BuildType Solution="Release.R21|*" Project="Release"/>
<BuildType Solution="Release.R22|*" Project="Release"/>
<BuildType Solution="Release.R23|*" Project="Release"/>
<BuildType Solution="Release.R24|*" Project="Release"/>
<BuildType Solution="Release.R25|*" Project="Release"/>
<BuildType Solution="Release.R26|*" Project="Release"/>
<BuildType Solution="Release.R27|*" Project="Release"/>
<Build Project="false"/>
</Project>
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/Nice3point.Revit.Extensions.Benchmarks/Nice3point.Revit.Extensions.Benchmarks.csproj">
<BuildType Solution="Debug.R19|*" Project="Debug.R21"/>
<BuildType Solution="Debug.R20|*" Project="Debug.R21"/>
<BuildType Solution="Release.R19|*" Project="Release.R21"/>
<BuildType Solution="Release.R20|*" Project="Release.R21"/>
<Build Solution="Debug.R19|*" Project="false"/>
<Build Solution="Debug.R20|*" Project="false"/>
<Build Solution="Release.R19|*" Project="false"/>
<Build Solution="Release.R20|*" Project="false"/>
</Project>
<Project Path="tests/Nice3point.Revit.Extensions.Tests/Nice3point.Revit.Extensions.Tests.csproj">
<BuildType Solution="Debug.R19|*" Project="Debug.R21"/>
<BuildType Solution="Debug.R20|*" Project="Debug.R21"/>
<BuildType Solution="Release.R19|*" Project="Release.R21"/>
<BuildType Solution="Release.R20|*" Project="Release.R21"/>
<Build Solution="Debug.R19|*" Project="false"/>
<Build Solution="Debug.R20|*" Project="false"/>
<Build Solution="Release.R19|*" Project="false"/>
<Build Solution="Release.R20|*" Project="false"/>
</Project>
</Folder>
<Project Path="source/Nice3point.Revit.Extensions/Nice3point.Revit.Extensions.csproj"/>
</Solution>