Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj @ 3852

Last change on this file since 3852 was 3852, checked in by abeham, 14 years ago

#866

  • Added ExternalEvaluation project (but excluded in build list as it does not yet compile)
File size: 5.3 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.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation-3.3</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  <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>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x64\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="System" />
67    <Reference Include="System.Core">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Xml.Linq">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Data.DataSetExtensions">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Data" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="ExternalEvaluationProblem.cs" />
81    <Compile Include="HeuristicLabProblemsExternalEvaluationPlugin.cs" />
82    <Compile Include="Interfaces\IExternalEvaluationDriver.cs" />
83    <Compile Include="Properties\AssemblyInfo.cs" />
84  </ItemGroup>
85  <ItemGroup>
86    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
87      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
88      <Name>HeuristicLab.Collections-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
91      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
92      <Name>HeuristicLab.Core-3.3</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
95      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
96      <Name>HeuristicLab.Parameters-3.3</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
99      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
100      <Name>HeuristicLab.Persistence-3.3</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
103      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
104      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
105    </ProjectReference>
106  </ItemGroup>
107  <ItemGroup>
108    <None Include="Protos\ExternalEvaluationMessages.proto" />
109  </ItemGroup>
110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112       Other similar extension points exist, see Microsoft.Common.targets.
113  <Target Name="BeforeBuild">
114  </Target>
115  <Target Name="AfterBuild">
116  </Target>
117  -->
118</Project>
Note: See TracBrowser for help on using the repository browser.