[12301] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.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>{5AB79EEE-33AC-4E7A-8AF1-E409AB63A3D3}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Termination</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Termination-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</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 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 48 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 55 | </PropertyGroup>
|
---|
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 57 | <DebugSymbols>true</DebugSymbols>
|
---|
| 58 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 59 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 60 | <DebugType>full</DebugType>
|
---|
| 61 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 62 | <ErrorReport>prompt</ErrorReport>
|
---|
| 63 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 64 | </PropertyGroup>
|
---|
| 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 66 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 67 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 68 | <Optimize>true</Optimize>
|
---|
| 69 | <DebugType>pdbonly</DebugType>
|
---|
| 70 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 73 | </PropertyGroup>
|
---|
| 74 | <ItemGroup>
|
---|
[12410] | 75 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 76 | <SpecificVersion>False</SpecificVersion>
|
---|
| 77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 78 | </Reference>
|
---|
[12303] | 79 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 80 | <SpecificVersion>False</SpecificVersion>
|
---|
| 81 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 82 | </Reference>
|
---|
| 83 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 84 | <SpecificVersion>False</SpecificVersion>
|
---|
| 85 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 88 | <SpecificVersion>False</SpecificVersion>
|
---|
| 89 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 90 | </Reference>
|
---|
| 91 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
| 93 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 94 | </Reference>
|
---|
[12362] | 95 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
[12303] | 99 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 100 | <SpecificVersion>False</SpecificVersion>
|
---|
| 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
[12362] | 103 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 104 | <SpecificVersion>False</SpecificVersion>
|
---|
| 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 108 | <SpecificVersion>False</SpecificVersion>
|
---|
| 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 112 | <SpecificVersion>False</SpecificVersion>
|
---|
| 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 114 | </Reference>
|
---|
[12303] | 115 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 116 | <SpecificVersion>False</SpecificVersion>
|
---|
| 117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 120 | <SpecificVersion>False</SpecificVersion>
|
---|
| 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 122 | </Reference>
|
---|
[12362] | 123 | <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 124 | <SpecificVersion>False</SpecificVersion>
|
---|
| 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
[12303] | 127 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 128 | <SpecificVersion>False</SpecificVersion>
|
---|
| 129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 130 | </Reference>
|
---|
| 131 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 132 | <SpecificVersion>False</SpecificVersion>
|
---|
| 133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 134 | </Reference>
|
---|
[12301] | 135 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 136 | <SpecificVersion>False</SpecificVersion>
|
---|
| 137 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 138 | </Reference>
|
---|
| 139 | <Reference Include="System" />
|
---|
| 140 | <Reference Include="System.Core" />
|
---|
[12362] | 141 | <Reference Include="System.Data" />
|
---|
[12303] | 142 | <Reference Include="System.Drawing" />
|
---|
[12362] | 143 | <Reference Include="System.Windows.Forms" />
|
---|
| 144 | <Reference Include="System.Xml" />
|
---|
[12301] | 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
[12411] | 147 | <Compile Include="ISingleValueTerminator.cs" />
|
---|
[12410] | 148 | <Compile Include="SingleObjectiveQualityTerminator.cs" />
|
---|
[12402] | 149 | <Compile Include="ThresholdTerminator.cs" />
|
---|
[12411] | 150 | <Compile Include="Views\SingleValueTerminatorView.cs">
|
---|
[12362] | 151 | <SubType>UserControl</SubType>
|
---|
| 152 | </Compile>
|
---|
[12411] | 153 | <Compile Include="Views\SingleValueTerminatorView.Designer.cs">
|
---|
| 154 | <DependentUpon>SingleValueTerminatorView.cs</DependentUpon>
|
---|
[12362] | 155 | </Compile>
|
---|
[12402] | 156 | <Compile Include="ITerminator.cs" />
|
---|
| 157 | <Compile Include="ComparisonTerminator.cs" />
|
---|
| 158 | <Compile Include="MultiTerminator.cs" />
|
---|
| 159 | <Compile Include="ExecutionTimeTerminator.cs" />
|
---|
| 160 | <Compile Include="Terminator.cs" />
|
---|
[12303] | 161 | <Compile Include="TerminationOperator.cs" />
|
---|
[12301] | 162 | <None Include="HeuristicLab.snk" />
|
---|
| 163 | <None Include="Plugin.cs.frame" />
|
---|
| 164 | <Compile Include="Plugin.cs" />
|
---|
| 165 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 166 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 169 | <PropertyGroup>
|
---|
| 170 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 171 | set ProjectDir=$(ProjectDir)
|
---|
| 172 | set SolutionDir=$(SolutionDir)
|
---|
| 173 | set Outdir=$(Outdir)
|
---|
| 174 |
|
---|
| 175 | call PreBuildEvent.cmd
|
---|
| 176 | </PreBuildEvent>
|
---|
| 177 | </PropertyGroup>
|
---|
| 178 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 179 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 180 | <Target Name="BeforeBuild">
|
---|
| 181 | </Target>
|
---|
| 182 | <Target Name="AfterBuild">
|
---|
| 183 | </Target>
|
---|
| 184 | -->
|
---|
| 185 | </Project> |
---|