Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ParameterOptimization/3.3/HeuristicLab.Problems.ParameterOptimization.csproj @ 10190

Last change on this file since 10190 was 10190, checked in by mkommend, 10 years ago

#2082: Added BestSolutionsAnalyzer for ParameterOptimizationProblems.

File size: 5.6 KB
RevLine 
[9682]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{D2C39FBA-A1D5-403A-9211-B0A299A76313}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.ParameterOptimization</RootNamespace>
[9691]11    <AssemblyName>HeuristicLab.Problems.ParameterOptimization-3.3</AssemblyName>
[9682]12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="HeuristicLab.Collections-3.3">
40      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[9690]41      <Private>False</Private>
[9682]42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
[9690]45      <Private>False</Private>
[9682]46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
[9690]49      <Private>False</Private>
[9682]50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
[9690]53      <Private>False</Private>
[9682]54    </Reference>
55    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
[9690]57      <Private>False</Private>
[9682]58    </Reference>
59    <Reference Include="HeuristicLab.Operators-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[9690]61      <Private>False</Private>
[9682]62    </Reference>
63    <Reference Include="HeuristicLab.Optimization-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
[9690]65      <Private>False</Private>
[9682]66    </Reference>
67    <Reference Include="HeuristicLab.Parameters-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[9690]69      <Private>False</Private>
[9682]70    </Reference>
71    <Reference Include="HeuristicLab.Persistence-3.3">
72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[9690]73      <Private>False</Private>
[9682]74    </Reference>
75    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[9690]77      <Private>False</Private>
[9682]78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Drawing" />
82    <Reference Include="System.Xml.Linq" />
83    <Reference Include="System.Data.DataSetExtensions" />
84    <Reference Include="Microsoft.CSharp" />
85    <Reference Include="System.Data" />
86    <Reference Include="System.Xml" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="BestSolutionAnalyzer.cs" />
[10190]90    <Compile Include="BestSolutionsAnalyzer.cs" />
[9682]91    <Compile Include="IParameterVectorEvaluator.cs" />
92    <Compile Include="ParameterOptimizationProblem.cs" />
93    <Compile Include="Plugin.cs" />
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <Compile Include="ParameterVectorEvaluator.cs" />
96  </ItemGroup>
97  <ItemGroup>
98    <None Include="HeuristicLab.snk" />
99    <None Include="Plugin.cs.frame" />
100    <None Include="Properties\AssemblyInfo.cs.frame" />
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103  <PropertyGroup>
[10094]104    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
105      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
106      set ProjectDir=$(ProjectDir)
107      set SolutionDir=$(SolutionDir)
108      set Outdir=$(Outdir)
[9682]109
[10094]110      call PreBuildEvent.cmd
111    </PreBuildEvent>
112    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
113      export ProjectDir=$(ProjectDir)
114      export SolutionDir=$(SolutionDir)
115
116      $SolutionDir/PreBuildEvent.sh
117    </PreBuildEvent>
[9682]118  </PropertyGroup>
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.