[banshee] Emusic.Store: Add .csproj file and .sln entry
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Emusic.Store: Add .csproj file and .sln entry
- Date: Fri, 8 Apr 2011 17:34:01 +0000 (UTC)
commit de5775087cd67feb0e5f0bd79056f0749ada8909
Author: Gabriel Burt <gabriel burt gmail com>
Date: Fri Apr 8 12:23:44 2011 -0500
Emusic.Store: Add .csproj file and .sln entry
Banshee.sln | 6 +
.../Banshee.Emusic.Store.csproj | 119 ++++++++++++++++++++
2 files changed, 125 insertions(+), 0 deletions(-)
---
diff --git a/Banshee.sln b/Banshee.sln
index 7754f65..553b513 100644
--- a/Banshee.sln
+++ b/Banshee.sln
@@ -130,6 +130,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.InternetArchive", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Emusic", "src\Extensions\Banshee.Emusic\Banshee.Emusic.csproj", "{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Emusic.Store", "src\Extensions\Banshee.Emusic.Store\Banshee.Emusic.Store.csproj", "{FDB90084-A1E6-4497-8047-52800A4AAB28}"
+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}"
@@ -211,6 +213,9 @@ Global
{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1}.Windows|Any CPU.Build.0 = Windows|Any CPU
+ {FDB90084-A1E6-4497-8047-52800A4AAB28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FDB90084-A1E6-4497-8047-52800A4AAB28}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FDB90084-A1E6-4497-8047-52800A4AAB28}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
{12984BDF-C565-4452-AD47-79BD3C440E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12984BDF-C565-4452-AD47-79BD3C440E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12984BDF-C565-4452-AD47-79BD3C440E28}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
@@ -533,6 +538,7 @@ Global
{471E44F3-B404-413B-8E95-BCCA70C6E834} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
{9A5328D7-B7FB-4966-BF03-A4BA541541F5} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
+ {FDB90084-A1E6-4497-8047-52800A4AAB28} = {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}
{66617494-94CB-43E8-877C-A586F5A6F4EC} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
diff --git a/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store.csproj b/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store.csproj
new file mode 100644
index 0000000..a43c12a
--- /dev/null
+++ b/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store.csproj
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{FDB90084-A1E6-4497-8047-52800A4AAB28}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AssemblyName>Banshee.Emusic.Store</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <ReleaseVersion>1.3</ReleaseVersion>
+ <RootNamespace>Banshee.Emusic.Store</RootNamespace>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <OutputPath>..\..\..\bin</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <WarningLevel>4</WarningLevel>
+ <Optimize>false</Optimize>
+ <OutputPath>..\..\..\bin\bin</OutputPath>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="gtk-sharp">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
+ <Reference Include="gdk-sharp">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="Mono.Posix">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..bin\Mono.Posix.dll</HintPath>
+ </Reference>
+ <Reference Include="glib-sharp">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
+ <Reference Include="atk-sharp">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
+ <Reference Include="Mono.Cairo" />
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Banshee.Emusic.Store.addin.xml">
+ <LogicalName>Banshee.Emusic.Store.addin.xml</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Banshee.Emusic.Store\" />
+ <Folder Include="Resources\" />
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <ProjectReference Include="..\..\Core\Banshee.Core\Banshee.Core.csproj">
+ <Project>{2ADB831A-A050-47D0-B6B9-9C19D60233BB}</Project>
+ <Name>Banshee.Core</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Core\Banshee.Services\Banshee.Services.csproj">
+ <Project>{B28354F0-BA87-44E8-989F-B864A3C7C09F}</Project>
+ <Name>Banshee.Services</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Core\Banshee.ThickClient\Banshee.ThickClient.csproj">
+ <Project>{AC839523-7BDF-4AB6-8115-E17921B96EC6}</Project>
+ <Name>Banshee.ThickClient</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Banshee.Emusic\Banshee.Emusic.csproj">
+ <Project>{10A5B2EE-C9F0-4B7B-B79B-87B7DA9C1DC1}</Project>
+ <Name>Banshee.Emusic</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Core\Banshee.WebBrowser\Banshee.WebBrowser.csproj">
+ <Project>{E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}</Project>
+ <Name>Banshee.WebBrowser</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Hyena\Hyena.Gui\Hyena.Gui.csproj">
+ <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
+ <Name>Hyena.Gui</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Hyena\Hyena\Hyena.csproj">
+ <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
+ <Name>Hyena</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Core\Banshee.Widgets\Banshee.Widgets.csproj">
+ <Project>{A3701765-E571-413D-808C-9788A22791AF}</Project>
+ <Name>Banshee.Widgets</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
+ <BuildFilesVar Sync="true" Name="SOURCES" />
+ <DeployFilesVar />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar />
+ <AsmRefVar />
+ <ProjectRefVar />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
+ <ItemGroup>
+ <Compile Include="Banshee.Emusic.Store\StoreSource.cs" />
+ <Compile Include="Banshee.Emusic.Store\StoreView.cs" />
+ <Compile Include="Banshee.Emusic.Store\StoreWebBrowserShell.cs" />
+ </ItemGroup>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]