|
11 | 11 | <OutputPath>..\bin\$(Configuration)\</OutputPath> |
12 | 12 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
13 | 13 | <UseWPF>true</UseWPF> |
14 | | - <Configurations>D2024;D2025;R2021;R2022;R2023;R2024;R2025;</Configurations> |
| 14 | + <Configurations>D2024;D2025;R2021;R2022;R2023;R2024;R2025;D2026;R2026</Configurations> |
15 | 15 | <OutputType>Library</OutputType> |
16 | 16 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
17 | 17 | <StartupObject /> |
18 | 18 | <Version>2.3.0.0</Version> |
19 | 19 | </PropertyGroup> |
20 | 20 |
|
21 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2021|AnyCPU'"> |
22 | | - <DefineConstants>TRACE;R2021_MIN, R2021_MAX, R2022_MAX, R2023_MAX, R2024_MAX, R2025_MAX</DefineConstants> |
| 22 | + <DefineConstants>TRACE;R2021_MIN, R2021_MAX, R2022_MAX, R2023_MAX, R2024_MAX, R2025_MAX, R2026_MAX</DefineConstants> |
23 | 23 | <Optimize>true</Optimize> |
24 | 24 | <DebugType>pdbonly</DebugType> |
25 | 25 | <RevitYear>2021</RevitYear> |
26 | 26 | </PropertyGroup> |
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2022|AnyCPU'"> |
28 | | - <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2022_MAX, R2023_MAX, R2024_MAX, R2025_MAX</DefineConstants> |
| 28 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2022_MAX, R2023_MAX, R2024_MAX, R2025_MAX, R2026_MAX</DefineConstants> |
29 | 29 | <Optimize>true</Optimize> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | <RevitYear>2022</RevitYear> |
32 | 32 | </PropertyGroup> |
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2023|AnyCPU'"> |
34 | | - <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2023_MAX, R2024_MAX, R2025_MAX</DefineConstants> |
| 34 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2023_MAX, R2024_MAX, R2025_MAX, R2026_MAX</DefineConstants> |
35 | 35 | <Optimize>true</Optimize> |
36 | 36 | <DebugType>pdbonly</DebugType> |
37 | 37 | <RevitYear>2023</RevitYear> |
38 | 38 | </PropertyGroup> |
39 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2024|AnyCPU'"> |
40 | | - <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2024_MAX, R2025_MAX</DefineConstants> |
| 40 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2024_MAX, R2025_MAX, R2026_MAX</DefineConstants> |
41 | 41 | <Optimize>true</Optimize> |
42 | 42 | <DebugType>pdbonly</DebugType> |
43 | 43 | <RevitYear>2024</RevitYear> |
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2025|AnyCPU'"> |
46 | | - <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2025_MAX</DefineConstants> |
| 46 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2025_MAX, R2026_MAX</DefineConstants> |
47 | 47 | <Optimize>true</Optimize> |
48 | 48 | <DebugType>pdbonly</DebugType> |
49 | 49 | <RevitYear>2025</RevitYear> |
50 | 50 | <TargetFramework>net8.0-windows</TargetFramework> |
51 | 51 | </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='R2026|AnyCPU'"> |
| 53 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2026_MIN, R2026_MAX</DefineConstants> |
| 54 | + <Optimize>true</Optimize> |
| 55 | + <DebugType>pdbonly</DebugType> |
| 56 | + <RevitYear>2026</RevitYear> |
| 57 | + <TargetFramework>net8.0-windows</TargetFramework> |
| 58 | + </PropertyGroup> |
52 | 59 |
|
53 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'D2024|AnyCPU'"> |
54 | 61 | <DebugSymbols>true</DebugSymbols> |
55 | | - <DefineConstants>TRACE;DEBUG;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2024_MAX, R2025_MAX</DefineConstants> |
| 62 | + <DefineConstants>TRACE;DEBUG;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2024_MAX, R2025_MAX, R2026_MAX</DefineConstants> |
56 | 63 | <DebugType>full</DebugType> |
57 | 64 | <RevitYear>2024</RevitYear> |
58 | 65 | <XamlDebuggingInformation>True</XamlDebuggingInformation> |
59 | 66 | </PropertyGroup> |
60 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'D2025|AnyCPU'"> |
61 | 68 | <DebugSymbols>true</DebugSymbols> |
62 | | - <DefineConstants>TRACE;DEBUG;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2025_MAX</DefineConstants> |
| 69 | + <DefineConstants>TRACE;DEBUG;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2025_MAX, R2026_MAX</DefineConstants> |
63 | 70 | <DebugType>full</DebugType> |
64 | 71 | <RevitYear>2025</RevitYear> |
65 | 72 | <XamlDebuggingInformation>True</XamlDebuggingInformation> |
66 | 73 | <TargetFramework>net8.0-windows</TargetFramework> |
67 | 74 | </PropertyGroup> |
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='D2026|AnyCPU'"> |
| 76 | + <DebugSymbols>true</DebugSymbols> |
| 77 | + <DefineConstants>TRACE;R2021_MIN, R2022_MIN, R2023_MIN, R2024_MIN, R2025_MIN, R2026_MIN, R2026_MAX</DefineConstants> |
| 78 | + <DebugType>full</DebugType> |
| 79 | + <RevitYear>2026</RevitYear> |
| 80 | + <XamlDebuggingInformation>True</XamlDebuggingInformation> |
| 81 | + <TargetFramework>net8.0-windows</TargetFramework> |
| 82 | + </PropertyGroup> |
68 | 83 |
|
69 | 84 |
|
70 | 85 | <ItemGroup> |
|
73 | 88 | <PackageReference Include="CircularBuffer" Version="1.4.0" /> |
74 | 89 | <PackageReference Include="LoxSmoke.DocXml" Version="3.7.1" /> |
75 | 90 | <PackageReference Include="NSourceGenerators.CodeToString" Version="0.4.0" /> |
76 | | - <PackageReference Include="RevitExplorer.Augmentations" Version="1.2.0.$(RevitYear)" /> |
77 | | - <PackageReference Include="RevitExplorer.Scripting" Version="1.3.0.$(RevitYear)" /> |
78 | | - <PackageReference Include="RevitExplorer.Visualizations" Version="1.3.9.$(RevitYear)" /> |
| 91 | + <PackageReference Include="RevitExplorer.Augmentations" Version="1.4.1.$(RevitYear)" /> |
| 92 | + <PackageReference Include="RevitExplorer.Scripting" Version="1.4.2.$(RevitYear)" /> |
| 93 | + <PackageReference Include="RevitExplorer.Visualizations" Version="1.4.0.$(RevitYear)" /> |
79 | 94 | <PackageReference Include="SimMetrics.Net" Version="1.0.5" /> |
80 | 95 | </ItemGroup> |
81 | 96 |
|
|
0 commit comments