~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/xwt/Xwt.Mac/Xwt.Mac.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{B7C1673E-5124-4BE5-8D21-EC8B12F85B6B}</ProjectGuid>
 
9
    <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
10
    <OutputType>Library</OutputType>
 
11
    <RootNamespace>Xwt.Mac</RootNamespace>
 
12
    <AssemblyName>Xwt.Mac</AssemblyName>
 
13
    <SuppressXamMacMigration>True</SuppressXamMacMigration>
 
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
    <EnableCodeSigning>False</EnableCodeSigning>
 
25
    <CreatePackage>False</CreatePackage>
 
26
    <EnablePackageSigning>False</EnablePackageSigning>
 
27
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
28
    <UseSGen>False</UseSGen>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
31
    <DebugType>none</DebugType>
 
32
    <Optimize>False</Optimize>
 
33
    <OutputPath>bin\Release</OutputPath>
 
34
    <ErrorReport>prompt</ErrorReport>
 
35
    <WarningLevel>4</WarningLevel>
 
36
    <ConsolePause>False</ConsolePause>
 
37
    <EnableCodeSigning>False</EnableCodeSigning>
 
38
    <CreatePackage>False</CreatePackage>
 
39
    <EnablePackageSigning>False</EnablePackageSigning>
 
40
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
41
    <UseSGen>False</UseSGen>
 
42
  </PropertyGroup>
 
43
  <ItemGroup>
 
44
    <Reference Include="System" />
 
45
    <Reference Include="System.Xml" />
 
46
    <Reference Include="System.Core" />
 
47
    <Reference Include="System.Xml.Linq" />
 
48
    <Reference Include="System.Drawing" />
 
49
    <Reference Include="MonoMac">
 
50
    </Reference>
 
51
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <Compile Include="AssemblyInfo.cs" />
 
55
    <Compile Include="Xwt.Mac\BoxBackend.cs" />
 
56
    <Compile Include="Xwt.Mac\ButtonBackend.cs" />
 
57
    <Compile Include="Xwt.Mac\LabelBackend.cs" />
 
58
    <Compile Include="Xwt.Mac\MacEngine.cs" />
 
59
    <Compile Include="Xwt.Mac\NotebookBackend.cs" />
 
60
    <Compile Include="Xwt.Mac\TreeViewBackend.cs" />
 
61
    <Compile Include="Xwt.Mac\Util.cs" />
 
62
    <Compile Include="Xwt.Mac\ViewBackend.cs" />
 
63
    <Compile Include="Xwt.Mac\WindowBackend.cs" />
 
64
    <Compile Include="Xwt.Mac.CellViews\CompositeCell.cs" />
 
65
    <Compile Include="Xwt.Mac.CellViews\ICellRenderer.cs" />
 
66
    <Compile Include="Xwt.Mac.CellViews\ICellSource.cs" />
 
67
    <Compile Include="Xwt.Mac.CellViews\TextTableCell.cs" />
 
68
    <Compile Include="Xwt.Mac.CellViews\CellUtil.cs" />
 
69
    <Compile Include="Xwt.Mac\ImageHandler.cs" />
 
70
    <Compile Include="Xwt.Mac.CellViews\ImageTableCell.cs" />
 
71
    <Compile Include="Xwt.Mac\ContextBackendHandler.cs" />
 
72
    <Compile Include="Xwt.Mac\CanvasBackend.cs" />
 
73
    <Compile Include="Xwt.Mac\GradientBackendHandler.cs" />
 
74
    <Compile Include="Xwt.Mac\TextLayoutBackendHandler.cs" />
 
75
    <Compile Include="Xwt.Mac\FontBackendHandler.cs" />
 
76
    <Compile Include="Xwt.Mac\ListViewBackend.cs" />
 
77
    <Compile Include="Xwt.Mac\TableViewBackend.cs" />
 
78
    <Compile Include="Xwt.Mac\MenuBackend.cs" />
 
79
    <Compile Include="Xwt.Mac\MenuItemBackend.cs" />
 
80
    <Compile Include="Xwt.Mac\ObjcHelper.cs" />
 
81
    <Compile Include="Xwt.Mac\IViewObject.cs" />
 
82
    <Compile Include="Xwt.Mac\ComboBoxBackend.cs" />
 
83
    <Compile Include="Xwt.Mac\TextEntryBackend.cs" />
 
84
    <Compile Include="Xwt.Mac\ImageViewBackend.cs" />
 
85
    <Compile Include="Xwt.Mac\CheckBoxMenuItemBackend.cs" />
 
86
    <Compile Include="Xwt.Mac\RadioButtonMenuItemBackend.cs" />
 
87
    <Compile Include="Xwt.Mac\SeparatorMenuItemBackend.cs" />
 
88
    <Compile Include="Xwt.Mac\CheckBoxBackend.cs" />
 
89
    <Compile Include="Xwt.Mac\ComboBoxEntryBackend.cs" />
 
90
    <Compile Include="Xwt.Mac\ImageBuilderBackendHandler.cs" />
 
91
    <Compile Include="Xwt.Mac\ImagePatternBackendHandler.cs" />
 
92
    <Compile Include="Xwt.Mac\FrameBackend.cs" />
 
93
    <Compile Include="Xwt.Mac\ToggleButtonBackend.cs" />
 
94
    <Compile Include="Xwt.Mac\ScrollViewBackend.cs" />
 
95
    <Compile Include="Xwt.Mac\SeparatorBackend.cs" />
 
96
    <Compile Include="Xwt.Mac\PanedBackend.cs" />
 
97
    <Compile Include="Xwt.Mac\ScrollAdjustmentBackend.cs" />
 
98
    <Compile Include="Xwt.Mac\AlertDialogBackend.cs" />
 
99
    <Compile Include="Xwt.Mac\StatusIconBackend.cs" />
 
100
    <Compile Include="Xwt.Mac\ProgressBarBackend.cs" />
 
101
    <Compile Include="Xwt.Mac\SpinButtonBackend.cs" />
 
102
    <Compile Include="Xwt.Mac\ExpanderBackend.cs" />
 
103
    <Compile Include="Xwt.Mac\SpinnerBackend.cs" />
 
104
    <Compile Include="Xwt.Mac\PopoverBackend.cs" />
 
105
    <Compile Include="Xwt.Mac\LinkLabelBackend.cs" />
 
106
    <Compile Include="Xwt.Mac\FileDialogBackend.cs" />
 
107
    <Compile Include="Xwt.Mac\SelectFolderDialogBackend.cs" />
 
108
    <Compile Include="Xwt.Mac\OpenFileDialogBackend.cs" />
 
109
  </ItemGroup>
 
110
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
111
  <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
 
112
  <ItemGroup>
 
113
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
114
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
115
      <Name>Xwt</Name>
 
116
    </ProjectReference>
 
117
  </ItemGroup>
 
118
  <ItemGroup>
 
119
    <Folder Include="Xwt.Mac\" />
 
120
    <Folder Include="Xwt.Mac.CellViews\" />
 
121
    <Folder Include="icons\" />
 
122
  </ItemGroup>
 
123
  <ItemGroup>
 
124
    <EmbeddedResource Include="icons\magnifier-zoom-in.png">
 
125
      <LogicalName>magnifier-zoom-in.png</LogicalName>
 
126
    </EmbeddedResource>
 
127
    <EmbeddedResource Include="icons\magnifier-zoom-out.png">
 
128
      <LogicalName>magnifier-zoom-out.png</LogicalName>
 
129
    </EmbeddedResource>
 
130
  </ItemGroup>
 
131
  <ProjectExtensions>
 
132
    <MonoDevelop>
 
133
      <Properties>
 
134
        <Policies>
 
135
          <DotNetNamingPolicy DirectoryNamespaceAssociation="None" ResourceNamePolicy="FileName" />
 
136
        </Policies>
 
137
      </Properties>
 
138
    </MonoDevelop>
 
139
  </ProjectExtensions>
 
140
</Project>