[banshee/youtube] [YouTube] Add project to the solution



commit 8a55128f0b66d2f35cbe84fc667bf85e89cdf4ae
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Fri Mar 5 10:57:46 2010 +1100

    [YouTube] Add project to the solution

 Banshee.sln                                        |    9 +++++++++
 .../Banshee.YouTube/Banshee.YouTube.csproj         |    7 +++----
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/Banshee.sln b/Banshee.sln
index 02ef87f..52885cb 100644
--- a/Banshee.sln
+++ b/Banshee.sln
@@ -120,6 +120,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Emusic", "src\Exten
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Audiobook", "src\Extensions\Banshee.Audiobook\Banshee.Audiobook.csproj", "{05148D80-6C5C-4BE5-9BD7-89613753D027}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.YouTube", "src\Extensions\Banshee.YouTube\Banshee.YouTube.csproj", "{387DC336-45F9-4263-9606-2881907D2105}"
+EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}"
 	ProjectSection(SolutionItems) = postProject
 	EndProjectSection
@@ -208,6 +210,12 @@ Global
 		{379034DF-F34D-409B-8DE9-097BE78E37C8}.Release|Any CPU.ActiveCfg = Debug|Any CPU
 		{379034DF-F34D-409B-8DE9-097BE78E37C8}.Release|Any CPU.Build.0 = Debug|Any CPU
 		{379034DF-F34D-409B-8DE9-097BE78E37C8}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Release|Any CPU.Build.0 = Release|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Windows|Any CPU.ActiveCfg = Debug|Any CPU
+		{387DC336-45F9-4263-9606-2881907D2105}.Windows|Any CPU.Build.0 = Debug|Any CPU
 		{3935AE8A-E283-4C0D-9094-7435A937DC90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{3935AE8A-E283-4C0D-9094-7435A937DC90}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{3935AE8A-E283-4C0D-9094-7435A937DC90}.Release|Any CPU.ActiveCfg = Debug|Any CPU
@@ -426,6 +434,7 @@ Global
 		{9A5328D7-B7FB-4966-BF03-A4BA541541F5} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
 		{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
 		{05148D80-6C5C-4BE5-9BD7-89613753D027} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
+		{387DC336-45F9-4263-9606-2881907D2105} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
 		{95374549-9553-4C1E-9D89-667755F90E12} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}
 		{C856EFD8-E812-4E61-8B76-E3583D94C233} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}
 		{C1F63FC5-4B96-48B2-B7F7-5B33FCC4F2A2} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}
diff --git a/src/Extensions/Banshee.YouTube/Banshee.YouTube.csproj b/src/Extensions/Banshee.YouTube/Banshee.YouTube.csproj
index 395c543..de161b1 100644
--- a/src/Extensions/Banshee.YouTube/Banshee.YouTube.csproj
+++ b/src/Extensions/Banshee.YouTube/Banshee.YouTube.csproj
@@ -64,13 +64,10 @@
       <Package>banshee-1-thickclient</Package>
     </Reference>
     <Reference Include="Google.GData.YouTube, Version=1.4.0.2, Culture=neutral, PublicKeyToken=af04a32718ae8833">
-      <Package>gdata-sharp-youtube</Package>
     </Reference>
     <Reference Include="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876">
-      <Package>gdata-sharp-core</Package>
     </Reference>
     <Reference Include="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830">
-      <Package>gdata-sharp-core</Package>
     </Reference>
   </ItemGroup>
   <ProjectExtensions>
@@ -89,6 +86,8 @@
     </MonoDevelop>
   </ProjectExtensions>
   <ItemGroup>
-    <EmbeddedResource Include="Banshee.YouTube.addin.xml" />
+    <EmbeddedResource Include="Banshee.YouTube.addin.xml">
+      <LogicalName>Banshee.YouTube.addin.xml</LogicalName>
+    </EmbeddedResource>
   </ItemGroup>
 </Project>



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