summaryrefslogtreecommitdiff
path: root/src/Clients/Booter/Booter.csproj
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28Merge branch 'master' into dbus-sharpPete Johanson1-3/+3
Conflicts: src/Backends/Banshee.Gnome/Banshee.Gnome.csproj src/Backends/Banshee.Hal/Banshee.Hal.csproj src/Clients/Beroe/Beroe.csproj src/Clients/Booter/Booter.csproj src/Clients/Halie/Halie.csproj src/Clients/Muinshee/Muinshee.csproj src/Core/Banshee.Core/Banshee.Core.csproj src/Core/Banshee.Services/Banshee.Services.csproj src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.csproj src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
2011-02-02windows: Change OutputPath to bin/binGabriel Burt1-3/+3
Useful so we can treat bin/ as the root of our directory struture on Windows, where we'll bundle Gtk+ and GStreamer.
2011-02-02Merge branch 'master' into dbus-sharpPete Johanson1-0/+1
Conflicts: configure.ac src/Backends/Banshee.Gnome/Banshee.Gnome.csproj src/Backends/Banshee.Hal/Banshee.Hal.csproj src/Clients/Beroe/Beroe.csproj src/Clients/Booter/Booter.csproj src/Clients/Halie/Halie.csproj src/Clients/Muinshee/Muinshee.csproj src/Core/Banshee.CollectionIndexer/Banshee.CollectionIndexer.csproj src/Core/Banshee.Core/Banshee.Core.csproj src/Core/Banshee.Services/Banshee.Services.csproj src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj src/Extensions/Banshee.Mpris/Banshee.Mpris.csproj src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.csproj src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
2011-01-26build: MonoDevelop csproj file updatesGabriel Burt1-1/+0
Removes more <Package> reference entries, syncs source file lists with Makefiles, and updates a couple references.
2010-09-23dbus: Fix .csproj referencesAlexander Kojevnikov1-3/+1
2010-08-13[build] Add AppleDevice project to monodevelop solutionAlex Launi1-2/+3
2010-06-05[build] Fix up sln/csproj files for hyena submoduleGabriel Burt1-1/+6
2010-05-22[build] Fix .csproj file referencesGabriel Burt1-1/+5
Use find + sed to fix References in about every .csproj file, making them not version specific, and adding a HintPath if appropriate.
2010-03-08Disable CheckForOverflowUnderflow in many .csprojGabriel Burt1-1/+0
Is the same as our automake build now.
2010-03-02MonoDevelop on Linux's take on the .csproj refsGabriel Burt1-1/+1
2010-03-02Update to build on Windows with MonoDevelop 2.2.1Gabriel Burt1-3/+3
Also modify .sln configuration to not build projects that aren't relevant, and to build a few that are but weren't marked to be built on Windows.
2010-02-28[build] *.csproj fixes for building on windowsJán Sokoly1-4/+1
Updated hintpaths to point to bin/ instead of winbin/. Removed all MonoPosixHelper references. Added necessary <DefineConstants> and <AllowUnsafeBlocks> instructions to be able to build in MonoDevelop. Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
2010-02-13Allow debugging from MonoDevelopBertrand Lorentz1-8/+3
Remove all custom commands from all projects options, and disable the makefile integration for the "Execute" target. This allows MonoDevelop to do its debugging thing with mdb. Fixes bgo#573731. Word of caution : From now on, when starting Banshee from MonoDevelop with "Run" or "Debug", the parameters are "--debug --uninstalled", so your default database file will be used. I didn't find a way to pass the value of the BANSHEE_DEV_OPTIONS env var as a parameter, which is what "make run" does.
2010-02-11Set our C# style preferences in Banshee.slnGabriel Burt1-4/+10
2010-02-01Set TargetFrameworkVersion to v3.5 in all .csprojsGabriel Burt1-1/+1
2009-05-19Update to build and run on WindowsGabriel Burt1-8/+22
Requires SharpDevelop 3.0, .NET 3.5 SP1, and Gtk# 2.12.8. Fixed build issues in a few places, added a couple necessary #ifdef WIN32. On Windows, set to x86 build target (see bgo #558272). Added banshee.ico for use in Windows.
2009-03-11Updated by MonoDevelop, removing empty elements and saving someGabriel Burt1-2/+1
2009-03-11 Gabriel Burt <gabriel.burt@gmail.com> * Banshee.sln: * libbanshee/libbanshee.cproj: * *.csproj: Updated by MonoDevelop, removing empty elements and saving some per-project preferences like use-spaces-for-tabs etc. svn path=/trunk/banshee/; revision=5130
2009-01-24Another MD fixup. lesighAaron Bockover1-1/+0
svn path=/trunk/banshee/; revision=4947
2008-11-06Because it's so hard to detect when properties change, I get it. Or maybe ↵Aaron Bockover1-3/+3
it's just fun to reorder elements? svn path=/trunk/banshee/; revision=4782
2008-10-27Add custom make and make run commands for build/executeGabriel Burt1-1/+7
2008-10-27 Gabriel Burt <gabriel.burt@gmail.com> * libbanshee/libbanshee.cproj: * *.csproj: Add custom make and make run commands for build/execute * Banshee.sln: Remove Torrent and MediaWeb projects from the build * build/build.rules.mk: Add run target that does make run in the top dir svn path=/trunk/banshee/; revision=4763
2008-09-15Support a --client option to run the fake indexer clientAaron Bockover1-1/+1
2008-09-15 Aaron Bockover <abock@gnome.org> * src/Clients/Beroe/Beroe/IndexerClient.cs: Support a --client option to run the fake indexer client * src/Clients/Beroe/Beroe/RemoteClient.cs: An example client indexer that doesn't really do anything * src/Core/Banshee.Services/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs: First pass at a wrapper implementing the proper logic for interacting with the Banshee indexer and respecting the boot sequence and client startup hints svn path=/trunk/banshee/; revision=4542
2008-09-11New client to take care of the booting of other clients based on the crazyAaron Bockover1-0/+67
2008-09-11 Aaron Bockover <abock@gnome.org> * src/Clients/Booter: New client to take care of the booting of other clients based on the crazy boot sequence logic (to be added) * src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Moved the non-GUI related boot logic to the new Booter client * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Call DBusConnection.Connect * src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Refactored slightly to allow for the use of multiple busses * src/Clients/Halie/Halie/Client.cs: * src/Clients/Beroe/Beroe/IndexerClient.cs: Updated to reflect small API change in DBusConnection * build/build.environment.mk: * Banshee.sln: * configure.ac: Add Booter svn path=/trunk/banshee/; revision=4514