~franciscoda/docky/nm-1.0.7-docky-fix

« back to all changes in this revision

Viewing changes to Docky.CairoHelper/Docky.CairoHelper.csproj

  • Committer: Rico Tzschichholz
  • Date: 2013-05-14 06:37:00 UTC
  • Revision ID: ricotz@ubuntu.com-20130514063700-2afwnb5nbvacwqbm
build: Clean up some dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    <ErrorReport>prompt</ErrorReport>
21
21
    <WarningLevel>4</WarningLevel>
22
22
    <ConsolePause>false</ConsolePause>
 
23
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23
24
  </PropertyGroup>
24
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
26
    <DebugType>none</DebugType>
28
29
    <ErrorReport>prompt</ErrorReport>
29
30
    <WarningLevel>4</WarningLevel>
30
31
    <ConsolePause>false</ConsolePause>
 
32
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31
33
  </PropertyGroup>
32
34
  <ItemGroup>
33
35
    <Reference Include="System" />
40
42
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
41
43
      <Package>gtk-sharp-2.0</Package>
42
44
    </Reference>
43
 
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
44
 
      <Package>gtk-sharp-2.0</Package>
45
 
    </Reference>
46
45
    <Reference Include="System.Core">
47
46
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48
47
    </Reference>