[1432] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Hive.Engine</RootNamespace>
|
---|
[1442] | 12 | <AssemblyName>HeuristicLab.Hive.Engine-3.2</AssemblyName>
|
---|
[1432] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
[1440] | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 34 | <DebugSymbols>true</DebugSymbols>
|
---|
| 35 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 37 | <DebugType>full</DebugType>
|
---|
| 38 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 39 | <ErrorReport>prompt</ErrorReport>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 42 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 43 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 44 | <Optimize>true</Optimize>
|
---|
| 45 | <DebugType>pdbonly</DebugType>
|
---|
| 46 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | </PropertyGroup>
|
---|
[1432] | 49 | <ItemGroup>
|
---|
| 50 | <Reference Include="System" />
|
---|
| 51 | <Reference Include="System.Core">
|
---|
| 52 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 53 | </Reference>
|
---|
| 54 | <Reference Include="System.Drawing" />
|
---|
[1440] | 55 | <Reference Include="System.ServiceModel">
|
---|
| 56 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 57 | </Reference>
|
---|
[1432] | 58 | <Reference Include="System.Windows.Forms" />
|
---|
| 59 | <Reference Include="System.Xml.Linq">
|
---|
| 60 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 63 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="System.Data" />
|
---|
| 66 | <Reference Include="System.Xml" />
|
---|
| 67 | </ItemGroup>
|
---|
| 68 | <ItemGroup>
|
---|
[1440] | 69 | <Compile Include="Job.cs" />
|
---|
[1432] | 70 | <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
|
---|
| 71 | <Compile Include="HiveEngine.cs" />
|
---|
| 72 | <Compile Include="HiveEngineEditor.cs">
|
---|
[1440] | 73 | <SubType>UserControl</SubType>
|
---|
[1432] | 74 | </Compile>
|
---|
| 75 | <Compile Include="HiveEngineEditor.Designer.cs">
|
---|
| 76 | <DependentUpon>HiveEngineEditor.cs</DependentUpon>
|
---|
| 77 | </Compile>
|
---|
[1440] | 78 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 79 | <Compile Include="ServiceLocator.cs" />
|
---|
[1432] | 80 | </ItemGroup>
|
---|
| 81 | <ItemGroup>
|
---|
| 82 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 83 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 84 | <Name>HeuristicLab.Core</Name>
|
---|
| 85 | </ProjectReference>
|
---|
[1440] | 86 | <ProjectReference Include="..\HeuristicLab.DataAccess\HeuristicLab.DataAccess.csproj">
|
---|
| 87 | <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
|
---|
| 88 | <Name>HeuristicLab.DataAccess</Name>
|
---|
| 89 | </ProjectReference>
|
---|
| 90 | <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
|
---|
| 91 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
| 92 | <Name>HeuristicLab.Hive.Contracts</Name>
|
---|
| 93 | </ProjectReference>
|
---|
[1432] | 94 | <ProjectReference Include="..\HeuristicLab.Hive.JobBase\HeuristicLab.Hive.JobBase.csproj">
|
---|
| 95 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
| 96 | <Name>HeuristicLab.Hive.JobBase</Name>
|
---|
| 97 | </ProjectReference>
|
---|
| 98 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 99 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 100 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 101 | </ProjectReference>
|
---|
[1440] | 102 | <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj">
|
---|
| 103 | <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
|
---|
| 104 | <Name>HeuristicLab.SequentialEngine</Name>
|
---|
| 105 | </ProjectReference>
|
---|
[1432] | 106 | </ItemGroup>
|
---|
| 107 | <ItemGroup>
|
---|
| 108 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
| 111 | <EmbeddedResource Include="HiveEngineEditor.resx">
|
---|
| 112 | <DependentUpon>HiveEngineEditor.cs</DependentUpon>
|
---|
| 113 | </EmbeddedResource>
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 116 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 117 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 118 | <Target Name="BeforeBuild">
|
---|
| 119 | </Target>
|
---|
| 120 | <Target Name="AfterBuild">
|
---|
| 121 | </Target>
|
---|
| 122 | -->
|
---|
[1440] | 123 | <PropertyGroup>
|
---|
| 124 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 125 | set ProjectDir=$(ProjectDir)
|
---|
| 126 | set SolutionDir=$(SolutionDir)
|
---|
| 127 | set Outdir=$(Outdir)
|
---|
| 128 |
|
---|
| 129 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 130 | </PropertyGroup>
|
---|
[1432] | 131 | </Project> |
---|