~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Interface.Linux/Do.Interface.Linux.csproj

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

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)' == '' ">x86</Platform>
6
 
    <ProductVersion>9.0.21022</ProductVersion>
7
 
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{5809CEE9-020D-4858-86AE-94E2527146FE}</ProjectGuid>
9
 
    <OutputType>Library</OutputType>
10
 
    <RootNamespace>Do.Interface.Linux</RootNamespace>
11
 
    <AssemblyName>Do.Interface.Linux</AssemblyName>
12
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13
 
  </PropertyGroup>
14
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15
 
    <DebugSymbols>true</DebugSymbols>
16
 
    <DebugType>full</DebugType>
17
 
    <Optimize>false</Optimize>
18
 
    <OutputPath>bin\Debug</OutputPath>
19
 
    <DefineConstants>DEBUG</DefineConstants>
20
 
    <ErrorReport>prompt</ErrorReport>
21
 
    <WarningLevel>4</WarningLevel>
22
 
    <PlatformTarget>x86</PlatformTarget>
23
 
  </PropertyGroup>
24
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25
 
    <DebugType>none</DebugType>
26
 
    <Optimize>false</Optimize>
27
 
    <OutputPath>bin\Release</OutputPath>
28
 
    <ErrorReport>prompt</ErrorReport>
29
 
    <WarningLevel>4</WarningLevel>
30
 
    <PlatformTarget>x86</PlatformTarget>
31
 
  </PropertyGroup>
32
 
  <ItemGroup>
33
 
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
34
 
      <Package>gtk-sharp-2.0</Package>
35
 
    </Reference>
36
 
    <Reference Include="System" />
37
 
    <Reference Include="System.Core" />
38
 
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
39
 
      <Package>gtk-sharp-2.0</Package>
40
 
    </Reference>
41
 
    <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
42
 
    <Reference Include="Mono.Posix" />
43
 
    <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
44
 
      <Package>mono-addins</Package>
45
 
    </Reference>
46
 
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
47
 
      <Package>gtk-sharp-2.0</Package>
48
 
    </Reference>
49
 
  </ItemGroup>
50
 
  <ItemGroup>
51
 
    <None Include="Resources\Do.Interface.Linux.addin.xml" />
52
 
    <None Include="Resources\settings-triangle.png" />
53
 
  </ItemGroup>
54
 
  <ItemGroup>
55
 
    <Compile Include="src\Do.Interface\ClassicInterface\ClassicWindow.cs" />
56
 
    <Compile Include="src\Do.Interface\Do.Interface.CairoUtils\CairoUtils.cs" />
57
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\DefaultItems.cs" />
58
 
    <Compile Include="src\Do.Interface\IconCache.cs" />
59
 
    <Compile Include="src\Do.Interface\IconProvider.cs" />
60
 
    <Compile Include="src\Do.Interface\IDoController.cs" />
61
 
    <Compile Include="src\Do.Interface\IDoWindow.cs" />
62
 
    <Compile Include="src\Do.Interface\InterfaceDescription.cs" />
63
 
    <Compile Include="src\Do.Interface\InterfaceManager.cs" />
64
 
    <Compile Include="src\Do.Interface\IUIContext.cs" />
65
 
    <Compile Include="src\Do.Interface\PixbufSurfaceCache.cs" />
66
 
    <Compile Include="src\Do.Interface\PositionWindow.cs" />
67
 
    <Compile Include="src\Do.Interface\ResultsWindowSelectionEventArgs.cs" />
68
 
    <Compile Include="src\Do.Interface\SearchFinishState.cs" />
69
 
    <Compile Include="src\Do.Interface\UIContext.cs" />
70
 
    <Compile Include="src\Do.Interface\Util.cs" />
71
 
    <Compile Include="src\Do.Interface\Windowing.cs" />
72
 
    <Compile Include="src\Do.Universe\ImplicitTextItem.cs" />
73
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\Frame.cs" />
74
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\GlossyRoundedFrame.cs" />
75
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\HalfRoundedFrame.cs" />
76
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\IconBox.cs" />
77
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\ResultsWindow.cs" />
78
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\SymbolDisplayLabel.cs" />
79
 
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\TextFrame.cs" />
80
 
  </ItemGroup>
81
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82
 
  <ItemGroup>
83
 
    <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
84
 
      <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
85
 
      <Name>Do.Universe</Name>
86
 
    </ProjectReference>
87
 
    <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
88
 
      <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
89
 
      <Name>Do.Platform</Name>
90
 
    </ProjectReference>
91
 
  </ItemGroup>
92
 
</Project>
 
 
b'\\ No newline at end of file'