~cszikszoy/docky/mmv3

« back to all changes in this revision

Viewing changes to StandardPlugins/Trash/Trash.csproj

  • Committer: Chris S.
  • Date: 2009-10-22 03:23:13 UTC
  • mfrom: (284.1.7 testaddins)
  • Revision ID: chris@szikszoy.com-20091022032313-2s9kikljologdsyt
enable lazy loading of addins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{B9639467-BDF1-432F-AECB-B1BB7992A0FC}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>Trash</RootNamespace>
 
11
    <AssemblyName>Trash</AssemblyName>
 
12
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
    <ReleaseVersion>2.0</ReleaseVersion>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>false</Optimize>
 
19
    <OutputPath>bin\Debug</OutputPath>
 
20
    <DefineConstants>DEBUG</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <ConsolePause>false</ConsolePause>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>false</Optimize>
 
28
    <OutputPath>bin\Release</OutputPath>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <ConsolePause>false</ConsolePause>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="System" />
 
35
    <Reference Include="Mono.Posix" />
 
36
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
37
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
38
    <Reference Include="gio-sharp, Version=2.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
39
      <SpecificVersion>False</SpecificVersion>
 
40
      <HintPath>..\..\build\gio-sharp.dll</HintPath>
 
41
    </Reference>
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <Compile Include="src\TrashItemProvider.cs" />
 
45
    <Compile Include="src\TrashDockItem.cs" />
 
46
  </ItemGroup>
 
47
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
48
  <ItemGroup>
 
49
    <Folder Include="src\" />
 
50
    <Folder Include="Resources\" />
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <None Include="Resources\Trash.addin.xml" />
 
54
  </ItemGroup>
 
55
  <ItemGroup>
 
56
    <ProjectReference Include="..\..\Docky.Services\Docky.Services.csproj">
 
57
      <Project>{8A6E0EDD-6443-4F99-9EAC-D9CC906F080D}</Project>
 
58
      <Name>Docky.Services</Name>
 
59
    </ProjectReference>
 
60
    <ProjectReference Include="..\..\Docky.Items\Docky.Items.csproj">
 
61
      <Project>{AB6E0EDD-6443-4F99-9EAC-DABC906F080D}</Project>
 
62
      <Name>Docky.Items</Name>
 
63
    </ProjectReference>
 
64
  </ItemGroup>
 
65
</Project>
 
 
b'\\ No newline at end of file'