~cszikszoy/docky/mmv3

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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="utf-16"?>
<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>{AB6E0EDD-6443-4F99-9EAC-DABC906F080D}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>Docky.Items</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <ReleaseVersion>2.0</ReleaseVersion>
    <RootNamespace>Docky.Items</RootNamespace>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>rsvg2-sharp-2.0</Package>
    </Reference>
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="wnck-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>wnck-sharp-1.0</Package>
    </Reference>
    <Reference Include="gnome-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>gnome-sharp-2.0</Package>
    </Reference>
    <Reference Include="gnome-vfs-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>gnome-vfs-sharp-2.0</Package>
    </Reference>
    <Reference Include="gio-sharp, Version=2.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\build\gio-sharp.dll</HintPath>
    </Reference>
    <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
      <Package>notify-sharp-0.4</Package>
    </Reference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <Folder Include="Docky.Items\" />
    <Folder Include="Resources\" />
    <Folder Include="Docky.Menus\" />
    <Folder Include="Docky.Painters\" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Docky.Items\AbstractDockItem.cs" />
    <Compile Include="Docky.Items\PaintNeededEventArgs.cs" />
    <Compile Include="Docky.Items\WnckDockItem.cs" />
    <Compile Include="Docky.Items\FileApplicationProvider.cs" />
    <Compile Include="Docky.Items\ItemsChangedArgs.cs" />
    <Compile Include="Docky.Items\ApplicationDockItem.cs" />
    <Compile Include="Docky.Items\IconDockItem.cs" />
    <Compile Include="Docky.Items\ClickAnimation.cs" />
    <Compile Include="Docky.Items\FileDockItem.cs" />
    <Compile Include="Docky.Items\ActivityIndicator.cs" />
    <Compile Include="Docky.Items\ItemState.cs" />
    <Compile Include="Docky.Items\WindowDockItem.cs" />
    <Compile Include="Docky.Menus\MenuItem.cs" />
    <Compile Include="Docky.Menus\SeparatorMenuItem.cs" />
    <Compile Include="Docky.Menus\WindowMenuItem.cs" />
    <Compile Include="Docky.Items\Enumerable_Extensions.cs" />
    <Compile Include="Docky.Items\AbstractDockItemProvider.cs" />
    <Compile Include="Docky.Menus\RelatedFileMenuItem.cs" />
    <Compile Include="Docky.Painters\AbstractDockPainter.cs" />
    <Compile Include="Docky.Items\PainterRequestEventArgs.cs" />
    <Compile Include="Docky.Menus\MenuList.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Docky.Services\Docky.Services.csproj">
      <Project>{8A6E0EDD-6443-4F99-9EAC-D9CC906F080D}</Project>
      <Name>Docky.Services</Name>
    </ProjectReference>
    <ProjectReference Include="..\Docky.CairoHelper\Docky.CairoHelper.csproj">
      <Project>{B23E0EDD-6443-4F99-9EAC-B7CC906F080D}</Project>
      <Name>Docky.CairoHelper</Name>
    </ProjectReference>
    <ProjectReference Include="..\Docky.Windowing\Docky.Windowing.csproj">
      <Project>{888FCD95-7C79-45C4-A744-9C840DF4B9B0}</Project>
      <Name>Docky.Windowing</Name>
    </ProjectReference>
    <ProjectReference Include="..\Docky.Zeitgeist\Docky.Zeitgeist.csproj">
      <Project>{ECABA30A-6CC5-4CD3-A1DB-88E12884527B}</Project>
      <Name>Docky.Zeitgeist</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\close.svg">
      <LogicalName>close.svg</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="Resources\maximize.svg">
      <LogicalName>maximize.svg</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="Resources\minimize.svg">
      <LogicalName>minimize.svg</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="Resources\run.svg">
      <LogicalName>run.svg</LogicalName>
    </EmbeddedResource>
  </ItemGroup>
</Project>