|
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 --> |
|
41 | 40 | </ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch> |
42 | 41 | </PropertyGroup> |
43 | 42 | <PropertyGroup Condition="'$(Configuration)' == 'Debug 2014'"> |
44 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 43 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
45 | 44 | </PropertyGroup> |
46 | 45 | <PropertyGroup Condition="'$(Configuration)' == 'Debug 2015'"> |
47 | 46 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
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> |
|
124 | 126 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
125 | 127 | <Prefer32Bit>false</Prefer32Bit> |
126 | 128 | </PropertyGroup> |
127 | | - <ItemGroup Condition="'$(Configuration)' == 'Debug 2014'"> |
128 | | - <Reference Include="RevitAPI"> |
129 | | - <HintPath>..\RequiredLibraries\Revit2014\RevitAPI.dll</HintPath> |
130 | | - </Reference> |
131 | | - <Reference Include="RevitAPIUI"> |
132 | | - <HintPath>..\RequiredLibraries\Revit2014\RevitAPIUI.dll</HintPath> |
133 | | - </Reference> |
134 | | - </ItemGroup> |
135 | | - <ItemGroup Condition="'$(Configuration)' == 'Debug 2015'"> |
136 | | - <Reference Include="RevitAPI"> |
137 | | - <HintPath>..\RequiredLibraries\Revit2015\RevitAPI.dll</HintPath> |
138 | | - </Reference> |
139 | | - <Reference Include="RevitAPIUI"> |
140 | | - <HintPath>..\RequiredLibraries\Revit2015\RevitAPIUI.dll</HintPath> |
141 | | - </Reference> |
142 | | - </ItemGroup> |
| 129 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 2019|AnyCPU'"> |
| 130 | + <DebugSymbols>true</DebugSymbols> |
| 131 | + <OutputPath>bin\Debug 2019\</OutputPath> |
| 132 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 133 | + <DebugType>full</DebugType> |
| 134 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 135 | + <ErrorReport>prompt</ErrorReport> |
| 136 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 137 | + </PropertyGroup> |
143 | 138 | <ItemGroup Condition="'$(Configuration)' == 'Debug 2016'"> |
144 | 139 | <Reference Include="RevitAPI"> |
145 | 140 | <HintPath>..\RequiredLibraries\Revit2016\RevitAPI.dll</HintPath> |
|
164 | 159 | <HintPath>..\RequiredLibraries\Revit2018\RevitAPIUI.dll</HintPath> |
165 | 160 | </Reference> |
166 | 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> |
167 | 170 | <ItemGroup> |
168 | 171 | <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
169 | 172 | <HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath> |
|
193 | 196 | <Reference Include="PythonConsoleControl"> |
194 | 197 | <HintPath>..\PythonConsoleControl\bin\Debug 2018\PythonConsoleControl.dll</HintPath> |
195 | 198 | </Reference> |
196 | | - <Reference Include="RpsRuntime"> |
197 | | - <HintPath>..\RpsRuntime\bin\Debug 2018\RpsRuntime.dll</HintPath> |
198 | | - </Reference> |
199 | 199 | <Reference Include="System" /> |
200 | 200 | <Reference Include="System.Core"> |
201 | 201 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
254 | 254 | </EmbeddedResource> |
255 | 255 | </ItemGroup> |
256 | 256 | <ItemGroup> |
| 257 | + <None Include="packages.config" /> |
257 | 258 | <Resource Include="Resources\Theme\Redo.png" /> |
258 | 259 | <Resource Include="Resources\Theme\Run.png" /> |
259 | 260 | <Resource Include="Resources\Theme\Save.png" /> |
|
270 | 271 | <Content Include="DefaultConfig\startup.py" /> |
271 | 272 | <None Include="Examples\HelloWorld.iss" /> |
272 | 273 | <Content Include="DefaultConfig\init.py" /> |
273 | | - <None Include="packages.config" /> |
274 | 274 | <EmbeddedResource Include="Resources\CreateWall.png" /> |
275 | 275 | <Content Include="Examples\helloworld.py" /> |
276 | 276 | <Content Include="Examples\HelloWorld.xml"> |
|
0 commit comments