|
4 | 4 | <ImplicitUsings>enable</ImplicitUsings> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <ImplicitUsings>true</ImplicitUsings> |
| 7 | + <AssemblyVersion>1.0.0.*</AssemblyVersion> |
7 | 8 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
8 | 9 | <LangVersion>latest</LangVersion> |
9 | 10 | <UseWPF>true</UseWPF> |
10 | 11 | <RootNamespace>OpenMEP</RootNamespace> |
11 | 12 | <AssemblyName>OpenMEP</AssemblyName> |
12 | 13 | <PlatformTarget>x64</PlatformTarget> |
13 | | - <AssemblyVersion>1.0.0.*</AssemblyVersion> |
14 | 14 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
15 | 15 | <Configurations>Debug R20;Debug R21;Debug R22;Debug R23;Debug R23.1</Configurations> |
16 | 16 | <Configurations>$(Configurations);Release R20;Release R21;Release R22;Release R23;Release R23.1</Configurations> |
17 | | - <NoWarn>CS1591;CS0168;CS8618;CS1591;CS0419</NoWarn> |
| 17 | + <NoWarn>CS1591;CS0168;CS8618;CS1591;CS0419;MSB3277</NoWarn> |
18 | 18 | </PropertyGroup> |
19 | 19 | <PropertyGroup Condition="$(Configuration.Contains('Debug R20'))"> |
20 | 20 | <DynamoVersion>2.3</DynamoVersion> |
|
31 | 31 | <DefineConstants>$(DefineConstants);R20</DefineConstants> |
32 | 32 | </PropertyGroup> |
33 | 33 | <PropertyGroup Condition="$(Configuration.Contains('Debug R21'))"> |
34 | | - <DynamoVersion>2.12</DynamoVersion> |
| 34 | + <DynamoVersion>2.6</DynamoVersion> |
35 | 35 | <DynamoOutput>2.6</DynamoOutput> |
36 | 36 | <RevitVersion>2021</RevitVersion> |
37 | 37 | <DebugSymbols>true</DebugSymbols> |
38 | 38 | <DebugType>full</DebugType> |
39 | 39 | <DefineConstants>$(DefineConstants);R21</DefineConstants> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition="$(Configuration.Contains('Release R21'))"> |
42 | | - <DynamoVersion>2.12</DynamoVersion> |
| 42 | + <DynamoVersion>2.6</DynamoVersion> |
43 | 43 | <DynamoOutput>2.6</DynamoOutput> |
44 | 44 | <RevitVersion>2021</RevitVersion> |
45 | 45 | <DefineConstants>$(DefineConstants);R21</DefineConstants> |
|
59 | 59 | <DefineConstants>$(DefineConstants);R22</DefineConstants> |
60 | 60 | </PropertyGroup> |
61 | 61 | <PropertyGroup Condition="$(Configuration.Contains('Debug R23'))"> |
62 | | - <DynamoVersion>2.12</DynamoVersion> |
| 62 | + <DynamoVersion>2.13</DynamoVersion> |
63 | 63 | <DynamoOutput>2.13</DynamoOutput> |
64 | 64 | <RevitVersion>2023</RevitVersion> |
65 | 65 | <DebugSymbols>true</DebugSymbols> |
66 | 66 | <DebugType>full</DebugType> |
67 | 67 | <DefineConstants>$(DefineConstants);R23</DefineConstants> |
68 | 68 | </PropertyGroup> |
| 69 | + <PropertyGroup Condition="$(Configuration.Contains('Release R23'))"> |
| 70 | + <DynamoVersion>2.13</DynamoVersion> |
| 71 | + <DynamoOutput>2.13</DynamoOutput> |
| 72 | + <RevitVersion>2023</RevitVersion> |
| 73 | + <DefineConstants>$(DefineConstants);R23</DefineConstants> |
| 74 | + </PropertyGroup> |
69 | 75 | <PropertyGroup Condition="$(Configuration.Contains('Debug R23.1'))"> |
70 | | - <DynamoVersion>2.12</DynamoVersion> |
| 76 | + <DynamoVersion>2.16</DynamoVersion> |
71 | 77 | <DynamoOutput>2.16</DynamoOutput> |
72 | 78 | <RevitVersion>2023</RevitVersion> |
73 | 79 | <DebugSymbols>true</DebugSymbols> |
74 | 80 | <DebugType>full</DebugType> |
75 | 81 | <DefineConstants>$(DefineConstants);R23</DefineConstants> |
76 | 82 | </PropertyGroup> |
77 | | - <PropertyGroup Condition="$(Configuration.Contains('Release R23'))"> |
78 | | - <DynamoVersion>2.12</DynamoVersion> |
79 | | - <DynamoOutput>2.13</DynamoOutput> |
80 | | - <RevitVersion>2023</RevitVersion> |
81 | | - <DefineConstants>$(DefineConstants);R23</DefineConstants> |
82 | | - </PropertyGroup> |
83 | 83 | <PropertyGroup Condition="$(Configuration.Contains('Release R23.1'))"> |
84 | | - <DynamoVersion>2.12</DynamoVersion> |
| 84 | + <DynamoVersion>2.16</DynamoVersion> |
85 | 85 | <DynamoOutput>2.16</DynamoOutput> |
86 | 86 | <RevitVersion>2023</RevitVersion> |
87 | 87 | <DefineConstants>$(DefineConstants);R23</DefineConstants> |
|
104 | 104 | <PackageReference Include="Chuongmep.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*"> |
105 | 105 | <ExcludeAssets>runtime</ExcludeAssets> |
106 | 106 | </PackageReference> |
107 | | - <PackageReference Include="DynamoVisualProgramming.Core" Version="$(DynamoVersion).*"> |
| 107 | + <PackageReference Include="DynamoVisualProgramming.Core" Version="$(DynVersion).*"> |
108 | 108 | <ExcludeAssets>runtime</ExcludeAssets> |
109 | 109 | </PackageReference> |
110 | | - <PackageReference Include="DynamoVisualProgramming.Revit" Version="$(DynamoVersion).*"> |
| 110 | + <PackageReference Include="DynamoVisualProgramming.Revit" Version="$(DynVersion).*"> |
111 | 111 | <ExcludeAssets>runtime</ExcludeAssets> |
112 | 112 | </PackageReference> |
113 | 113 | <Reference Include="System.Net.Http" /> |
114 | | - <PackageReference Include="GShark" Version="2.1.0" /> |
| 114 | + <PackageReference Include="GShark" Version="2.2.0" /> |
115 | 115 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
116 | 116 | </ItemGroup> |
117 | 117 | <ItemGroup> |
|
127 | 127 | <DependentUpon>OpenMEPImages.resx</DependentUpon> |
128 | 128 | </Compile> |
129 | 129 | </ItemGroup> |
| 130 | + <ItemGroup> |
| 131 | + <ProjectReference Include="..\OpenMEPSandbox\OpenMEPSandbox.csproj" /> |
| 132 | + </ItemGroup> |
130 | 133 | <Target Name="CopyFiles" AfterTargets="CoreBuild"> |
131 | 134 | <ItemGroup> |
132 | 135 | <AssemblyFiles Include="$(TargetDir)*.*" /> |
|
0 commit comments