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.4</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 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
62 | <None Include="HeuristicLabHivePlugin.cs.frame" />
|
---|
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)
|
---|
73 | set TargetPath=$(TargetPath)
|
---|
74 | set TargetDir=$(TargetDir)
|
---|
75 | set SolutionDir=$(SolutionDir)
|
---|
76 | call $(SolutionDir)/CopyAssembly.cmd
|
---|
77 | call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
|
---|
78 | </PropertyGroup>
|
---|
79 | <PropertyGroup>
|
---|
80 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
81 | set ProjectDir=$(ProjectDir)
|
---|
82 | set SolutionDir=$(SolutionDir)
|
---|
83 | set Outdir=$(Outdir)
|
---|
84 |
|
---|
85 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
86 | </PropertyGroup>
|
---|
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> |
---|