Skip to content

Commit

Permalink
Remove the unneeded dock dependency in the layer editor project. Add …
Browse files Browse the repository at this point in the history
…a line in the installer to delete the library if it exists on installs.
  • Loading branch information
jeffu231 committed Aug 20, 2016
1 parent a4100ab commit d6e3d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Installer/Installer.nsi
Expand Up @@ -273,10 +273,12 @@ Section "Application" SEC01
Delete "$INSTDIR\Modules\EffectEditor\ChaseEffectEditor.dll"
Delete "$INSTDIR\Modules\EffectEditor\WipeEditor.dll"
Delete "$INSTDIR\Modules\Editor\VixenModules.Editor.EffectEditor.dll"
Delete "$INSTDIR\Modules\Editor\WeifenLuo.WinFormsUI.Docking.dll"
Delete "$INSTDIR\Modules\Editor\ScriptEditor.dll"
Delete "$INSTDIR\Modules\Script\CSharp.dll"
Delete "$INSTDIR\Modules\Script\VB.dll"
Delete "$INSTDIR\Modules\App\VirtualEffect.dll"


; only overwrite these if this installer has a newer version
SetOverwrite ifnewer
Expand Down
3 changes: 0 additions & 3 deletions Modules/Editor/LayerEditor/LayerEditor.csproj
Expand Up @@ -45,9 +45,6 @@
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking">
<HintPath>..\..\..\packages\DockPanelSuite.2.9.0.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down

0 comments on commit d6e3d4f

Please sign in to comment.