|
32 | 32 | <UseApplicationTrust>false</UseApplicationTrust> |
33 | 33 | <BootstrapperEnabled>true</BootstrapperEnabled> |
34 | 34 | <TargetFrameworkProfile /> |
35 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
36 | 35 | </PropertyGroup> |
37 | 36 | <PropertyGroup> |
38 | 37 | <!-- see: http://thebuildingcoder.typepad.com/blog/2013/06/processor-architecture-mismatch-warning.html --> |
|
55 | 54 | <PropertyGroup Condition="'$(Configuration)' == 'Debug 2018'"> |
56 | 55 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
57 | 56 | </PropertyGroup> |
| 57 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug 2019'"> |
| 58 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 59 | + </PropertyGroup> |
58 | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
59 | 61 | <DebugSymbols>true</DebugSymbols> |
60 | 62 | <DebugType>full</DebugType> |
|
157 | 159 | <HintPath>..\RequiredLibraries\Revit2018\RevitAPIUI.dll</HintPath> |
158 | 160 | </Reference> |
159 | 161 | </ItemGroup> |
| 162 | + <ItemGroup Condition="'$(Configuration)' == 'Debug 2019'"> |
| 163 | + <Reference Include="RevitAPI"> |
| 164 | + <HintPath>..\RequiredLibraries\Revit2019\RevitAPI.dll</HintPath> |
| 165 | + </Reference> |
| 166 | + <Reference Include="RevitAPIUI"> |
| 167 | + <HintPath>..\RequiredLibraries\Revit2019\RevitAPIUI.dll</HintPath> |
| 168 | + </Reference> |
| 169 | + </ItemGroup> |
160 | 170 | <ItemGroup> |
161 | 171 | <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
162 | 172 | <HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath> |
|
186 | 196 | <Reference Include="PythonConsoleControl"> |
187 | 197 | <HintPath>..\PythonConsoleControl\bin\Debug 2018\PythonConsoleControl.dll</HintPath> |
188 | 198 | </Reference> |
189 | | - <Reference Include="RevitAPI, Version=2014.0.0.0, Culture=neutral, processorArchitecture=AMD64"> |
190 | | - <SpecificVersion>False</SpecificVersion> |
191 | | - <HintPath>..\RequiredLibraries\Revit2019\RevitAPI.dll</HintPath> |
192 | | - <Private>False</Private> |
193 | | - </Reference> |
194 | | - <Reference Include="RevitAPIUI, Version=2014.0.0.0, Culture=neutral, processorArchitecture=AMD64"> |
195 | | - <SpecificVersion>False</SpecificVersion> |
196 | | - <HintPath>..\RequiredLibraries\Revit2019\RevitAPIUI.dll</HintPath> |
197 | | - <Private>False</Private> |
198 | | - </Reference> |
199 | | - <Reference Include="RpsRuntime"> |
200 | | - <HintPath>..\RpsRuntime\bin\Debug 2018\RpsRuntime.dll</HintPath> |
201 | | - </Reference> |
202 | 199 | <Reference Include="System" /> |
203 | 200 | <Reference Include="System.Core"> |
204 | 201 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
0 commit comments