Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2746 was 2746, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • added ItemArray and ItemArrayView
File size: 10.0 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  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Design" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Data.DataSetExtensions">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Data" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="ItemArrayView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="ItemArrayView.Designer.cs">
58      <DependentUpon>ItemArrayView.cs</DependentUpon>
59    </Compile>
60    <Compile Include="CreateParameterDialog.cs">
61      <SubType>Form</SubType>
62    </Compile>
63    <Compile Include="CreateParameterDialog.Designer.cs">
64      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
65    </Compile>
66    <Compile Include="Auxiliary.cs" />
67    <Compile Include="EngineView.cs">
68      <SubType>UserControl</SubType>
69    </Compile>
70    <Compile Include="EngineView.Designer.cs">
71      <DependentUpon>EngineView.cs</DependentUpon>
72    </Compile>
73    <Compile Include="ItemView.cs">
74      <SubType>UserControl</SubType>
75    </Compile>
76    <Compile Include="ItemView.Designer.cs">
77      <DependentUpon>ItemView.cs</DependentUpon>
78    </Compile>
79    <Compile Include="NamedItemView.cs">
80      <SubType>UserControl</SubType>
81    </Compile>
82    <Compile Include="NamedItemView.Designer.cs">
83      <DependentUpon>NamedItemView.cs</DependentUpon>
84    </Compile>
85    <Compile Include="OperatorGraphView.cs">
86      <SubType>UserControl</SubType>
87    </Compile>
88    <Compile Include="OperatorGraphView.Designer.cs">
89      <DependentUpon>OperatorGraphView.cs</DependentUpon>
90    </Compile>
91    <Compile Include="OperatorListView.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="OperatorListView.Designer.cs">
95      <DependentUpon>OperatorListView.cs</DependentUpon>
96    </Compile>
97    <Compile Include="OperatorsSidebar.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="OperatorsSidebar.Designer.cs">
101      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
102    </Compile>
103    <Compile Include="OperatorTreeView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="OperatorTreeView.Designer.cs">
107      <DependentUpon>OperatorTreeView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="TypeSelectorDialog.cs">
110      <SubType>Form</SubType>
111    </Compile>
112    <Compile Include="TypeSelectorDialog.Designer.cs">
113      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
114    </Compile>
115    <Compile Include="TypeSelector.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="TypeSelector.Designer.cs">
119      <DependentUpon>TypeSelector.cs</DependentUpon>
120    </Compile>
121    <Compile Include="ViewHost.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="ViewHost.Designer.cs">
125      <DependentUpon>ViewHost.cs</DependentUpon>
126    </Compile>
127    <Compile Include="OperatorCollectionView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="OperatorCollectionView.Designer.cs">
131      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="OperatorSetView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="OperatorSetView.Designer.cs">
137      <DependentUpon>OperatorSetView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="ItemSetView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="ItemSetView.Designer.cs">
143      <DependentUpon>ItemSetView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="ItemCollectionView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="ItemCollectionView.Designer.cs">
149      <DependentUpon>ItemCollectionView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="ScopeListView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="ScopeListView.Designer.cs">
155      <DependentUpon>ScopeListView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="ItemListView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="ItemListView.Designer.cs">
161      <DependentUpon>ItemListView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="ScopeView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="ScopeView.Designer.cs">
167      <DependentUpon>ScopeView.cs</DependentUpon>
168    </Compile>
169    <Compile Include="VariableCollectionView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="VariableCollectionView.Designer.cs">
173      <DependentUpon>VariableCollectionView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="ParameterCollectionView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="ParameterCollectionView.Designer.cs">
179      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="NamedItemCollectionView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="NamedItemCollectionView.Designer.cs">
185      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
188    <Compile Include="Properties\AssemblyInfo.cs" />
189    <Compile Include="VariableView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="VariableView.Designer.cs">
193      <DependentUpon>VariableView.cs</DependentUpon>
194    </Compile>
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="HeuristicLab.snk" />
198    <None Include="Properties\AssemblyInfo.frame" />
199  </ItemGroup>
200  <ItemGroup>
201    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
202      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
203      <Name>HeuristicLab.Collections-3.3</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
206      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
207      <Name>HeuristicLab.Common.Resources-3.2</Name>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
210      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
211      <Name>HeuristicLab.Common-3.2</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
214      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
215      <Name>HeuristicLab.Core-3.3</Name>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
218      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
219      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
222      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
223      <Name>HeuristicLab.MainForm-3.2</Name>
224    </ProjectReference>
225    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
226      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
227      <Name>HeuristicLab.PluginInfrastructure</Name>
228    </ProjectReference>
229  </ItemGroup>
230  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
232       Other similar extension points exist, see Microsoft.Common.targets.
233  <Target Name="BeforeBuild">
234  </Target>
235  <Target Name="AfterBuild">
236  </Target>
237  -->
238  <PropertyGroup>
239    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
240set ProjectDir=$(ProjectDir)
241set SolutionDir=$(SolutionDir)
242set Outdir=$(Outdir)
243
244call PreBuildEvent.cmd</PreBuildEvent>
245  </PropertyGroup>
246</Project>
Note: See TracBrowser for help on using the repository browser.