From 590e641d9b5f46448f8a6b0d2d4783f32de12239 Mon Sep 17 00:00:00 2001 From: Eusebiu Marcu Date: Tue, 7 Dec 2010 23:24:18 +0200 Subject: [PATCH 1/3] remove copy local flags --- src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj index 67d344518c..4eaa6576a6 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj +++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj @@ -60,12 +60,15 @@ ..\..\..\Libraries\GraphSharp\GraphSharp.dll + False ..\..\..\Libraries\GraphSharp\GraphSharp.Controls.dll + False ..\..\..\Libraries\GraphSharp\Microsoft.Contracts.dll + False @@ -79,6 +82,7 @@ ..\..\..\Libraries\GraphSharp\QuickGraph.dll + False From cc5e41fa01340ff23263fa1c0fa64b271265d71b Mon Sep 17 00:00:00 2001 From: Eusebiu Marcu Date: Wed, 8 Dec 2010 00:12:34 +0200 Subject: [PATCH 2/3] Remove unused assembly reference Add GraphSharp to installer --- src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj | 4 ---- src/Setup/Files.wxs | 9 +++++++++ src/Setup/Setup.wxs | 3 +++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj index 4eaa6576a6..8edd041726 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj +++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj @@ -66,10 +66,6 @@ ..\..\..\Libraries\GraphSharp\GraphSharp.Controls.dll False - - ..\..\..\Libraries\GraphSharp\Microsoft.Contracts.dll - False - 3.0 diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index edb6ce57df..dd2bb38d04 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -183,6 +183,15 @@ + + + + + + + + + diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index 80ee81ac9c..65c9894be0 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -197,6 +197,9 @@ + + + From dca04142c42c4f373c408fdb302b8de828d9a471 Mon Sep 17 00:00:00 2001 From: Eusebiu Marcu Date: Wed, 8 Dec 2010 00:35:52 +0200 Subject: [PATCH 3/3] add GraphSharp dependencies to setup --- src/Setup/Files.wxs | 9 +++++++++ src/Setup/Setup.wxs | 3 +++ 2 files changed, 12 insertions(+) diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index dd2bb38d04..ab81ec8ff5 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -192,6 +192,15 @@ + + + + + + + + + diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index 65c9894be0..8a279c8d53 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -200,6 +200,9 @@ + + +