Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 2565

Last change on this file since 2565 was 2474, checked in by swagner, 15 years ago

Implemented generic EventArgs (#796)

File size: 16.0 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="AtomicOperation.cs" />
123    <Compile Include="CompositeOperation.cs" />
124    <Compile Include="ChooseTypeDialog.cs">
125      <SubType>Form</SubType>
126    </Compile>
127    <Compile Include="ChooseTypeDialog.Designer.cs">
128      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
129    </Compile>
130    <Compile Include="OperatorBaseDescriptionView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="OperatorBaseDescriptionView.Designer.cs">
134      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="Interfaces\IOperation.cs" />
137    <Compile Include="Interfaces\IOperatorLibrary.cs" />
138    <Compile Include="Interfaces\IVisualizationItem.cs" />
139    <Compile Include="OperatorBaseVariablesView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="OperatorBaseVariablesView.Designer.cs">
143      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="OperatorBaseVariableInfosView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="OperatorBaseVariableInfosView.Designer.cs">
149      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="Interfaces\IConstrainedItem.cs" />
152    <Compile Include="Interfaces\IConstraint.cs" />
153    <Compile Include="Interfaces\IItem.cs" />
154    <Compile Include="ItemBase.cs" />
155    <Compile Include="ItemBaseView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="ItemBaseView.Designer.cs">
159      <DependentUpon>ItemBaseView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="OperatorLibrary.cs" />
162    <Compile Include="OperatorLibraryEditor.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="OperatorLibraryEditor.Designer.cs">
166      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Properties\Resources.Designer.cs">
169      <AutoGen>True</AutoGen>
170      <DesignTime>True</DesignTime>
171      <DependentUpon>Resources.resx</DependentUpon>
172    </Compile>
173    <Compile Include="EngineBaseEditor.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="EngineBaseEditor.Designer.cs">
177      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Interfaces\IOperatorGroup.cs" />
180    <Compile Include="Interfaces\IOperatorGraph.cs" />
181    <Compile Include="Interfaces\IScope.cs" />
182    <Compile Include="Interfaces\IVariable.cs" />
183    <Compile Include="Interfaces\IVariableInfo.cs" />
184    <Compile Include="OperatorGroup.cs">
185      <SubType>Code</SubType>
186    </Compile>
187    <Compile Include="OperatorBaseView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="OperatorBaseView.Designer.cs">
191      <DependentUpon>OperatorBaseView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="OperatorGraphView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="OperatorGraphView.Designer.cs">
197      <DependentUpon>OperatorGraphView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="ScopeView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="ScopeView.Designer.cs">
203      <DependentUpon>ScopeView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="VariableInfoView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="VariableInfoView.Designer.cs">
209      <DependentUpon>VariableInfoView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="VariableView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="VariableView.Designer.cs">
215      <DependentUpon>VariableView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="ViewBase.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="ViewBase.Designer.cs">
221      <DependentUpon>ViewBase.cs</DependentUpon>
222    </Compile>
223    <Compile Include="Interfaces\IViewable.cs" />
224    <Compile Include="Interfaces\IView.cs" />
225    <Compile Include="EditorBase.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="EditorBase.Designer.cs">
229      <DependentUpon>EditorBase.cs</DependentUpon>
230    </Compile>
231    <Compile Include="Interfaces\IEditable.cs" />
232    <Compile Include="Interfaces\IEditor.cs" />
233    <Compile Include="OperatorBase.cs" />
234    <Compile Include="Interfaces\IRandom.cs" />
235    <Compile Include="OperatorGraph.cs" />
236    <Compile Include="StorableBase.cs" />
237    <Compile Include="Scope.cs" />
238    <Compile Include="EngineBase.cs" />
239    <Compile Include="Interfaces\IEngine.cs" />
240    <Compile Include="Interfaces\IOperator.cs" />
241    <Compile Include="Interfaces\IStorable.cs" />
242    <Compile Include="PersistenceManager.cs" />
243    <Compile Include="HeuristicLabCorePlugin.cs" />
244    <Compile Include="Properties\AssemblyInfo.cs" />
245    <Compile Include="Variable.cs" />
246    <Compile Include="VariableInfo.cs" />
247    <Compile Include="VariableKind.cs" />
248    <Compile Include="VariablesScopeView.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="VariablesScopeView.Designer.cs">
252      <DependentUpon>VariablesScopeView.cs</DependentUpon>
253    </Compile>
254  </ItemGroup>
255  <ItemGroup>
256    <None Include="HeuristicLab.snk" />
257    <None Include="Properties\AssemblyInfo.frame" />
258  </ItemGroup>
259  <ItemGroup>
260    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
261      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
262      <Name>HeuristicLab.Common-3.2</Name>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
265      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
266      <Name>HeuristicLab.Persistence-3.3</Name>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
269      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
270      <Name>HeuristicLab.PluginInfrastructure</Name>
271    </ProjectReference>
272  </ItemGroup>
273  <ItemGroup>
274    <EmbeddedResource Include="ChooseItemDialog.resx">
275      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
276      <SubType>Designer</SubType>
277    </EmbeddedResource>
278    <EmbeddedResource Include="ChooseOperatorDialog.resx">
279      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
280      <SubType>Designer</SubType>
281    </EmbeddedResource>
282    <EmbeddedResource Include="ConstrainedItemBaseView.resx">
283      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
284      <SubType>Designer</SubType>
285    </EmbeddedResource>
286    <EmbeddedResource Include="ChooseTypeDialog.resx">
287      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
288      <SubType>Designer</SubType>
289    </EmbeddedResource>
290    <EmbeddedResource Include="OperatorBaseDescriptionView.resx">
291      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
292      <SubType>Designer</SubType>
293    </EmbeddedResource>
294    <EmbeddedResource Include="OperatorBaseVariablesView.resx">
295      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
296      <SubType>Designer</SubType>
297    </EmbeddedResource>
298    <EmbeddedResource Include="OperatorBaseVariableInfosView.resx">
299      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
300      <SubType>Designer</SubType>
301    </EmbeddedResource>
302    <EmbeddedResource Include="EditorBase.resx">
303      <SubType>Designer</SubType>
304      <DependentUpon>EditorBase.cs</DependentUpon>
305    </EmbeddedResource>
306    <EmbeddedResource Include="ItemBaseView.resx">
307      <DependentUpon>ItemBaseView.cs</DependentUpon>
308      <SubType>Designer</SubType>
309    </EmbeddedResource>
310    <EmbeddedResource Include="OperatorBaseView.resx">
311      <DependentUpon>OperatorBaseView.cs</DependentUpon>
312      <SubType>Designer</SubType>
313    </EmbeddedResource>
314    <EmbeddedResource Include="OperatorGraphView.resx">
315      <DependentUpon>OperatorGraphView.cs</DependentUpon>
316      <SubType>Designer</SubType>
317    </EmbeddedResource>
318    <EmbeddedResource Include="OperatorLibraryEditor.resx">
319      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
320      <SubType>Designer</SubType>
321    </EmbeddedResource>
322    <EmbeddedResource Include="Properties\Resources.resx">
323      <SubType>Designer</SubType>
324      <Generator>ResXFileCodeGenerator</Generator>
325      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
326    </EmbeddedResource>
327    <EmbeddedResource Include="ScopeView.resx">
328      <DependentUpon>ScopeView.cs</DependentUpon>
329      <SubType>Designer</SubType>
330    </EmbeddedResource>
331    <EmbeddedResource Include="EngineBaseEditor.resx">
332      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
333      <SubType>Designer</SubType>
334    </EmbeddedResource>
335    <EmbeddedResource Include="VariableInfoView.resx">
336      <DependentUpon>VariableInfoView.cs</DependentUpon>
337      <SubType>Designer</SubType>
338    </EmbeddedResource>
339    <EmbeddedResource Include="VariablesScopeView.resx">
340      <DependentUpon>VariablesScopeView.cs</DependentUpon>
341      <SubType>Designer</SubType>
342    </EmbeddedResource>
343    <EmbeddedResource Include="VariableView.resx">
344      <DependentUpon>VariableView.cs</DependentUpon>
345      <SubType>Designer</SubType>
346    </EmbeddedResource>
347  </ItemGroup>
348  <ItemGroup>
349    <Content Include="Resources\CombinedOperator.bmp" />
350    <Content Include="Resources\HeuristicLab.ico" />
351    <Content Include="Resources\Operator.bmp" />
352    <Content Include="Resources\ProgrammableOperator.bmp" />
353  </ItemGroup>
354  <ItemGroup>
355    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
356      <Visible>False</Visible>
357      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
358      <Install>true</Install>
359    </BootstrapperPackage>
360    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
361      <Visible>False</Visible>
362      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
363      <Install>false</Install>
364    </BootstrapperPackage>
365    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
366      <Visible>False</Visible>
367      <ProductName>.NET Framework 3.5</ProductName>
368      <Install>false</Install>
369    </BootstrapperPackage>
370  </ItemGroup>
371  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
372  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
373       Other similar extension points exist, see Microsoft.Common.targets.
374  <Target Name="BeforeBuild">
375  </Target>
376  <Target Name="AfterBuild">
377  </Target>
378  -->
379  <PropertyGroup>
380    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
381set ProjectDir=$(ProjectDir)
382set SolutionDir=$(SolutionDir)
383set Outdir=$(Outdir)
384
385call PreBuildEvent.cmd</PreBuildEvent>
386  </PropertyGroup>
387</Project>
Note: See TracBrowser for help on using the repository browser.