From c0cd7a201cc0462d4d78bc5099dbaafcb24a11ab Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sun, 25 Feb 2007 19:31:35 +0000 Subject: [PATCH] Aga.Controls now builds into the SharpDevelop/bin folder so it can be shared by the Class Diagram and the Debugger addin. Updated the installer to reflect this change. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2402 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Aga.Controls/Aga.Controls.csproj | 24 +++++++++++++++---- src/Setup/Files.wxs | 22 +++++++++++------ src/Setup/Setup.wxs | 6 ++++- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/src/Libraries/TreeViewAdv/Aga.Controls/Aga.Controls.csproj b/src/Libraries/TreeViewAdv/Aga.Controls/Aga.Controls.csproj index 2cd1489f02..d2dbae4223 100644 --- a/src/Libraries/TreeViewAdv/Aga.Controls/Aga.Controls.csproj +++ b/src/Libraries/TreeViewAdv/Aga.Controls/Aga.Controls.csproj @@ -19,12 +19,14 @@ true key.snk + False + false true - full + Full false - bin\Debug\ + ..\..\..\..\bin\ TRACE;DEBUG;PERF_TEST prompt 4 @@ -32,13 +34,27 @@ true - pdbonly + PdbOnly true - bin\Release\ + ..\..\..\..\bin\ TRACE prompt 4 true + false + + + False + + + False + Auto + 4194304 + AnyCPU + 4096 + + + False diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index e68ae59671..56485dee14 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -494,6 +494,9 @@ + + + @@ -973,13 +976,18 @@ - - - - - - - + + + + + + + + + + + + diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index 549862b303..d75ae1c1b8 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -178,6 +178,7 @@ + @@ -305,7 +306,10 @@ - + + + +