Skip to content

Commit

Permalink
flat migration to Revit 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jul 17, 2020
1 parent 0a038a3 commit 64dcc91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 3 additions & 2 deletions SvgExport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
// 2015-04-15 2015.0.0.0 Revit 2015
// 2015-09-16 2016.0.0.1 flat migration to Revit 2016
// 2020-07-17 2020.0.0.0 flat migration to Revit 2020
// 2020-07-17 2021.0.0.0 flat migration to Revit 2021
//
[assembly: AssemblyVersion( "2020.0.0.0" )]
[assembly: AssemblyFileVersion( "2020.0.0.0" )]
[assembly: AssemblyVersion( "2021.0.0.0" )]
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
12 changes: 5 additions & 7 deletions SvgExport/SvgExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SvgExport</RootNamespace>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -45,12 +45,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
Expand All @@ -67,7 +65,7 @@
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2015\SvgExport.dll" />
</Target>
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)SvgExport.addin" "$(AppData)\Autodesk\REVIT\Addins\2020"
copy "$(ProjectDir)bin\debug\SvgExport.dll" "$(AppData)\Autodesk\REVIT\Addins\2020"</PostBuildEvent>
<PostBuildEvent>copy "$(ProjectDir)SvgExport.addin" "$(AppData)\Autodesk\REVIT\Addins\2021"
copy "$(ProjectDir)bin\debug\SvgExport.dll" "$(AppData)\Autodesk\REVIT\Addins\2021"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 64dcc91

Please sign in to comment.