summaryrefslogtreecommitdiff
path: root/src/AlbumArtWriter/AlbumArtWriter.csproj
blob: 4c25e2fe72201abe4c6143c5f034b90bb7e673c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?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>{5D56E36A-AB9F-4BAA-BC42-D7503AC0A3A5}</ProjectGuid>
    <OutputType>Library</OutputType>
    <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
    <AssemblyName>Banshee.AlbumArtWriter</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <Optimize>true</Optimize>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <RootNamespace>Foo</RootNamespace>
    <AssemblyOriginatorKeyFile>.</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <OutputPath>..\..\..\bin</OutputPath>
    <CustomCommands>
      <CustomCommands>
        <Command type="Execute" command="make run" workingdir="${SolutionDir}" />
      </CustomCommands>
    </CustomCommands>
    <Optimize>false</Optimize>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <OutputPath>..\..\..\bin</OutputPath>
    <PlatformTarget>x86</PlatformTarget>
    <Optimize>false</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>gtk-sharp-2.0</Package>
    </Reference>
    <Reference Include="Mono.Posix" />
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>gtk-sharp-2.0</Package>
    </Reference>
    <Reference Include="Mono.Cairo">
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Mono.Addins">
      <SpecificVersion>False</SpecificVersion>
      <Package>mono-addins</Package>
    </Reference>
    <Reference Include="Banshee.Core, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-core</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Banshee.Services, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-services</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Banshee.ThickClient, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-thickclient</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Banshee.Widgets, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-thickclient</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Hyena, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-hyena</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Hyena.Data.Sqlite, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-hyena-data-sqlite</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Hyena.Gui, Version=1.7.0.0, Culture=neutral">
      <Package>banshee-hyena-gui</Package>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="AlbumArtWriter.addin.xml">
      <LogicalName>AlbumArtWriter.addin.xml</LogicalName>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Banshee.AlbumArtWriter\AlbumArtWriterJob.cs" />
    <Compile Include="Banshee.AlbumArtWriter\AlbumArtWriterService.cs" />
  </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>
</Project>