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 @ 5136

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

#1347

  • worked on HiveEngine
File size: 5.5 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>v3.5</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  <ItemGroup>
35    <Reference Include="HeuristicLab.Clients.Common-3.3">
36      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
39      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Common-3.3">
42      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Persistence-3.3">
51      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
54      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.SequentialEngine-3.3">
57      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Core" />
61    <Reference Include="System.Drawing" />
62    <Reference Include="System.Xml.Linq" />
63    <Reference Include="System.Data.DataSetExtensions" />
64    <Reference Include="System.Data" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="ScopeMergeException.cs" />
69    <None Include="Properties\AssemblyInfo.cs.frame" />
70    <None Include="HeuristicLabHiveEnginePlugin.cs.frame" />
71    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
72    <Compile Include="HiveEngine.cs" />
73    <Compile Include="OperationJob.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
78      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
79      <Name>HeuristicLab.DataAccess-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
82      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
83      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\..\HeuristicLab.Hive.ExperimentManager\3.3\HeuristicLab.Hive.ExperimentManager-3.3.csproj">
86      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
87      <Name>HeuristicLab.Hive.ExperimentManager-3.3</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
90      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
91      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
92    </ProjectReference>
93  </ItemGroup>
94  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95  <PropertyGroup>
96    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
97set ProjectDir=$(ProjectDir)
98set SolutionDir=$(SolutionDir)
99set Outdir=$(Outdir)
100
101call PreBuildEvent.cmd</PreBuildEvent>
102  </PropertyGroup>
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110</Project>
Note: See TracBrowser for help on using the repository browser.