Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj @ 2045

Last change on this file since 2045 was 2027, checked in by swagner, 15 years ago

Refactoring of the operator architecture (#95)

File size: 16.7 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{F43B59AB-2B8C-4570-BC1E-15592086517C}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Core</RootNamespace>
11    <AssemblyName>HeuristicLab.Core-3.2</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Web</InstallFrom>
22    <UpdateEnabled>true</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>true</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <DocumentationFile>
44    </DocumentationFile>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <DocumentationFile>bin\Release\HeuristicLab.Core-3.2.XML</DocumentationFile>
54    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x86\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
65    <OutputPath>bin\x86\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.Core-3.2.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x64\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
82    <OutputPath>bin\x64\Release\</OutputPath>
83    <DefineConstants>TRACE</DefineConstants>
84    <DocumentationFile>bin\Release\HeuristicLab.Core-3.2.XML</DocumentationFile>
85    <Optimize>true</Optimize>
86    <DebugType>pdbonly</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Data" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Windows.Forms" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="Auxiliary.cs" />
99    <Compile Include="ChooseItemDialog.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="ChooseItemDialog.Designer.cs">
103      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
104    </Compile>
105    <Compile Include="ChooseOperatorDialog.cs">
106      <SubType>Form</SubType>
107    </Compile>
108    <Compile Include="ChooseOperatorDialog.Designer.cs">
109      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
110    </Compile>
111    <Compile Include="ConstrainedItemBase.cs" />
112    <Compile Include="ConstrainedItemBaseView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="ConstrainedItemBaseView.Designer.cs">
116      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="ConstraintEventArgs.cs" />
119    <Compile Include="AtomicOperation.cs" />
120    <Compile Include="CompositeOperation.cs" />
121    <Compile Include="ChooseTypeDialog.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="ChooseTypeDialog.Designer.cs">
125      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
126    </Compile>
127    <Compile Include="AliasEventArgs.cs" />
128    <Compile Include="Interfaces\IVariablesContainer.cs" />
129    <Compile Include="VariablesContainerView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="VariablesContainerView.Designer.cs">
133      <DependentUpon>VariablesContainerView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Parameter.cs" />
136    <Compile Include="OperatorBaseParametersView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="OperatorBaseParametersView.Designer.cs">
140      <DependentUpon>OperatorBaseParametersView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="ParameterView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="ParameterView.Designer.cs">
146      <DependentUpon>ParameterView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Environment.cs" />
149    <Compile Include="OperatorBaseView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="OperatorBaseView.Designer.cs">
153      <DependentUpon>OperatorBaseView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="ParameterEventArgs.cs" />
156    <Compile Include="ParameterType.cs" />
157    <Compile Include="Interfaces\IParameter.cs" />
158    <Compile Include="Interfaces\IEnvironment.cs" />
159    <Compile Include="KeyValueEventArgs.cs" />
160    <Compile Include="OperatorBaseDescriptionView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="OperatorBaseDescriptionView.Designer.cs">
164      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Interfaces\IOperation.cs" />
167    <Compile Include="Interfaces\IOperatorLibrary.cs" />
168    <Compile Include="Interfaces\IVisualizationItem.cs" />
169    <Compile Include="NameChangingEventArgs.cs" />
170    <Compile Include="OperationEventArgs.cs" />
171    <Compile Include="ExceptionEventArgs.cs" />
172    <Compile Include="Interfaces\IConstrainedItem.cs" />
173    <Compile Include="Interfaces\IConstraint.cs" />
174    <Compile Include="Interfaces\IItem.cs" />
175    <Compile Include="ItemBase.cs" />
176    <Compile Include="ItemBaseView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="ItemBaseView.Designer.cs">
180      <DependentUpon>ItemBaseView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="ItemEventArgs.cs" />
183    <Compile Include="ItemIndexEventArgs.cs" />
184    <Compile Include="OperatorLibrary.cs" />
185    <Compile Include="OperatorLibraryEditor.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="OperatorLibraryEditor.Designer.cs">
189      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
190    </Compile>
191    <Compile Include="Properties\Resources.Designer.cs">
192      <AutoGen>True</AutoGen>
193      <DesignTime>True</DesignTime>
194      <DependentUpon>Resources.resx</DependentUpon>
195    </Compile>
196    <Compile Include="ScopeIndexEventArgs.cs" />
197    <Compile Include="EngineBaseEditor.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="EngineBaseEditor.Designer.cs">
201      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
202    </Compile>
203    <Compile Include="VariableInfoEventArgs.cs" />
204    <Compile Include="VariableEventArgs.cs" />
205    <Compile Include="Interfaces\IOperatorGroup.cs" />
206    <Compile Include="Interfaces\IOperatorGraph.cs" />
207    <Compile Include="Interfaces\IScope.cs" />
208    <Compile Include="Interfaces\IVariable.cs" />
209    <Compile Include="Interfaces\IVariableInfo.cs" />
210    <Compile Include="OperatorEventArgs.cs" />
211    <Compile Include="OperatorGroup.cs">
212      <SubType>Code</SubType>
213    </Compile>
214    <Compile Include="OperatorIndexEventArgs.cs" />
215    <Compile Include="ScopeEventArgs.cs" />
216    <Compile Include="OperatorGraphView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="OperatorGraphView.Designer.cs">
220      <DependentUpon>OperatorGraphView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="ScopeView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="ScopeView.Designer.cs">
226      <DependentUpon>ScopeView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="VariableInfoView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="VariableInfoView.Designer.cs">
232      <DependentUpon>VariableInfoView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="VariableView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="VariableView.Designer.cs">
238      <DependentUpon>VariableView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="ViewBase.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="ViewBase.Designer.cs">
244      <DependentUpon>ViewBase.cs</DependentUpon>
245    </Compile>
246    <Compile Include="Interfaces\IViewable.cs" />
247    <Compile Include="Interfaces\IView.cs" />
248    <Compile Include="EditorBase.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="EditorBase.Designer.cs">
252      <DependentUpon>EditorBase.cs</DependentUpon>
253    </Compile>
254    <Compile Include="Interfaces\IEditable.cs" />
255    <Compile Include="Interfaces\IEditor.cs" />
256    <Compile Include="OperatorBase.cs" />
257    <Compile Include="Interfaces\IRandom.cs" />
258    <Compile Include="OperatorGraph.cs" />
259    <Compile Include="StorableBase.cs" />
260    <Compile Include="Scope.cs" />
261    <Compile Include="EngineBase.cs" />
262    <Compile Include="Interfaces\IEngine.cs" />
263    <Compile Include="Interfaces\IOperator.cs" />
264    <Compile Include="Interfaces\IStorable.cs" />
265    <Compile Include="PersistenceManager.cs" />
266    <Compile Include="HeuristicLabCorePlugin.cs" />
267    <Compile Include="Properties\AssemblyInfo.cs" />
268    <Compile Include="Variable.cs" />
269    <Compile Include="VariableInfo.cs" />
270    <Compile Include="VariableKind.cs" />
271    <Compile Include="VariablesScopeView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="VariablesScopeView.Designer.cs">
275      <DependentUpon>VariablesScopeView.cs</DependentUpon>
276    </Compile>
277  </ItemGroup>
278  <ItemGroup>
279    <None Include="HeuristicLab.snk" />
280    <None Include="Properties\AssemblyInfo.frame" />
281  </ItemGroup>
282  <ItemGroup>
283    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
284      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
285      <Name>HeuristicLab.PluginInfrastructure</Name>
286    </ProjectReference>
287  </ItemGroup>
288  <ItemGroup>
289    <EmbeddedResource Include="ChooseItemDialog.resx">
290      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
291      <SubType>Designer</SubType>
292    </EmbeddedResource>
293    <EmbeddedResource Include="ChooseOperatorDialog.resx">
294      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
295      <SubType>Designer</SubType>
296    </EmbeddedResource>
297    <EmbeddedResource Include="ConstrainedItemBaseView.resx">
298      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
299      <SubType>Designer</SubType>
300    </EmbeddedResource>
301    <EmbeddedResource Include="ChooseTypeDialog.resx">
302      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
303      <SubType>Designer</SubType>
304    </EmbeddedResource>
305    <EmbeddedResource Include="OperatorBaseParametersView.resx">
306      <DependentUpon>OperatorBaseParametersView.cs</DependentUpon>
307      <SubType>Designer</SubType>
308    </EmbeddedResource>
309    <EmbeddedResource Include="VariablesContainerView.resx">
310      <DependentUpon>VariablesContainerView.cs</DependentUpon>
311      <SubType>Designer</SubType>
312    </EmbeddedResource>
313    <EmbeddedResource Include="ParameterView.resx">
314      <DependentUpon>ParameterView.cs</DependentUpon>
315      <SubType>Designer</SubType>
316    </EmbeddedResource>
317    <EmbeddedResource Include="OperatorBaseDescriptionView.resx">
318      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
319      <SubType>Designer</SubType>
320    </EmbeddedResource>
321    <EmbeddedResource Include="EditorBase.resx">
322      <SubType>Designer</SubType>
323      <DependentUpon>EditorBase.cs</DependentUpon>
324    </EmbeddedResource>
325    <EmbeddedResource Include="ItemBaseView.resx">
326      <DependentUpon>ItemBaseView.cs</DependentUpon>
327      <SubType>Designer</SubType>
328    </EmbeddedResource>
329    <EmbeddedResource Include="OperatorBaseView.resx">
330      <DependentUpon>OperatorBaseView.cs</DependentUpon>
331      <SubType>Designer</SubType>
332    </EmbeddedResource>
333    <EmbeddedResource Include="OperatorGraphView.resx">
334      <DependentUpon>OperatorGraphView.cs</DependentUpon>
335      <SubType>Designer</SubType>
336    </EmbeddedResource>
337    <EmbeddedResource Include="OperatorLibraryEditor.resx">
338      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
339      <SubType>Designer</SubType>
340    </EmbeddedResource>
341    <EmbeddedResource Include="Properties\Resources.resx">
342      <SubType>Designer</SubType>
343      <Generator>ResXFileCodeGenerator</Generator>
344      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
345    </EmbeddedResource>
346    <EmbeddedResource Include="ScopeView.resx">
347      <DependentUpon>ScopeView.cs</DependentUpon>
348      <SubType>Designer</SubType>
349    </EmbeddedResource>
350    <EmbeddedResource Include="EngineBaseEditor.resx">
351      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
352      <SubType>Designer</SubType>
353    </EmbeddedResource>
354    <EmbeddedResource Include="VariableInfoView.resx">
355      <DependentUpon>VariableInfoView.cs</DependentUpon>
356      <SubType>Designer</SubType>
357    </EmbeddedResource>
358    <EmbeddedResource Include="VariablesScopeView.resx">
359      <DependentUpon>VariablesScopeView.cs</DependentUpon>
360      <SubType>Designer</SubType>
361    </EmbeddedResource>
362    <EmbeddedResource Include="VariableView.resx">
363      <DependentUpon>VariableView.cs</DependentUpon>
364      <SubType>Designer</SubType>
365    </EmbeddedResource>
366  </ItemGroup>
367  <ItemGroup>
368    <Content Include="Resources\CombinedOperator.bmp" />
369    <Content Include="Resources\HeuristicLab.ico" />
370    <Content Include="Resources\Operator.bmp" />
371    <Content Include="Resources\ProgrammableOperator.bmp" />
372  </ItemGroup>
373  <ItemGroup>
374    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
375      <Visible>False</Visible>
376      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
377      <Install>true</Install>
378    </BootstrapperPackage>
379    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
380      <Visible>False</Visible>
381      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
382      <Install>false</Install>
383    </BootstrapperPackage>
384    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
385      <Visible>False</Visible>
386      <ProductName>.NET Framework 3.5</ProductName>
387      <Install>false</Install>
388    </BootstrapperPackage>
389  </ItemGroup>
390  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
391  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
392       Other similar extension points exist, see Microsoft.Common.targets.
393  <Target Name="BeforeBuild">
394  </Target>
395  <Target Name="AfterBuild">
396  </Target>
397  -->
398  <PropertyGroup>
399    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
400set ProjectDir=$(ProjectDir)
401set SolutionDir=$(SolutionDir)
402set Outdir=$(Outdir)
403
404call PreBuildEvent.cmd</PreBuildEvent>
405  </PropertyGroup>
406</Project>
Note: See TracBrowser for help on using the repository browser.