[5133] | 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.HiveParallelEngine</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.HiveParallelEngine-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.Common-3.3">
|
---|
| 36 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 37 | </Reference>
|
---|
| 38 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 39 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 40 | </Reference>
|
---|
| 41 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 42 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 45 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="System" />
|
---|
| 48 | <Reference Include="System.Core" />
|
---|
| 49 | <Reference Include="System.Xml.Linq" />
|
---|
| 50 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 51 | <Reference Include="Microsoft.CSharp" />
|
---|
| 52 | <Reference Include="System.Data" />
|
---|
| 53 | <Reference Include="System.Xml" />
|
---|
| 54 | </ItemGroup>
|
---|
| 55 | <ItemGroup>
|
---|
| 56 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 57 | <None Include="HeuristicLabHiveParallelEnginePlugin.cs.frame" />
|
---|
| 58 | <Compile Include="HeuristicLabHiveParallelEnginePlugin.cs" />
|
---|
| 59 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 60 | </ItemGroup>
|
---|
| 61 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 62 | <PropertyGroup>
|
---|
| 63 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 64 | set ProjectDir=$(ProjectDir)
|
---|
| 65 | set SolutionDir=$(SolutionDir)
|
---|
| 66 | set Outdir=$(Outdir)
|
---|
| 67 |
|
---|
| 68 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 71 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 72 | <Target Name="BeforeBuild">
|
---|
| 73 | </Target>
|
---|
| 74 | <Target Name="AfterBuild">
|
---|
| 75 | </Target>
|
---|
| 76 | -->
|
---|
| 77 | </Project> |
---|