~do-win/do/test-paths

« back to all changes in this revision

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

  • Committer: Hardeep S
  • Date: 2009-06-23 03:53:12 UTC
  • Revision ID: ootz0rz@gmail.com-20090623035312-it8tb5wkha6nf31p
Added Do.Interface.Windows, and a bunch of cleanup with old MonoDevelop files elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
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>{EBBE8ECD-D21B-4528-A45D-32FCF09DE212}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Do.Interface.Windows</RootNamespace>
 
12
    <AssemblyName>Do.Interface.Windows</AssemblyName>
 
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
17
    <DebugSymbols>true</DebugSymbols>
 
18
    <DebugType>full</DebugType>
 
19
    <Optimize>false</Optimize>
 
20
    <OutputPath>bin\Debug\</OutputPath>
 
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
22
    <ErrorReport>prompt</ErrorReport>
 
23
    <WarningLevel>4</WarningLevel>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>pdbonly</DebugType>
 
27
    <Optimize>true</Optimize>
 
28
    <OutputPath>bin\Release\</OutputPath>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
36
    <Reference Include="glib-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="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
 
39
    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
 
40
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
41
    <Reference Include="System" />
 
42
    <Reference Include="System.Core">
 
43
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
44
    </Reference>
 
45
    <Reference Include="System.Drawing" />
 
46
    <Reference Include="System.Xml.Linq">
 
47
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
48
    </Reference>
 
49
    <Reference Include="System.Data.DataSetExtensions">
 
50
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
51
    </Reference>
 
52
    <Reference Include="System.Data" />
 
53
    <Reference Include="System.Xml" />
 
54
  </ItemGroup>
 
55
  <ItemGroup>
 
56
    <Compile Include="Properties\AssemblyInfo.cs" />
 
57
    <Compile Include="Properties\Resources.Designer.cs">
 
58
      <AutoGen>True</AutoGen>
 
59
      <DesignTime>True</DesignTime>
 
60
      <DependentUpon>Resources.resx</DependentUpon>
 
61
    </Compile>
 
62
    <Compile Include="src\Do.Interface\ClassicInterface\ClassicWindow.cs" />
 
63
    <Compile Include="src\Do.Interface\Do.Interface.CairoUtils\CairoUtils.cs" />
 
64
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\DefaultItems.cs" />
 
65
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\Frame.cs" />
 
66
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\GlossyRoundedFrame.cs" />
 
67
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\HalfRoundedFrame.cs" />
 
68
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\IconBox.cs" />
 
69
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\ResultsWindow.cs" />
 
70
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\SymbolDisplayLabel.cs" />
 
71
    <Compile Include="src\Do.Interface\Do.Interface.Widgets\TextFrame.cs" />
 
72
    <Compile Include="src\Do.Interface\IconCache.cs" />
 
73
    <Compile Include="src\Do.Interface\IconProvider.cs" />
 
74
    <Compile Include="src\Do.Interface\IDoController.cs" />
 
75
    <Compile Include="src\Do.Interface\IDoWindow.cs" />
 
76
    <Compile Include="src\Do.Interface\InterfaceDescription.cs" />
 
77
    <Compile Include="src\Do.Interface\InterfaceManager.cs" />
 
78
    <Compile Include="src\Do.Interface\IUIContext.cs" />
 
79
    <Compile Include="src\Do.Interface\PixbufSurfaceCache.cs" />
 
80
    <Compile Include="src\Do.Interface\PositionWindow.cs" />
 
81
    <Compile Include="src\Do.Interface\ResultsWindowSelectionEventArgs.cs" />
 
82
    <Compile Include="src\Do.Interface\SearchFinishState.cs" />
 
83
    <Compile Include="src\Do.Interface\UIContext.cs" />
 
84
    <Compile Include="src\Do.Interface\Util.cs" />
 
85
    <Compile Include="src\Do.Interface\Windowing.cs" />
 
86
    <Compile Include="src\Do.Universe\ImplicitTextItem.cs" />
 
87
  </ItemGroup>
 
88
  <ItemGroup>
 
89
    <Content Include="Resources\Do.Interface.Windows.addin.xml" />
 
90
    <EmbeddedResource Include="Resources\settings-triangle.png">
 
91
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
92
    </EmbeddedResource>
 
93
  </ItemGroup>
 
94
  <ItemGroup>
 
95
    <None Include="src\AssemblyInfo.cs.in" />
 
96
  </ItemGroup>
 
97
  <ItemGroup>
 
98
    <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
 
99
      <Project>{6455647D-BA69-4203-962F-D40BF927B87E}</Project>
 
100
      <Name>Do.Platform</Name>
 
101
    </ProjectReference>
 
102
    <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
 
103
      <Project>{7F9464B7-A890-4E54-AE06-F813E8D1E458}</Project>
 
104
      <Name>Do.Universe</Name>
 
105
    </ProjectReference>
 
106
    <ProjectReference Include="..\gconf-sharp\gconf-sharp.csproj">
 
107
      <Project>{9A8F56A1-1CF3-4B62-A8B0-8831C1630C44}</Project>
 
108
      <Name>gconf-sharp</Name>
 
109
    </ProjectReference>
 
110
    <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
 
111
      <Project>{A10F4A9E-AC9C-48DE-BB4D-2997B81C6451}</Project>
 
112
      <Name>Mono.Addins</Name>
 
113
    </ProjectReference>
 
114
  </ItemGroup>
 
115
  <ItemGroup>
 
116
    <EmbeddedResource Include="Properties\Resources.resx">
 
117
      <Generator>ResXFileCodeGenerator</Generator>
 
118
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
119
      <SubType>Designer</SubType>
 
120
    </EmbeddedResource>
 
121
  </ItemGroup>
 
122
  <ItemGroup>
 
123
    <Folder Include="src\Do.Interface\Do.Interface.AnimationBase\" />
 
124
  </ItemGroup>
 
125
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
126
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
127
       Other similar extension points exist, see Microsoft.Common.targets.
 
128
  <Target Name="BeforeBuild">
 
129
  </Target>
 
130
  <Target Name="AfterBuild">
 
131
  </Target>
 
132
  -->
 
133
</Project>
 
 
b'\\ No newline at end of file'