Skip to content

Commit

Permalink
Merge pull request #16 from pabloderen/patch-1
Browse files Browse the repository at this point in the history
RvtVa3c to build and debug on Revit 2020
  • Loading branch information
jeremytammik authored Jul 10, 2020
2 parents fde3940 + 3ddc17b commit 3cf0194
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RvtVa3c/RvtVa3c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<StartAction>Program</StartAction>
<StartProgram>$(ProgramW6432)\Autodesk\Revit 2015\Revit.exe</StartProgram>
<StartProgram>$(ProgramW6432)\Autodesk\Revit 2020\Revit.exe</StartProgram>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -93,12 +93,12 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterClean">
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2015\RvtVa3c.addin" />
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2015\RvtVa3c.dll" />
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2020\RvtVa3c.addin" />
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2020\RvtVa3c.dll" />
</Target>
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)RvtVa3c.addin" "$(AppData)\Autodesk\REVIT\Addins\2020"
copy "$(ProjectDir)bin\debug\RvtVa3c.dll" "$(AppData)\Autodesk\REVIT\Addins\2020"
copy "$(ProjectDir)bin\debug\Newtonsoft.Json.dll" "$(AppData)\Autodesk\REVIT\Addins\2020"</PostBuildEvent>
<PostBuildEvent>copy "$(ProjectDir)RvtVa3c.addin" "$(AppData)\Autodesk\REVIT\Addins\2020\"
copy "$(ProjectDir)bin\debug\RvtVa3c.dll" "$(AppData)\Autodesk\REVIT\Addins\2020\"
copy "$(ProjectDir)bin\debug\Newtonsoft.Json.dll" "$(AppData)\Autodesk\REVIT\Addins\2020\"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 3cf0194

Please sign in to comment.