Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj @ 5228

Last change on this file since 5228 was 5228, checked in by cneumuel, 13 years ago

#1260

  • further tweaked HiveEngine to be faster and more robust
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{59BC6F3B-82E9-4E1A-A7FF-D467A98F759B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.HiveEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.HiveEngine-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Clients.Common-3.3">
42      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Common-3.3">
48      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Core.Views-3.3">
57      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.MainForm-3.3">
60      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
63      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Optimization.Views-3.3">
66      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Persistence-3.3">
69      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
72      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Random-3.3">
75      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.SequentialEngine-3.3">
78      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="System" />
81    <Reference Include="System.Core" />
82    <Reference Include="System.Drawing" />
83    <Reference Include="System.Windows.Forms" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="System.Data" />
87    <Reference Include="System.Xml" />
88  </ItemGroup>
89  <ItemGroup>
90    <Compile Include="HiveEngineException.cs" />
91    <Compile Include="ScopeMergeException.cs" />
92    <Compile Include="Views\HiveEngineView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="Views\HiveEngineView.Designer.cs">
96      <DependentUpon>HiveEngineView.cs</DependentUpon>
97    </Compile>
98    <None Include="HeuristicLab.snk" />
99    <None Include="Properties\AssemblyInfo.cs.frame" />
100    <None Include="HeuristicLabHiveEnginePlugin.cs.frame" />
101    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
102    <Compile Include="HiveEngine.cs" />
103    <Compile Include="OperationJob.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105  </ItemGroup>
106  <ItemGroup>
107    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
108      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
109      <Name>HeuristicLab.DataAccess-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
112      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
113      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Hive.ExperimentManager\3.3\HeuristicLab.Hive.ExperimentManager-3.3.csproj">
116      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
117      <Name>HeuristicLab.Hive.ExperimentManager-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
120      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
121      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
122    </ProjectReference>
123  </ItemGroup>
124  <ItemGroup>
125    <EmbeddedResource Include="Views\HiveEngineView.resx">
126      <DependentUpon>HiveEngineView.cs</DependentUpon>
127    </EmbeddedResource>
128  </ItemGroup>
129  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130  <PropertyGroup>
131    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
132set ProjectDir=$(ProjectDir)
133set SolutionDir=$(SolutionDir)
134set Outdir=$(Outdir)
135
136call PreBuildEvent.cmd</PreBuildEvent>
137  </PropertyGroup>
138  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139       Other similar extension points exist, see Microsoft.Common.targets.
140  <Target Name="BeforeBuild">
141  </Target>
142  <Target Name="AfterBuild">
143  </Target>
144  -->
145</Project>
Note: See TracBrowser for help on using the repository browser.