1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">AnyCPU
</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <ProjectGuid>{
6B781836-AB65-
49EF-BECD-CCC193C5D589}
</ProjectGuid>
9 <Compiler ctype=
"GccCompiler" />
11 <Language>C
</Language>
13 <SchemaVersion>2.0</SchemaVersion>
14 <ReleaseVersion>1.3</ReleaseVersion>
16 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true
</DebugSymbols>
18 <OutputPath>..\bin
</OutputPath>
19 <DefineSymbols>DEBUG MONODEVELOP
</DefineSymbols>
21 <CodeGeneration ctype=
"CCompilationParameters" />
23 <CompileTarget>SharedLibrary
</CompileTarget>
26 <Command type=
"Build" command=
"make" workingdir=
"${SolutionDir}" />
27 <Command type=
"Execute" command=
"make run" workingdir=
"${SolutionDir}" />
30 <OutputName>libbanshee
</OutputName>
33 <Compile Include=
"banshee-ripper.c" />
34 <Compile Include=
"banshee-gst.c" />
35 <Compile Include=
"banshee-player.c" />
36 <Compile Include=
"banshee-transcoder.c" />
37 <Compile Include=
"banshee-player-cdda.c" />
38 <Compile Include=
"banshee-player-missing-elements.c" />
39 <Compile Include=
"banshee-player-video.c" />
40 <Compile Include=
"banshee-player-equalizer.c" />
41 <Compile Include=
"banshee-player-pipeline.c" />
42 <Compile Include=
"banshee-tagger.c" />
43 <Compile Include=
"banshee-player-replaygain.c" />
44 <Compile Include=
"banshee-player-vis.c" />
45 <Compile Include=
"banshee-bpmdetector.c" />
48 <None Include=
"banshee-player-private.h" />
49 <None Include=
"banshee-player-cdda.h" />
50 <None Include=
"banshee-player-missing-elements.h" />
51 <None Include=
"banshee-player-video.h" />
52 <None Include=
"banshee-player-pipeline.h" />
53 <None Include=
"banshee-tagger.h" />
54 <None Include=
"banshee-gst.h" />
55 <None Include=
"banshee-player-equalizer.h" />
56 <None Include=
"banshee-player-replaygain.h" />
57 <None Include=
"banshee-player-vis.h" />
62 <MonoDevelop.Autotools.MakefileInfo
IntegrationEnabled=
"true" RelativeMakefileName=
"Makefile.am">
63 <BuildFilesVar Sync=
"true" Name=
"libbanshee_la_SOURCES" />
70 <MessageRegex Name=
"gcc" />
71 </MonoDevelop.Autotools.MakefileInfo
>