[16606] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="15.0" 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>{CF7DAEF2-84D9-438D-826E-6ADDDCF454C8}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.MovingPeaksBenchmark</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.MovingPeaksBenchmark-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\bin\</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>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <ItemGroup>
|
---|
| 40 | <Reference Include="System" />
|
---|
| 41 | <Reference Include="System.Core" />
|
---|
| 42 | <Reference Include="System.Xml.Linq" />
|
---|
| 43 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 44 | <Reference Include="Microsoft.CSharp" />
|
---|
| 45 | <Reference Include="System.Data" />
|
---|
| 46 | <Reference Include="System.Net.Http" />
|
---|
| 47 | <Reference Include="System.Xml" />
|
---|
| 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
[16609] | 50 | <Compile Include="Analyzers\BestMovingPeaksBenchmarkSolutionAnalyzer.cs" />
|
---|
| 51 | <Compile Include="Interfaces\IBestMovingPeaksBenchmarkSolutionAnalyzer.cs" />
|
---|
[16606] | 52 | <Compile Include="Interfaces\IMovingPeaksBenchmarkProblemEvaluator.cs" />
|
---|
| 53 | <Compile Include="MovingPeaksBenchmarkProblem.cs" />
|
---|
| 54 | <Compile Include="Plugin.cs" />
|
---|
| 55 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[16607] | 56 | <Compile Include="MovingPeaksBenchmarkProblemEvaluator.cs" />
|
---|
[16606] | 57 | </ItemGroup>
|
---|
| 58 | <ItemGroup>
|
---|
| 59 | <None Include="HeuristicLab.snk" />
|
---|
| 60 | <None Include="Plugin.cs.frame" />
|
---|
| 61 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 62 | </ItemGroup>
|
---|
| 63 | <ItemGroup>
|
---|
[16609] | 64 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 65 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
| 66 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 67 | </ProjectReference>
|
---|
[16606] | 68 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 69 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 70 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 71 | </ProjectReference>
|
---|
| 72 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 73 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 74 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 75 | </ProjectReference>
|
---|
| 76 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 77 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 78 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 79 | </ProjectReference>
|
---|
| 80 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 81 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 82 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 83 | </ProjectReference>
|
---|
| 84 | <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
|
---|
| 85 | <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
|
---|
| 86 | <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
|
---|
| 87 | </ProjectReference>
|
---|
| 88 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 89 | <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
|
---|
| 90 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 91 | </ProjectReference>
|
---|
| 92 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 93 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 94 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 95 | </ProjectReference>
|
---|
| 96 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 97 | <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
|
---|
| 98 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 99 | </ProjectReference>
|
---|
| 100 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 101 | <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
|
---|
| 102 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 103 | </ProjectReference>
|
---|
| 104 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 105 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 106 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 107 | </ProjectReference>
|
---|
[16609] | 108 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 109 | <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
|
---|
| 110 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 111 | </ProjectReference>
|
---|
[16606] | 112 | </ItemGroup>
|
---|
| 113 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 114 | <PropertyGroup>
|
---|
| 115 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 116 | set ProjectDir=$(ProjectDir)
|
---|
| 117 | set SolutionDir=$(SolutionDir)
|
---|
| 118 | set Outdir=$(Outdir)
|
---|
| 119 |
|
---|
| 120 | call PreBuildEvent.cmd
|
---|
| 121 | </PreBuildEvent>
|
---|
| 122 | </PropertyGroup>
|
---|
| 123 | </Project> |
---|