File tree 8 files changed +43
-1
lines changed
8 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 315
315
</Task >
316
316
</UsingTask >
317
317
318
- <Target Name =" CopyAddinsToAppData" AfterTargets =" CreateAddinManifest" >
318
+ <Target Name =" CopyAddinsToAppData" AfterTargets =" CreateAddinManifest" Condition = " $(Configuration.Contains('Debug')) " >
319
319
<!-- Copy newly compiled add-in files to AppData folder (before starting the debugger) -->
320
320
<Message Importance =" high" Text =" Copying addin file into Revit Addin folder" />
321
321
<ItemGroup >
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2014\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2014\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2014\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2014\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2014" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2014\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2014\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2014\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2014\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2014\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2014\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2014\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2014" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2014\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2014 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2014\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2014 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2015\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2015\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2015\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2015\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2015" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2015\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2015\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2015\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2015\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2015\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2015\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2015\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2015" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2015\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2015 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2015\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2015 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2016\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2016\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2016\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2016\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2016" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2016\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2016\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2016\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2016\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2016\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2016\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2016\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2016" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2016\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2016 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2016\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2016 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2017\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2017\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2017\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2017\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2017" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2017\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2017\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2017\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2017\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2017\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2017\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2017\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2017" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2017\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2017 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2017\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2017 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2018\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2018\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2018\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2018\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2018" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2018\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2018\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2018\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2018\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2018\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2018\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2018\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2018" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2018\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2018 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2018\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2018 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2019\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2019\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2019\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2019\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2019" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2019\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2019\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2019\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2019\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2019\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2019\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2019\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2019" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2019\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2019 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2019\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2019 ; Flags : confirmoverwrite ;
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2020\PythonConsoleControl.dll"; DestDir: "
3
3
Source : " RevitPythonShell\bin\Release\2020\RevitPythonShell.dll" ; DestDir : " {app} " ; Flags : replacesameversion
4
4
Source : " RevitPythonShell\bin\Release\2020\RpsRuntime.dll" ; DestDir : " {app} " ; Flags : replacesameversion
5
5
Source : " RevitPythonShell\bin\Release\2020\RevitPythonShell.addin" ; DestDir : " {userappdata}\Autodesk\Revit\Addins\2020" ; Flags : replacesameversion
6
+ Source : " RevitPythonShell\bin\Release\2020\ICSharpCode.AvalonEdit.dll" ; DestDir : " {app} "
7
+ Source : " RevitPythonShell\bin\Release\2020\IronPython.dll" ; DestDir : " {app} "
8
+ Source : " RevitPythonShell\bin\Release\2020\IronPython.Modules.dll" ; DestDir : " {app} "
9
+ Source : " RevitPythonShell\bin\Release\2020\Microsoft.Scripting.Metadata.dll" ; DestDir : " {app} "
10
+ Source : " RevitPythonShell\bin\Release\2020\Microsoft.Dynamic.dll" ; DestDir : " {app} "
11
+ Source : " RevitPythonShell\bin\Release\2020\Microsoft.Scripting.dll" ; DestDir : " {app} "
6
12
Source : " RevitPythonShell\bin\Release\2020\DefaultConfig\RevitPythonShell.xml" ; DestDir : " {userappdata}\RevitPythonShell\2020" ; Flags : onlyifdoesntexist
7
13
Source : " RevitPythonShell\bin\Release\2020\DefaultConfig\init.py" ; DestDir : {userappdata}\RevitPythonShell\2020 ; Flags : confirmoverwrite ;
8
14
Source : " RevitPythonShell\bin\Release\2020\DefaultConfig\startup.py" ; DestDir : {userappdata}\RevitPythonShell\2020 ; Flags : confirmoverwrite ;
You can’t perform that action at this time.
0 commit comments