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

« back to all changes in this revision

Viewing changes to external/xwt/Xwt.WPF/Xwt.WPF.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>{C93D746E-1586-4D4F-B411-BF5A966E6A08}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>Xwt.WPF</RootNamespace>
 
11
    <AssemblyName>Xwt.WPF</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>bin\Debug</OutputPath>
 
18
    <DefineConstants>DEBUG;</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>False</Optimize>
 
26
    <OutputPath>bin\Release</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>False</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup>
 
32
    <SignAssembly>True</SignAssembly>
 
33
  </PropertyGroup>
 
34
  <PropertyGroup>
 
35
    <AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
 
36
  </PropertyGroup>
 
37
  <ItemGroup>
 
38
    <Reference Include="PresentationCore" />
 
39
    <Reference Include="PresentationFramework" />
 
40
    <Reference Include="PresentationFramework.Aero" />
 
41
    <Reference Include="System" />
 
42
    <Reference Include="System.Core" />
 
43
    <Reference Include="System.Drawing" />
 
44
    <Reference Include="System.Windows.Forms" />
 
45
    <Reference Include="System.Xaml" />
 
46
    <Reference Include="System.Xml" />
 
47
    <Reference Include="WindowsBase" />
 
48
  </ItemGroup>
 
49
  <ItemGroup>
 
50
    <Compile Include="AssemblyInfo.cs" />
 
51
    <Compile Include="Xwt.WPFBackend.Interop\NativeStockIcon.cs" />
 
52
    <Compile Include="Xwt.WPFBackend.Utilities\CellUtil.cs" />
 
53
    <Compile Include="Xwt.WPFBackend.Utilities\ImageToImageSourceConverter.cs" />
 
54
    <Compile Include="Xwt.WPFBackend.Utilities\TypeToStringConverter.cs" />
 
55
    <Compile Include="Xwt.WPFBackend\AlertDialogBackend.cs" />
 
56
    <Compile Include="Xwt.WPFBackend\Backend.cs" />
 
57
    <Compile Include="Xwt.WPFBackend\BooleanToValueConverter.cs" />
 
58
    <Compile Include="Xwt.WPFBackend\ButtonBackend.cs" />
 
59
    <Compile Include="Xwt.WPFBackend\CanvasBackend.cs" />
 
60
    <Compile Include="Xwt.WPFBackend\CheckBoxBackend.cs" />
 
61
    <Compile Include="Xwt.WPFBackend\CheckboxMenuItemBackend.cs" />
 
62
    <Compile Include="Xwt.WPFBackend\ClipboardBackend.cs" />
 
63
    <Compile Include="Xwt.WPFBackend\ComboBoxBackend.cs" />
 
64
    <Compile Include="Xwt.WPFBackend\ComboBoxEntryBackend.cs" />
 
65
    <Compile Include="Xwt.WPFBackend\ComboBoxTextEntryBackend.cs" />
 
66
    <Compile Include="Xwt.WPFBackend\ExRichTextBox.cs" />
 
67
    <Compile Include="Xwt.WPFBackend\LinkLabelBackend.cs" />
 
68
    <Compile Include="Xwt.WPFBackend\PopoverBackend.cs" />
 
69
    <Compile Include="Xwt.WPFBackend\ProgressBarBackend.cs" />
 
70
    <Compile Include="Xwt.WPFBackend\CustomWidgetBackend.cs" />
 
71
    <Compile Include="Xwt.WPFBackend\DelegatedCommand.cs" />
 
72
    <Compile Include="Xwt.WPFBackend\DialogBackend.cs" />
 
73
    <Compile Include="Xwt.WPFBackend\DrawingContext.cs" />
 
74
    <Compile Include="Xwt.WPFBackend\ContextBackendHandler.cs" />
 
75
    <Compile Include="Xwt.WPFBackend\DropDownButton.cs" />
 
76
    <Compile Include="Xwt.WPFBackend\ExCanvas.cs" />
 
77
    <Compile Include="Xwt.WPFBackend\ExComboBox.cs" />
 
78
    <Compile Include="Xwt.WPFBackend\ExGrid.cs" />
 
79
    <Compile Include="Xwt.WPFBackend\ExListBox.cs" />
 
80
    <Compile Include="Xwt.WPFBackend\ExListView.cs" />
 
81
    <Compile Include="Xwt.WPFBackend\ExListViewItem.cs" />
 
82
    <Compile Include="Xwt.WPFBackend\ExScrollViewer.cs" />
 
83
    <Compile Include="Xwt.WPFBackend\ExTextBox.cs" />
 
84
    <Compile Include="Xwt.WPFBackend\ExTreeView.cs" />
 
85
    <Compile Include="Xwt.WPFBackend\ExTreeViewItem.cs" />
 
86
    <Compile Include="Xwt.WPFBackend\FileDialogBackend.cs" />
 
87
    <Compile Include="Xwt.WPFBackend\FrameBackend.cs" />
 
88
    <Compile Include="Xwt.WPFBackend\GradientBackendHandler.cs" />
 
89
    <Compile Include="Xwt.WPFBackend\ImageBuilderBackendHandler.cs" />
 
90
    <Compile Include="Xwt.WPFBackend\ImageHandler.cs" />
 
91
    <Compile Include="Xwt.WPFBackend.Interop\NativeMethods.cs" />
 
92
    <Compile Include="Xwt.WPFBackend\ImagePatternBackendHandler.cs" />
 
93
    <Compile Include="Xwt.WPFBackend\ImageViewBackend.cs" />
 
94
    <Compile Include="Xwt.WPFBackend\LabelBackend.cs" />
 
95
    <Compile Include="Xwt.WPFBackend\BoxBackend.cs" />
 
96
    <Compile Include="Xwt.WPFBackend\DataConverter.cs" />
 
97
    <Compile Include="Xwt.WPFBackend\FontBackendHandler.cs" />
 
98
    <Compile Include="Xwt.WPFBackend\KeyboardUtil.cs" />
 
99
    <Compile Include="Xwt.WPFBackend\LevelToIndentConverter.cs" />
 
100
    <Compile Include="Xwt.WPFBackend\ListBoxBackend.cs" />
 
101
    <Compile Include="Xwt.WPFBackend\ListDataSource.cs" />
 
102
    <Compile Include="Xwt.WPFBackend\ListSourceNotifyWrapper.cs" />
 
103
    <Compile Include="Xwt.WPFBackend\ListViewBackend.cs" />
 
104
    <Compile Include="Xwt.WPFBackend\MenuBackend.cs" />
 
105
    <Compile Include="Xwt.WPFBackend\MenuButtonBackend.cs" />
 
106
    <Compile Include="Xwt.WPFBackend\MenuItemBackend.cs" />
 
107
    <Compile Include="Xwt.WPFBackend\OpenFileDialogBackend.cs" />
 
108
    <Compile Include="Xwt.WPFBackend\PanedBackend.cs" />
 
109
    <Compile Include="Xwt.WPFBackend\RadioButtonMenuItemBackend.cs" />
 
110
    <Compile Include="Xwt.WPFBackend\ResPool.cs" />
 
111
    <Compile Include="Xwt.WPFBackend\ScrollViewBackend.cs" />
 
112
    <Compile Include="Xwt.WPFBackend\SelectFolderDialogBackend.cs" />
 
113
    <Compile Include="Xwt.WPFBackend\SeparatorBackend.cs" />
 
114
    <Compile Include="Xwt.WPFBackend\SeparatorMenuItemBackend.cs" />
 
115
    <Compile Include="Xwt.WPFBackend\SpinnerBackend.cs" />
 
116
    <Compile Include="Xwt.WPFBackend\TextEntryBackend.cs" />
 
117
    <Compile Include="Xwt.WPFBackend\TextLayoutBackendHandler.cs" />
 
118
    <Compile Include="Xwt.WPFBackend\TextLayoutContext.cs" />
 
119
    <Compile Include="Xwt.WPFBackend\Timeout.cs" />
 
120
    <Compile Include="Xwt.WPFBackend\ToggleButtonBackend.cs" />
 
121
    <Compile Include="Xwt.WPFBackend\TreeStoreBackend.cs" />
 
122
    <Compile Include="Xwt.WPFBackend\TreeStoreNode.cs" />
 
123
    <Compile Include="Xwt.WPFBackend\TreeViewBackend.cs" />
 
124
    <Compile Include="Xwt.WPFBackend\ImageAdorner.cs" />
 
125
    <Compile Include="Xwt.WPFBackend\TreeViewDropAdorner.cs" />
 
126
    <Compile Include="Xwt.WPFBackend\Util.cs" />
 
127
    <Compile Include="Xwt.WPFBackend\ValuesContainer.cs" />
 
128
    <Compile Include="Xwt.WPFBackend\WidgetBackend.cs" />
 
129
    <Compile Include="Xwt.WPFBackend\WindowBackend.cs" />
 
130
    <Compile Include="Xwt.WPFBackend\WindowFrameBackend.cs" />
 
131
    <Compile Include="Xwt.WPFBackend\WPFEngine.cs" />
 
132
    <Compile Include="Xwt.WPFBackend\NotebookBackend.cs" />
 
133
    <Compile Include="Xwt.WPFBackend\ScrollAdjustmentBackend.cs" />
 
134
    <Compile Include="Xwt.WPFBackend\CustomScrollViewPort.cs" />
 
135
    <Compile Include="Xwt.WPFBackend\RichTextViewBackend.cs" />
 
136
  </ItemGroup>
 
137
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
138
  <ItemGroup>
 
139
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
140
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
141
      <Name>Xwt</Name>
 
142
    </ProjectReference>
 
143
  </ItemGroup>
 
144
  <ItemGroup>
 
145
    <None Include="..\xwt.snk">
 
146
      <Link>xwt.snk</Link>
 
147
    </None>
 
148
  </ItemGroup>
 
149
  <ItemGroup>
 
150
    <Resource Include="Xwt.WPFBackend\TreeView.xaml">
 
151
      <SubType>Designer</SubType>
 
152
    </Resource>
 
153
  </ItemGroup>
 
154
  <ItemGroup>
 
155
    <Resource Include="Xwt.WPFBackend\Buttons.xaml">
 
156
      <SubType>Designer</SubType>
 
157
    </Resource>
 
158
  </ItemGroup>
 
159
  <ItemGroup />
 
160
  <ItemGroup>
 
161
    <EmbeddedResource Include="icons\list-add.png" />
 
162
    <EmbeddedResource Include="icons\list-remove.png" />
 
163
  </ItemGroup>
 
164
</Project>
 
 
b'\\ No newline at end of file'