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

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

#1233

  • finished version change to 3.4
  • added revision number to version
File size: 3.9 KB
RevLine 
[5038]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>
[5043]12    <AssemblyName>HeuristicLab.Hive-3.4</AssemblyName>
[5038]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>
[5043]61    <None Include="Properties\AssemblyInfo.cs.frame" />
62    <None Include="HeuristicLabHivePlugin.cs.frame" />
[5038]63    <Compile Include="HeuristicLabHivePlugin.cs" />
64    <Compile Include="IJob.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="HeuristicLab.snk" />
69  </ItemGroup>
70  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71  <PropertyGroup>
72    <PostBuildEvent>set ProjectName=$(ProjectName)
73set TargetPath=$(TargetPath)
74set TargetDir=$(TargetDir)
75set SolutionDir=$(SolutionDir)
76call $(SolutionDir)/CopyAssembly.cmd
77call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
78  </PropertyGroup>
[5043]79  <PropertyGroup>
80    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
81set ProjectDir=$(ProjectDir)
82set SolutionDir=$(SolutionDir)
83set Outdir=$(Outdir)
84
85call PreBuildEvent.cmd</PreBuildEvent>
86  </PropertyGroup>
[5038]87  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88       Other similar extension points exist, see Microsoft.Common.targets.
89  <Target Name="BeforeBuild">
90  </Target>
91  <Target Name="AfterBuild">
92  </Target>
93  -->
94</Project>
Note: See TracBrowser for help on using the repository browser.