File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
<VendorDescription>Lookup Foundation, https://github.com/lookup-foundation</VendorDescription>
10
10
</AddIn>
11
11
<ManifestSettings>
12
- <UseRevitContext>True </UseRevitContext>
12
+ <UseRevitContext>False </UseRevitContext>
13
13
<ContextName>RevitLookup</ContextName>
14
14
</ManifestSettings>
15
15
</RevitAddIns>
Original file line number Diff line number Diff line change 18
18
<!-- https://github.com/Nice3point/Revit.Build.Tasks -->
19
19
<PropertyGroup >
20
20
<DeployRevitAddin >true</DeployRevitAddin >
21
- <IsRepackable >true</IsRepackable >
22
- <!-- Isolation is broken at the Revit level now -->
23
- <!-- <IsRepackable Condition="'$(RevitVersion)' < '2026'">true</IsRepackable> -->
21
+ <IsRepackable Condition =" '$(RevitVersion)' < '2026'" >true</IsRepackable >
24
22
<RepackBinariesExcludes >LookupEngine*.dll</RepackBinariesExcludes >
25
23
</PropertyGroup >
26
24
60
58
</ItemGroup >
61
59
62
60
<ItemGroup >
63
- <ProjectReference Include =" ..\LookupEngine\source\LookupEngine\LookupEngine.csproj" />
61
+ <ProjectReference Include =" ..\LookupEngine\source\LookupEngine\LookupEngine.csproj" />
64
62
<ProjectReference Include =" ..\RevitLookup.Abstractions\RevitLookup.Abstractions.csproj" />
65
63
<ProjectReference Include =" ..\RevitLookup.Common\RevitLookup.Common.csproj" />
66
64
<ProjectReference Include =" ..\RevitLookup.UI.Framework\RevitLookup.UI.Framework.csproj" />
You can’t perform that action at this time.
0 commit comments