banshee r3185 - in trunk/banshee: . src/Extensions src/Extensions/Banshee.DapCore



Author: alanmc
Date: Sat Feb  9 18:13:28 2008
New Revision: 3185
URL: http://svn.gnome.org/viewvc/banshee?rev=3185&view=rev

Log:
Adding DapCore project to the .mds file

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp
   trunk/banshee/src/Extensions/Extensions.mds

Modified: trunk/banshee/src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp	(original)
+++ trunk/banshee/src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp	Sat Feb  9 18:13:28 2008
@@ -8,7 +8,13 @@
     </Configuration>
   </Configurations>
   <Contents>
-    <File name="Banshee.DapCore.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
+    <File name="Banshee.DapCore/DapCore.cs" subtype="Code" buildaction="Compile" />
+    <File name="Banshee.DapCore/HalCore.cs" subtype="Code" buildaction="Compile" />
+    <File name="Banshee.DapCore/IDeviceClass.cs" subtype="Code" buildaction="Compile" />
+    <File name="hal-sharp/Device.cs" subtype="Code" buildaction="Compile" />
+    <File name="hal-sharp/Manager.cs" subtype="Code" buildaction="Compile" />
+    <File name="hal-sharp/Volume.cs" subtype="Code" buildaction="Compile" />
+    <File name="Resources/Banshee.DapCore.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
   </Contents>
   <References>
     <ProjectReference type="Project" localcopy="True" refto="Banshee.Core" />
@@ -25,4 +31,4 @@
     <AsmRefVar />
     <ProjectRefVar />
   </MonoDevelop.Autotools.MakefileInfo>
-</Project>
+</Project>
\ No newline at end of file

Modified: trunk/banshee/src/Extensions/Extensions.mds
==============================================================================
--- trunk/banshee/src/Extensions/Extensions.mds	(original)
+++ trunk/banshee/src/Extensions/Extensions.mds	Sat Feb  9 18:13:28 2008
@@ -4,14 +4,17 @@
       <Entry build="True" name="Banshee.NotificationArea" configuration="Debug" />
       <Entry build="True" name="Banshee.MultimediaKeys" configuration="Debug" />
       <Entry build="True" name="Banshee.PlayQueue" configuration="Debug" />
+      <Entry build="True" name="Banshee.DapCore" configuration="Debug" />
     </Configuration>
   </Configurations>
   <StartMode startupentry="Banshee.NotificationArea" single="True">
     <Execute type="None" entry="Banshee.NotificationArea" />
+    <Execute type="None" entry="Banshee.DapCore" />
   </StartMode>
   <Entries>
     <Entry filename="Banshee.NotificationArea/Banshee.NotificationArea.mdp" />
     <Entry filename="Banshee.MultimediaKeys/Banshee.MultimediaKeys.mdp" />
     <Entry filename="Banshee.PlayQueue/Banshee.PlayQueue.mdp" />
+    <Entry filename="Banshee.DapCore/Banshee.DapCore.mdp" />
   </Entries>
 </Combine>
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]