Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj @ 2

Last change on this file since 2 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 4.0 KB
Line 
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.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DistributedEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.DistributedEngine</AssemblyName>
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>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Data" />
39    <Reference Include="System.Drawing" />
40    <Reference Include="System.Runtime.Serialization">
41      <RequiredTargetFramework>3.0</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.ServiceModel">
44      <RequiredTargetFramework>3.0</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Windows.Forms" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="HeuristicLabDistributedEnginePlugin.cs" />
51    <Compile Include="Properties\AssemblyInfo.cs" />
52    <Compile Include="DistributedEngine.cs" />
53    <Compile Include="DistributedEngineEditor.cs">
54      <SubType>UserControl</SubType>
55    </Compile>
56    <Compile Include="DistributedEngineEditor.Designer.cs">
57      <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
58    </Compile>
59  </ItemGroup>
60  <ItemGroup>
61    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
62      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
63      <Name>HeuristicLab.Core</Name>
64    </ProjectReference>
65    <ProjectReference Include="..\HeuristicLab.Grid\HeuristicLab.Grid.csproj">
66      <Project>{545CE756-98D8-423B-AC2E-6E7D70926E5C}</Project>
67      <Name>HeuristicLab.Grid</Name>
68    </ProjectReference>
69    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
70      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
71      <Name>HeuristicLab.PluginInfrastructure</Name>
72    </ProjectReference>
73    <ProjectReference Include="..\HeuristicLab.ThreadParallelEngine\HeuristicLab.ThreadParallelEngine.csproj">
74      <Project>{6E757D0E-20F9-4E89-AF06-D7DA256870DB}</Project>
75      <Name>HeuristicLab.ThreadParallelEngine</Name>
76    </ProjectReference>
77  </ItemGroup>
78  <ItemGroup>
79    <EmbeddedResource Include="DistributedEngineEditor.resx">
80      <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
81      <SubType>Designer</SubType>
82    </EmbeddedResource>
83  </ItemGroup>
84  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86       Other similar extension points exist, see Microsoft.Common.targets.
87  <Target Name="BeforeBuild">
88  </Target>
89  <Target Name="AfterBuild">
90  </Target>
91  -->
92</Project>
Note: See TracBrowser for help on using the repository browser.