Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive_Milestone2/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 4900

Last change on this file since 4900 was 1667, checked in by epitzer, 15 years ago

Convert persistence of Core plugin to new persistence framework. The target framework has been upgraded from 2.0 to 3.5 and events during persistence are not generated anymore. (#603)

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