~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.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>{00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}</ProjectGuid>
9
 
    <OutputType>Library</OutputType>
10
 
    <RootNamespace>Do.Interface.Linux.Mini</RootNamespace>
11
 
    <AssemblyName>Do.Interface.Linux.Mini</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="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
38
 
    <Reference Include="System.Core" />
39
 
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
40
 
      <Package>gtk-sharp-2.0</Package>
41
 
    </Reference>
42
 
  </ItemGroup>
43
 
  <ItemGroup>
44
 
    <None Include="Resources\Do.Interface.Linux.Mini.addin.xml" />
45
 
  </ItemGroup>
46
 
  <ItemGroup>
47
 
    <Compile Include="src\MiniRenderer.cs" />
48
 
    <Compile Include="src\MiniTheme.cs" />
49
 
  </ItemGroup>
50
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
51
 
  <ItemGroup>
52
 
    <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
53
 
      <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
54
 
      <Name>Do.Interface.Linux</Name>
55
 
    </ProjectReference>
56
 
    <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
57
 
      <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
58
 
      <Name>Do.Interface.Linux.AnimationBase</Name>
59
 
    </ProjectReference>
60
 
  </ItemGroup>
61
 
</Project>
 
 
b'\\ No newline at end of file'