Author: abock Date: Sat Feb 16 23:10:55 2008 New Revision: 3247 URL: http://svn.gnome.org/viewvc/banshee?rev=3247&view=rev
Log: Updated MD project files Modified: trunk/banshee/src/Core/Banshee.Core/Banshee.Core.mdp trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp trunk/banshee/src/Libraries/Hyena/Hyena.mdp trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp trunk/banshee/src/Libraries/Lastfm/Lastfm.mdp trunk/banshee/src/Libraries/Mono.Media/Mono.Media.mdp Modified: trunk/banshee/src/Core/Banshee.Core/Banshee.Core.mdp ============================================================================== --- trunk/banshee/src/Core/Banshee.Core/Banshee.Core.mdp (original) +++ trunk/banshee/src/Core/Banshee.Core/Banshee.Core.mdp Sat Feb 16 23:10:55 2008 @@ -81,4 +81,4 @@ <AsmRefVar /> <ProjectRefVar /> </MonoDevelop.Autotools.MakefileInfo> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp ============================================================================== --- trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp (original) +++ trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp Sat Feb 16 23:10:55 2008 @@ -120,6 +120,7 @@ <File name="Banshee.Query/RatingQueryValue.cs" subtype="Code" buildaction="Compile" /> <File name="Banshee.Query/SmartPlaylistQueryValue.cs" subtype="Code" buildaction="Compile" /> <File name="Banshee.Query/YearQueryValue.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.MediaEngine/NullPlayerEngine.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> @@ -144,4 +145,4 @@ <AsmRefVar /> <ProjectRefVar /> </MonoDevelop.Autotools.MakefileInfo> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp ============================================================================== --- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp (original) +++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp Sat Feb 16 23:10:55 2008 @@ -87,6 +87,7 @@ <File name="Banshee.SmartPlaylist.Gui/Editor.cs" subtype="Code" buildaction="Compile" /> <File name="Banshee.Collection.Gui/PersistentColumnController.cs" subtype="Code" buildaction="Compile" /> <File name="Banshee.Gui.Widgets/PlaylistMenuItem.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Query.Gui/SmartPlaylistQueryValueEntry.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Project" localcopy="False" refto="Hyena.Gui" /> Modified: trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp ============================================================================== --- trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp (original) +++ trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp Sat Feb 16 23:10:55 2008 @@ -1,26 +1,26 @@ <Project name="Banshee.Plugins.LastFM" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject"> <Configurations active="Debug"> <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="./" assembly="Banshee.Plugins.LastFM" /> + <Output directory="." assembly="Banshee.Plugins.LastFM" /> <Build debugmode="True" target="Library" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> </Configurations> <Contents> - <File name="./Banshee.Lastfm/LastfmActions.cs" subtype="Code" buildaction="Compile" /> - <File name="./Banshee.Lastfm/LastfmSource.cs" subtype="Code" buildaction="Compile" /> - <File name="./Banshee.Lastfm/LastfmTrackInfo.cs" subtype="Code" buildaction="Compile" /> - <File name="./Banshee.Lastfm/StationEditor.cs" subtype="Code" buildaction="Compile" /> - <File name="./Banshee.Lastfm/StationSource.cs" subtype="Code" buildaction="Compile" /> - <File name="./Banshee.Lastfm/StationType.cs" subtype="Code" buildaction="Compile" /> - <File name="./Resources/Actions.xml" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/lastfm.glade" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/audioscrobbler.png" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/loved.png" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/people.png" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/person.png" subtype="Code" buildaction="EmbedAsResource" /> - <File name="./Resources/recommended.png" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Banshee.Lastfm/LastfmActions.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Lastfm/LastfmSource.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Lastfm/LastfmTrackInfo.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Lastfm/StationEditor.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Lastfm/StationSource.cs" subtype="Code" buildaction="Compile" /> + <File name="Banshee.Lastfm/StationType.cs" subtype="Code" buildaction="Compile" /> + <File name="Resources/Actions.xml" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/lastfm.glade" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/audioscrobbler.png" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/loved.png" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/people.png" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/person.png" subtype="Code" buildaction="EmbedAsResource" /> + <File name="Resources/recommended.png" subtype="Code" buildaction="EmbedAsResource" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> @@ -35,4 +35,4 @@ <DeploymentInformation strategy="File"> <excludeFiles /> </DeploymentInformation> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp ============================================================================== --- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp (original) +++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp Sat Feb 16 23:10:55 2008 @@ -45,6 +45,9 @@ <File name="Hyena.Data.Gui/ListView/ListView_Model.cs" subtype="Code" buildaction="Compile" /> <File name="Hyena.Data.Gui/ListView/ListView_Interaction.cs" subtype="Code" buildaction="Compile" /> <File name="Hyena.Data.Gui/RowActivatedHandler.cs" subtype="Code" buildaction="Compile" /> + <File name="Hyena.Query.Gui/FileSizeQueryValueEntry.cs" subtype="Code" buildaction="Compile" /> + <File name="Hyena.Query.Gui/QueryLimitBox.cs" subtype="Code" buildaction="Compile" /> + <File name="Hyena.Query.Gui/QueryTermsBox.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> Modified: trunk/banshee/src/Libraries/Hyena/Hyena.mdp ============================================================================== --- trunk/banshee/src/Libraries/Hyena/Hyena.mdp (original) +++ trunk/banshee/src/Libraries/Hyena/Hyena.mdp Sat Feb 16 23:10:55 2008 @@ -95,4 +95,4 @@ <AsmRefVar /> <ProjectRefVar /> </MonoDevelop.Autotools.MakefileInfo> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp ============================================================================== --- trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp (original) +++ trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp Sat Feb 16 23:10:55 2008 @@ -1,17 +1,17 @@ <Project name="Lastfm.Gui" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject"> <Configurations active="Debug"> <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="./" assembly="Lastfm" /> + <Output directory="." assembly="Lastfm" /> <Build debugmode="True" target="Library" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> </Configurations> <Contents> - <File name="./Lastfm.Gui/AccountLoginDialog.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm.Gui/AccountLoginForm.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm.Gui/Badge.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm.Gui/LinkButton.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm.Gui/AccountLoginDialog.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm.Gui/AccountLoginForm.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm.Gui/Badge.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm.Gui/LinkButton.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> @@ -20,4 +20,4 @@ <ProjectReference type="Project" localcopy="False" refto="Gnome.Keyring" /> <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.mdp ============================================================================== --- trunk/banshee/src/Libraries/Lastfm/Lastfm.mdp (original) +++ trunk/banshee/src/Libraries/Lastfm/Lastfm.mdp Sat Feb 16 23:10:55 2008 @@ -1,20 +1,20 @@ <Project name="Lastfm" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject"> <Configurations active="Debug"> <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="./" assembly="Lastfm" /> + <Output directory="." assembly="Lastfm" /> <Build debugmode="True" target="Library" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> </Configurations> <Contents> - <File name="./Lastfm/Account.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm/Browser.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm/Connection.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Account.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Browser.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Connection.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> -</Project> +</Project> \ No newline at end of file Modified: trunk/banshee/src/Libraries/Mono.Media/Mono.Media.mdp ============================================================================== --- trunk/banshee/src/Libraries/Mono.Media/Mono.Media.mdp (original) +++ trunk/banshee/src/Libraries/Mono.Media/Mono.Media.mdp Sat Feb 16 23:10:55 2008 @@ -1,16 +1,16 @@ <Project name="Mono.Media" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject"> <Configurations active="Debug"> <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="./" assembly="Mono.Media" /> + <Output directory="." assembly="Mono.Media" /> <Build debugmode="True" target="Library" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> </Configurations> <Contents> - <File name="./Lastfm/Account.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm/Browser.cs" subtype="Code" buildaction="Compile" /> - <File name="./Lastfm/Connection.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Account.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Browser.cs" subtype="Code" buildaction="Compile" /> + <File name="Lastfm/Connection.cs" subtype="Code" buildaction="Compile" /> <File name="Mono.Media/Banshee.Playlists.Formats.Xspf/LinkEntry.cs" subtype="Code" buildaction="Compile" /> <File name="Mono.Media/Banshee.Playlists.Formats.Xspf/MetaEntry.cs" subtype="Code" buildaction="Compile" /> <File name="Mono.Media/Banshee.Playlists.Formats.Xspf/Playlist.cs" subtype="Code" buildaction="Compile" /> @@ -24,4 +24,4 @@ <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> -</Project> +</Project> \ No newline at end of file _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.