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
|
<Project name="SqueezeCenterPlugin" fileversion="2.0" language="C#" DefaultNamespace="Do.Addins.SqueezeCenterPlugin" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="bin/Debug" assemblyKeyFile="." assembly="SqueezeCenter" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release" assemblyKeyFile="." assembly="SqueezeCenter" />
<Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
<File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
<File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
<File name="gtk-gui/SqueezeCenter.Configuration.cs" subtype="Code" buildaction="Compile" />
<File name="src/BrowseMusicItem.cs" subtype="Code" buildaction="Compile" />
<File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
<File name="src/EnqueueCommand.cs" subtype="Code" buildaction="Compile" />
<File name="src/IconDownloader.cs" subtype="Code" buildaction="Compile" />
<File name="src/ItemSource.cs" subtype="Code" buildaction="Compile" />
<File name="src/MusicItem.cs" subtype="Code" buildaction="Compile" />
<File name="src/NetworkStreamTextReader.cs" subtype="Code" buildaction="Compile" />
<File name="src/PlayCommand.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player.cs" subtype="Code" buildaction="Compile" />
<File name="src/RadioItem.cs" subtype="Code" buildaction="Compile" />
<File name="src/Server.cs" subtype="Code" buildaction="Compile" />
<File name="src/Settings.cs" subtype="Code" buildaction="Compile" />
<File name="src/Util.cs" subtype="Code" buildaction="Compile" />
<File name="src/SqueezeCenterItem.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands" subtype="Directory" buildaction="Compile" />
<File name="src/Player commands/PlayerCommand.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/TurnOn.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/TurnOff.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Pause.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Sync.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Unsync.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Prev.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Next.cs" subtype="Code" buildaction="Compile" />
<File name="src/Player commands/Play.cs" subtype="Code" buildaction="Compile" />
<File name="Resources/SqueezeCenter.addin.xml.in" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/artist.svg" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/radio.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/radio.xcf" subtype="Code" buildaction="Nothing" />
<File name="Resources/icons/squeezebox.xcf" subtype="Code" buildaction="Nothing" />
<File name="Resources/icons/sync.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/unsync.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/unsync.xcf" subtype="Code" buildaction="Nothing" />
<File name="Resources/icons/SB_off.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/SB_on.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="Resources/icons/sync_sb.xcf" subtype="Code" buildaction="Nothing" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
<ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
<ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
</References>
<GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
</Project>
|