Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Hive/3.4/HeuristicLab.Hive-3.4.csproj @ 5041

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

#1233

  • changed version to 3.4
File size: 3.6 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>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive-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  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
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.Core-3.3">
45      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Persistence-3.3">
48      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
51      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="System" />
54    <Reference Include="System.Core" />
55    <Reference Include="System.Xml.Linq" />
56    <Reference Include="System.Data.DataSetExtensions" />
57    <Reference Include="System.Data" />
58    <Reference Include="System.Xml" />
59  </ItemGroup>
60  <ItemGroup>
61    <Compile Include="HeuristicLabHivePlugin.cs" />
62    <Compile Include="IJob.cs" />
63    <Compile Include="Properties\AssemblyInfo.cs" />
64  </ItemGroup>
65  <ItemGroup>
66    <None Include="HeuristicLab.snk" />
67  </ItemGroup>
68  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69  <PropertyGroup>
70    <PostBuildEvent>set ProjectName=$(ProjectName)
71set TargetPath=$(TargetPath)
72set TargetDir=$(TargetDir)
73set SolutionDir=$(SolutionDir)
74call $(SolutionDir)/CopyAssembly.cmd
75call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
76  </PropertyGroup>
77  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78       Other similar extension points exist, see Microsoft.Common.targets.
79  <Target Name="BeforeBuild">
80  </Target>
81  <Target Name="AfterBuild">
82  </Target>
83  -->
84</Project>
Note: See TracBrowser for help on using the repository browser.