From 868a7ce9c8b50bd64c8b5ae33fec77abfd25ef7c Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Thu, 21 Feb 2013 23:23:06 -0500 Subject: isolated clickonce dependancies --- MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj | 6 +++--- MediaBrowser.Server.Uninstall/Program.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Server.Uninstall') diff --git a/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj b/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj index 3c51ce6a28..334a7d3457 100644 --- a/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj +++ b/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj @@ -52,9 +52,9 @@ - - {9142eefa-7570-41e1-bfcc-468bb571af2f} - MediaBrowser.Common + + {cc96bf3e-0bda-4809-bc4b-bb6d418f4a84} + MediaBrowser.ClickOnce diff --git a/MediaBrowser.Server.Uninstall/Program.cs b/MediaBrowser.Server.Uninstall/Program.cs index 13f4e90f5a..4374e970cd 100644 --- a/MediaBrowser.Server.Uninstall/Program.cs +++ b/MediaBrowser.Server.Uninstall/Program.cs @@ -1,4 +1,4 @@ -using MediaBrowser.Common.Updates; +using MediaBrowser.ClickOnce; using System; using System.IO; -- cgit v1.2.3