Free cookie consent management tool by TermsFeed Policy Generator

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

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

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
File size: 12.6 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="TextDialog.cs">
90      <SubType>Form</SubType>
91    </Compile>
92    <Compile Include="TextDialog.Designer.cs">
93      <DependentUpon>TextDialog.cs</DependentUpon>
94    </Compile>
95    <Compile Include="OperatorTreeView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="OperatorTreeView.Designer.cs">
99      <DependentUpon>OperatorTreeView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="ParameterizedNamedItemView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="ParameterizedNamedItemView.Designer.cs">
105      <DependentUpon>ParameterizedNamedItemView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="ValueParameterCollectionView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="ValueParameterCollectionView.Designer.cs">
111      <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="ItemArrayView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="ItemArrayView.Designer.cs">
117      <DependentUpon>ItemArrayView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="CreateParameterDialog.cs">
120      <SubType>Form</SubType>
121    </Compile>
122    <Compile Include="CreateParameterDialog.Designer.cs">
123      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Auxiliary.cs" />
126    <Compile Include="EngineView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="EngineView.Designer.cs">
130      <DependentUpon>EngineView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="ItemView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="ItemView.Designer.cs">
136      <DependentUpon>ItemView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="NamedItemView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="NamedItemView.Designer.cs">
142      <DependentUpon>NamedItemView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="OperatorGraphView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="OperatorGraphView.Designer.cs">
148      <DependentUpon>OperatorGraphView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="OperatorListView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="OperatorListView.Designer.cs">
154      <DependentUpon>OperatorListView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="OperatorsSidebar.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="OperatorsSidebar.Designer.cs">
160      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
161    </Compile>
162    <Compile Include="TypeSelectorDialog.cs">
163      <SubType>Form</SubType>
164    </Compile>
165    <Compile Include="TypeSelectorDialog.Designer.cs">
166      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
167    </Compile>
168    <Compile Include="TypeSelector.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="TypeSelector.Designer.cs">
172      <DependentUpon>TypeSelector.cs</DependentUpon>
173    </Compile>
174    <Compile Include="ViewHost.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="ViewHost.Designer.cs">
178      <DependentUpon>ViewHost.cs</DependentUpon>
179    </Compile>
180    <Compile Include="OperatorCollectionView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="OperatorCollectionView.Designer.cs">
184      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="OperatorSetView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="OperatorSetView.Designer.cs">
190      <DependentUpon>OperatorSetView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="ItemSetView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="ItemSetView.Designer.cs">
196      <DependentUpon>ItemSetView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="ItemCollectionView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="ItemCollectionView.Designer.cs">
202      <DependentUpon>ItemCollectionView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="ScopeListView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="ScopeListView.Designer.cs">
208      <DependentUpon>ScopeListView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="ItemListView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="ItemListView.Designer.cs">
214      <DependentUpon>ItemListView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="ScopeView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="ScopeView.Designer.cs">
220      <DependentUpon>ScopeView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="VariableCollectionView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="VariableCollectionView.Designer.cs">
226      <DependentUpon>VariableCollectionView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="ParameterCollectionView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="ParameterCollectionView.Designer.cs">
232      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="NamedItemCollectionView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="NamedItemCollectionView.Designer.cs">
238      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
241    <Compile Include="Properties\AssemblyInfo.cs" />
242    <Compile Include="VariableView.cs">
243      <SubType>UserControl</SubType>
244    </Compile>
245    <Compile Include="VariableView.Designer.cs">
246      <DependentUpon>VariableView.cs</DependentUpon>
247    </Compile>
248  </ItemGroup>
249  <ItemGroup>
250    <None Include="HeuristicLab.snk" />
251    <None Include="Properties\AssemblyInfo.frame" />
252  </ItemGroup>
253  <ItemGroup>
254    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
255      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
256      <Name>HeuristicLab.Collections-3.3</Name>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
259      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
260      <Name>HeuristicLab.Common.Resources-3.2</Name>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
263      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
264      <Name>HeuristicLab.Common-3.2</Name>
265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
267      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
268      <Name>HeuristicLab.Core-3.3</Name>
269    </ProjectReference>
270    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
271      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
272      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
273    </ProjectReference>
274    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
275      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
276      <Name>HeuristicLab.MainForm-3.2</Name>
277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
279      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
280      <Name>HeuristicLab.Persistence-3.3</Name>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
283      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
284      <Name>HeuristicLab.PluginInfrastructure</Name>
285    </ProjectReference>
286  </ItemGroup>
287  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
288  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
289       Other similar extension points exist, see Microsoft.Common.targets.
290  <Target Name="BeforeBuild">
291  </Target>
292  <Target Name="AfterBuild">
293  </Target>
294  -->
295  <PropertyGroup>
296    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
297set ProjectDir=$(ProjectDir)
298set SolutionDir=$(SolutionDir)
299set Outdir=$(Outdir)
300
301call PreBuildEvent.cmd
302SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
303  </PropertyGroup>
304</Project>
Note: See TracBrowser for help on using the repository browser.