[banshee] build: add a project file for the Banshee.Dap.Karma extension



commit 0901fe147446059dfb480cdf21b28816cf53b116
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed Jun 12 15:30:03 2013 +0200

    build: add a project file for the Banshee.Dap.Karma extension
    
    A project file (.csproj) was missing for this extension. This commit also
    includes it in the Banshee solution (.sln).

 Banshee.sln                                        |   13 +++
 src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.csproj |   98 ++++++++++++++++++++
 2 files changed, 111 insertions(+), 0 deletions(-)
---
diff --git a/Banshee.sln b/Banshee.sln
index c0d1a82..b241574 100644
--- a/Banshee.sln
+++ b/Banshee.sln
@@ -74,6 +74,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Dap.Mtp", "src\Dap\
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Dap.AppleDevice", 
"src\Dap\Banshee.Dap.AppleDevice\Banshee.Dap.AppleDevice.csproj", "{DEADBEEF-CAFE-BABE-FACE-000C0FFEE000}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Dap.Karma", 
"src\Dap\Banshee.Dap.Karma\Banshee.Dap.Karma.csproj", "{6B73E278-23FB-4A59-9B44-AB7F0212B936}"
+EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", 
"{4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}"
        ProjectSection(SolutionItems) = postProject
        EndProjectSection
@@ -297,11 +299,21 @@ Global
                {66617494-94CB-43E8-877C-A586F5A6F4EC}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
                {66617494-94CB-43E8-877C-A586F5A6F4EC}.Windows|Any CPU.Build.0 = Windows|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|x86.ActiveCfg = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Debug|x86.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|Any CPU.ActiveCfg = Debug|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|Any CPU.ActiveCfg = Debug|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|Any CPU.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|Any CPU.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|x86.ActiveCfg = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Release|x86.Build.0 = Debug|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
                {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Windows|Any CPU.Build.0 = Windows|Any CPU
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936}.Windows|Any CPU.Build.0 = Windows|Any CPU
                {6D17167C-AC3F-4D40-A652-46627276A9A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
                {6D17167C-AC3F-4D40-A652-46627276A9A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
                {6D17167C-AC3F-4D40-A652-46627276A9A1}.Release|Any CPU.Build.0 = Release|Any CPU
@@ -519,6 +531,7 @@ Global
                {6B73E278-23FB-4A59-9B44-AB7F0212B936} = {057215DF-2773-4B42-8B8A-64F2CF7764F2}
                {3935AE8A-E283-4C0D-9094-7435A937DC90} = {057215DF-2773-4B42-8B8A-64F2CF7764F2}
                {DEADBEEF-CAFE-BABE-FACE-000C0FFEE000} = {057215DF-2773-4B42-8B8A-64F2CF7764F2}
+               {6B73E278-23FB-4A59-9B44-AB7F0212B936} = {057215DF-2773-4B42-8B8A-64F2CF7764F2}
                {C9E904B1-1141-49F4-BE84-85222A8E8A79} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
                {BFF64BCD-D7A7-4FB8-8147-7DEF7C3DC525} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
                {8E8D7EAD-3B7A-4F7D-8146-75AFCB9DEE83} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
diff --git a/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.csproj 
b/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.csproj
new file mode 100644
index 0000000..10c0741
--- /dev/null
+++ b/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.csproj
@@ -0,0 +1,98 @@
+<?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>8.0.50727</ProductVersion>
+    <ProjectGuid>{6B73E278-23FB-4A59-9B44-AB7F0212B936}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AssemblyName>Banshee.Dap.Karma</AssemblyName>
+    <SchemaVersion>2.0</SchemaVersion>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <Optimize>true</Optimize>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ReleaseVersion>1.3</ReleaseVersion>
+    <RootNamespace>Banshee.Dap.Karma</RootNamespace>
+    <AssemblyOriginatorKeyFile>.</AssemblyOriginatorKeyFile>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>..\..\..\bin</OutputPath>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <Optimize>false</Optimize>
+    <OutputPath>..\..\..\bin\bin</OutputPath>
+  </PropertyGroup>
+  <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="..\Banshee.Dap\Banshee.Dap.csproj">
+      <Project>{BC2E94DF-7A82-461E-BE7C-60E41ADC3562}</Project>
+      <Name>Banshee.Dap</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Libraries\MusicBrainz\MusicBrainz.csproj">
+      <Project>{C5DD02DE-4F0E-4DC0-ABC7-035A8217CD50}</Project>
+      <Name>MusicBrainz</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Core\Banshee.ThickClient\Banshee.ThickClient.csproj">
+      <Project>{AC839523-7BDF-4AB6-8115-E17921B96EC6}</Project>
+      <Name>Banshee.ThickClient</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Hyena\Hyena.Data.Sqlite\Hyena.Data.Sqlite.csproj">
+      <Project>{95374549-9553-4C1E-9D89-667755F90E13}</Project>
+      <Name>Hyena.Data.Sqlite</Name>
+      <Private>False</Private>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Hyena\Hyena\Hyena.csproj">
+      <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
+      <Name>Hyena</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Banshee.Dap.Karma\KarmaSource.cs" />
+    <Compile Include="Banshee.Dap.Karma\KarmaTrackInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Banshee.Dap.Karma.addin.xml">
+      <LogicalName>Banshee.Dap.Karma.addin.xml</LogicalName>
+    </EmbeddedResource>
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <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>
+    <Reference Include="System" />
+    <Reference Include="Mono.Posix">
+      <HintPath>..\..\..\bin\bin\Mono.Posix.dll</HintPath>
+    </Reference>
+    <Reference Include="Karma-Sharp">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\bin\bin\karma-sharp.dll</HintPath>
+    </Reference>
+  </ItemGroup>
+</Project>


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