Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 3565

Last change on this file since 3565 was 3565, checked in by gkronber, 14 years ago

Implemented CheckedItemList and CheckedItemListView. #992

File size: 13.7 KB
Line 
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.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E226881D-315F-423D-B419-A766FE0D8685}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Core.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Core.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x64\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
45    <OutputPath>bin\x64\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <DocumentationFile>bin\x64\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x86\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
62    <OutputPath>bin\x86\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <DocumentationFile>bin\x86\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Core">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Design" />
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Windows.Forms" />
78    <Reference Include="System.Xml.Linq">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Data.DataSetExtensions">
82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83    </Reference>
84    <Reference Include="System.Data" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
89    <Compile Include="CheckedItemCollectionView.cs">
90      <SubType>UserControl</SubType>
91    </Compile>
92    <Compile Include="CheckedItemCollectionView.Designer.cs">
93      <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
94    </Compile>
95    <Compile Include="Clipboard.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="Clipboard.Designer.cs">
99      <DependentUpon>Clipboard.cs</DependentUpon>
100    </Compile>
101    <Compile Include="CheckedItemListView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="CheckedItemListView.Designer.cs">
105      <DependentUpon>CheckedItemListView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="LogView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="LogView.Designer.cs">
111      <DependentUpon>LogView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="VariableValueView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="VariableValueView.Designer.cs">
117      <DependentUpon>VariableValueView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="TextDialog.cs">
120      <SubType>Form</SubType>
121    </Compile>
122    <Compile Include="TextDialog.Designer.cs">
123      <DependentUpon>TextDialog.cs</DependentUpon>
124    </Compile>
125    <Compile Include="OperatorTreeView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="OperatorTreeView.Designer.cs">
129      <DependentUpon>OperatorTreeView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="ParameterizedNamedItemView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="ParameterizedNamedItemView.Designer.cs">
135      <DependentUpon>ParameterizedNamedItemView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="ValueParameterCollectionView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="ValueParameterCollectionView.Designer.cs">
141      <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="ItemArrayView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="ItemArrayView.Designer.cs">
147      <DependentUpon>ItemArrayView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="CreateParameterDialog.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="CreateParameterDialog.Designer.cs">
153      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Auxiliary.cs" />
156    <Compile Include="EngineView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="EngineView.Designer.cs">
160      <DependentUpon>EngineView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="ItemView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="ItemView.Designer.cs">
166      <DependentUpon>ItemView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="NamedItemView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="NamedItemView.Designer.cs">
172      <DependentUpon>NamedItemView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="OperatorGraphView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="OperatorGraphView.Designer.cs">
178      <DependentUpon>OperatorGraphView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="OperatorListView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="OperatorListView.Designer.cs">
184      <DependentUpon>OperatorListView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="OperatorsSidebar.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="OperatorsSidebar.Designer.cs">
190      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
191    </Compile>
192    <Compile Include="TypeSelectorDialog.cs">
193      <SubType>Form</SubType>
194    </Compile>
195    <Compile Include="TypeSelectorDialog.Designer.cs">
196      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
197    </Compile>
198    <Compile Include="TypeSelector.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="TypeSelector.Designer.cs">
202      <DependentUpon>TypeSelector.cs</DependentUpon>
203    </Compile>
204    <Compile Include="OperatorCollectionView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="OperatorCollectionView.Designer.cs">
208      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="OperatorSetView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="OperatorSetView.Designer.cs">
214      <DependentUpon>OperatorSetView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="ItemSetView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="ItemSetView.Designer.cs">
220      <DependentUpon>ItemSetView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="ItemCollectionView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="ItemCollectionView.Designer.cs">
226      <DependentUpon>ItemCollectionView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="ScopeListView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="ScopeListView.Designer.cs">
232      <DependentUpon>ScopeListView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="ItemListView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="ItemListView.Designer.cs">
238      <DependentUpon>ItemListView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="ScopeView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="ScopeView.Designer.cs">
244      <DependentUpon>ScopeView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="VariableCollectionView.cs">
247      <SubType>UserControl</SubType>
248    </Compile>
249    <Compile Include="VariableCollectionView.Designer.cs">
250      <DependentUpon>VariableCollectionView.cs</DependentUpon>
251    </Compile>
252    <Compile Include="ParameterCollectionView.cs">
253      <SubType>UserControl</SubType>
254    </Compile>
255    <Compile Include="ParameterCollectionView.Designer.cs">
256      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
257    </Compile>
258    <Compile Include="NamedItemCollectionView.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="NamedItemCollectionView.Designer.cs">
262      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
263    </Compile>
264    <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
265    <Compile Include="Properties\AssemblyInfo.cs" />
266    <Compile Include="VariableView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="VariableView.Designer.cs">
270      <DependentUpon>VariableView.cs</DependentUpon>
271    </Compile>
272  </ItemGroup>
273  <ItemGroup>
274    <None Include="HeuristicLab.snk" />
275    <None Include="Properties\AssemblyInfo.frame" />
276  </ItemGroup>
277  <ItemGroup>
278    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
279      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
280      <Name>HeuristicLab.Collections-3.3</Name>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
283      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
284      <Name>HeuristicLab.Common.Resources-3.2</Name>
285    </ProjectReference>
286    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
287      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
288      <Name>HeuristicLab.Common-3.3</Name>
289    </ProjectReference>
290    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
291      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
292      <Name>HeuristicLab.Core-3.3</Name>
293    </ProjectReference>
294    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
295      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
296      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
297    </ProjectReference>
298    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
299      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
300      <Name>HeuristicLab.MainForm-3.3</Name>
301    </ProjectReference>
302    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
303      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
304      <Name>HeuristicLab.Persistence-3.3</Name>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
307      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
308      <Name>HeuristicLab.PluginInfrastructure</Name>
309    </ProjectReference>
310  </ItemGroup>
311  <ItemGroup>
312    <EmbeddedResource Include="CheckedItemListView.resx">
313      <DependentUpon>CheckedItemListView.cs</DependentUpon>
314    </EmbeddedResource>
315  </ItemGroup>
316  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
317  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
318       Other similar extension points exist, see Microsoft.Common.targets.
319  <Target Name="BeforeBuild">
320  </Target>
321  <Target Name="AfterBuild">
322  </Target>
323  -->
324  <PropertyGroup>
325    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
326set ProjectDir=$(ProjectDir)
327set SolutionDir=$(SolutionDir)
328set Outdir=$(Outdir)
329
330call PreBuildEvent.cmd
331SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
332  </PropertyGroup>
333</Project>
Note: See TracBrowser for help on using the repository browser.