[2834] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16728] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[2834] | 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>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Optimization.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Optimization.Views-3.3</AssemblyName>
|
---|
[16728] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[5163] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[2834] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[2834] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
[15688] | 43 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2834] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 48 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2834] | 49 | </PropertyGroup>
|
---|
| 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
[15688] | 53 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2834] | 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <WarningLevel>4</WarningLevel>
|
---|
[6866] | 57 | <DocumentationFile>
|
---|
| 58 | </DocumentationFile>
|
---|
[4065] | 59 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 60 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2834] | 61 | </PropertyGroup>
|
---|
[2900] | 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 63 | <DebugSymbols>true</DebugSymbols>
|
---|
[15688] | 64 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2900] | 65 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 66 | <DebugType>full</DebugType>
|
---|
| 67 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 69 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 70 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2900] | 71 | </PropertyGroup>
|
---|
| 72 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[15688] | 73 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2900] | 74 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6425] | 75 | <DocumentationFile>
|
---|
| 76 | </DocumentationFile>
|
---|
[2900] | 77 | <Optimize>true</Optimize>
|
---|
| 78 | <DebugType>pdbonly</DebugType>
|
---|
| 79 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 80 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 81 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 82 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2900] | 83 | </PropertyGroup>
|
---|
| 84 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 85 | <DebugSymbols>true</DebugSymbols>
|
---|
[15688] | 86 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2900] | 87 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 88 | <DebugType>full</DebugType>
|
---|
| 89 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 92 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2900] | 93 | </PropertyGroup>
|
---|
| 94 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[15688] | 95 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[2900] | 96 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6866] | 97 | <DocumentationFile>
|
---|
| 98 | </DocumentationFile>
|
---|
[2900] | 99 | <Optimize>true</Optimize>
|
---|
| 100 | <DebugType>pdbonly</DebugType>
|
---|
| 101 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 102 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 103 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 104 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2900] | 105 | </PropertyGroup>
|
---|
[2834] | 106 | <ItemGroup>
|
---|
[7558] | 107 | <Reference Include="Microsoft.CSharp" />
|
---|
[2834] | 108 | <Reference Include="System" />
|
---|
| 109 | <Reference Include="System.Core">
|
---|
| 110 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="System.Drawing" />
|
---|
| 113 | <Reference Include="System.Windows.Forms" />
|
---|
[14125] | 114 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[2834] | 115 | <Reference Include="System.Xml.Linq">
|
---|
| 116 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 117 | </Reference>
|
---|
| 118 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 119 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="System.Data" />
|
---|
| 122 | <Reference Include="System.Xml" />
|
---|
| 123 | </ItemGroup>
|
---|
| 124 | <ItemGroup>
|
---|
[6866] | 125 | <None Include="Plugin.cs.frame" />
|
---|
[2851] | 126 | <Compile Include="AlgorithmView.cs">
|
---|
| 127 | <SubType>UserControl</SubType>
|
---|
| 128 | </Compile>
|
---|
| 129 | <Compile Include="AlgorithmView.Designer.cs">
|
---|
| 130 | <DependentUpon>AlgorithmView.cs</DependentUpon>
|
---|
| 131 | </Compile>
|
---|
[11790] | 132 | <Compile Include="BasicAlgorithmView.cs">
|
---|
| 133 | <SubType>UserControl</SubType>
|
---|
| 134 | </Compile>
|
---|
| 135 | <Compile Include="BasicAlgorithmView.Designer.cs">
|
---|
| 136 | <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
|
---|
| 137 | </Compile>
|
---|
[3265] | 138 | <Compile Include="BatchRunView.cs">
|
---|
| 139 | <SubType>UserControl</SubType>
|
---|
| 140 | </Compile>
|
---|
| 141 | <Compile Include="BatchRunView.Designer.cs">
|
---|
| 142 | <DependentUpon>BatchRunView.cs</DependentUpon>
|
---|
| 143 | </Compile>
|
---|
[11963] | 144 | <Compile Include="CreateNewSingleEncodingDialog.cs">
|
---|
| 145 | <SubType>Form</SubType>
|
---|
| 146 | </Compile>
|
---|
| 147 | <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
|
---|
| 148 | <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
|
---|
| 149 | </Compile>
|
---|
[13666] | 150 | <Compile Include="ICharacteristicCalculatorView.cs">
|
---|
| 151 | <SubType>UserControl</SubType>
|
---|
| 152 | </Compile>
|
---|
| 153 | <Compile Include="ICharacteristicCalculatorView.Designer.cs">
|
---|
| 154 | <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
|
---|
| 155 | </Compile>
|
---|
[12102] | 156 | <Compile Include="ISolutionSimilarityCalculatorView.cs">
|
---|
[8721] | 157 | <SubType>UserControl</SubType>
|
---|
| 158 | </Compile>
|
---|
[12102] | 159 | <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
|
---|
| 160 | <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
|
---|
[8721] | 161 | </Compile>
|
---|
[7042] | 162 | <Compile Include="ExperimentListView.cs">
|
---|
| 163 | <SubType>UserControl</SubType>
|
---|
| 164 | </Compile>
|
---|
| 165 | <Compile Include="ExperimentListView.Designer.cs">
|
---|
| 166 | <DependentUpon>ExperimentListView.cs</DependentUpon>
|
---|
| 167 | </Compile>
|
---|
[14071] | 168 | <Compile Include="ResultParameterView.cs">
|
---|
| 169 | <SubType>UserControl</SubType>
|
---|
| 170 | </Compile>
|
---|
| 171 | <Compile Include="ResultParameterView.Designer.cs">
|
---|
| 172 | <DependentUpon>ResultParameterView.cs</DependentUpon>
|
---|
| 173 | </Compile>
|
---|
[11963] | 174 | <Compile Include="MultiEncodingView.cs">
|
---|
| 175 | <SubType>UserControl</SubType>
|
---|
| 176 | </Compile>
|
---|
| 177 | <Compile Include="MultiEncodingView.Designer.cs">
|
---|
| 178 | <DependentUpon>MultiEncodingView.cs</DependentUpon>
|
---|
| 179 | </Compile>
|
---|
[6866] | 180 | <Compile Include="Plugin.cs" />
|
---|
[7558] | 181 | <Compile Include="ProblemView.cs">
|
---|
| 182 | <SubType>UserControl</SubType>
|
---|
| 183 | </Compile>
|
---|
[8587] | 184 | <Compile Include="ProblemView.Designer.cs">
|
---|
[7558] | 185 | <DependentUpon>ProblemView.cs</DependentUpon>
|
---|
| 186 | </Compile>
|
---|
[6693] | 187 | <Compile Include="RunCollectionModifierListView.cs">
|
---|
| 188 | <SubType>UserControl</SubType>
|
---|
| 189 | </Compile>
|
---|
| 190 | <Compile Include="RunCollectionModifierListView.Designer.cs">
|
---|
| 191 | <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
|
---|
| 192 | </Compile>
|
---|
[7469] | 193 | <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
|
---|
[6673] | 194 | <SubType>UserControl</SubType>
|
---|
| 195 | </Compile>
|
---|
[7469] | 196 | <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
|
---|
[6673] | 197 | <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
|
---|
| 198 | </Compile>
|
---|
[6471] | 199 | <Compile Include="ExperimentTreeView.cs">
|
---|
| 200 | <SubType>UserControl</SubType>
|
---|
| 201 | </Compile>
|
---|
| 202 | <Compile Include="ExperimentTreeView.Designer.cs">
|
---|
| 203 | <DependentUpon>ExperimentTreeView.cs</DependentUpon>
|
---|
| 204 | </Compile>
|
---|
[6425] | 205 | <Compile Include="IOptimizerView.cs">
|
---|
| 206 | <SubType>UserControl</SubType>
|
---|
| 207 | </Compile>
|
---|
| 208 | <Compile Include="IOptimizerView.Designer.cs">
|
---|
| 209 | <DependentUpon>IOptimizerView.cs</DependentUpon>
|
---|
| 210 | </Compile>
|
---|
[5875] | 211 | <Compile Include="ResultValueView.cs">
|
---|
| 212 | <SubType>UserControl</SubType>
|
---|
| 213 | </Compile>
|
---|
| 214 | <Compile Include="ResultValueView.Designer.cs">
|
---|
| 215 | <DependentUpon>ResultValueView.cs</DependentUpon>
|
---|
| 216 | </Compile>
|
---|
[7469] | 217 | <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
|
---|
[4094] | 218 | <SubType>UserControl</SubType>
|
---|
| 219 | </Compile>
|
---|
[7469] | 220 | <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
|
---|
[4094] | 221 | <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
|
---|
| 222 | </Compile>
|
---|
[7469] | 223 | <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
|
---|
[3614] | 224 | <SubType>UserControl</SubType>
|
---|
| 225 | </Compile>
|
---|
[7469] | 226 | <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
|
---|
[3718] | 227 | <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
|
---|
[3614] | 228 | </Compile>
|
---|
[7469] | 229 | <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
|
---|
[3614] | 230 | <SubType>UserControl</SubType>
|
---|
| 231 | </Compile>
|
---|
[7469] | 232 | <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
|
---|
[3614] | 233 | <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
|
---|
| 234 | </Compile>
|
---|
[7469] | 235 | <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
|
---|
[3614] | 236 | <SubType>UserControl</SubType>
|
---|
| 237 | </Compile>
|
---|
[7469] | 238 | <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
|
---|
[3614] | 239 | <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
|
---|
| 240 | </Compile>
|
---|
[7469] | 241 | <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
|
---|
[3614] | 242 | <SubType>UserControl</SubType>
|
---|
| 243 | </Compile>
|
---|
[7469] | 244 | <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
|
---|
[6673] | 245 | <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
|
---|
[3614] | 246 | </Compile>
|
---|
[3274] | 247 | <Compile Include="OptimizerListView.cs">
|
---|
[3267] | 248 | <SubType>UserControl</SubType>
|
---|
| 249 | </Compile>
|
---|
[3274] | 250 | <Compile Include="OptimizerListView.Designer.cs">
|
---|
| 251 | <DependentUpon>OptimizerListView.cs</DependentUpon>
|
---|
[3267] | 252 | </Compile>
|
---|
| 253 | <Compile Include="ExperimentView.cs">
|
---|
| 254 | <SubType>UserControl</SubType>
|
---|
| 255 | </Compile>
|
---|
| 256 | <Compile Include="ExperimentView.Designer.cs">
|
---|
| 257 | <DependentUpon>ExperimentView.cs</DependentUpon>
|
---|
| 258 | </Compile>
|
---|
[7469] | 259 | <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
|
---|
[3349] | 260 | <SubType>UserControl</SubType>
|
---|
| 261 | </Compile>
|
---|
[7469] | 262 | <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
|
---|
[3349] | 263 | <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
|
---|
| 264 | </Compile>
|
---|
[7469] | 265 | <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
|
---|
[3614] | 266 | <SubType>UserControl</SubType>
|
---|
| 267 | </Compile>
|
---|
[7469] | 268 | <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
|
---|
[3614] | 269 | <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
|
---|
| 270 | </Compile>
|
---|
[16733] | 271 | <Compile Include="RunCollectionViews\RunCollectionSimpleRLDView.cs">
|
---|
| 272 | <SubType>UserControl</SubType>
|
---|
| 273 | </Compile>
|
---|
| 274 | <Compile Include="RunCollectionViews\RunCollectionSimpleRLDView.Designer.cs">
|
---|
| 275 | <DependentUpon>RunCollectionSimpleRLDView.cs</DependentUpon>
|
---|
| 276 | </Compile>
|
---|
[14102] | 277 | <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
|
---|
| 278 | <SubType>UserControl</SubType>
|
---|
| 279 | </Compile>
|
---|
| 280 | <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs">
|
---|
| 281 | <DependentUpon>RunCollectionRLDView.cs</DependentUpon>
|
---|
| 282 | </Compile>
|
---|
[9910] | 283 | <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
|
---|
[3332] | 284 | <SubType>UserControl</SubType>
|
---|
| 285 | </Compile>
|
---|
[9910] | 286 | <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
|
---|
| 287 | <DependentUpon>RunCollectionTableView.cs</DependentUpon>
|
---|
[3332] | 288 | </Compile>
|
---|
[7469] | 289 | <Compile Include="RunCollectionViews\RunCollectionView.cs">
|
---|
[3260] | 290 | <SubType>UserControl</SubType>
|
---|
| 291 | </Compile>
|
---|
[7469] | 292 | <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
|
---|
[3260] | 293 | <DependentUpon>RunCollectionView.cs</DependentUpon>
|
---|
| 294 | </Compile>
|
---|
| 295 | <Compile Include="RunView.cs">
|
---|
| 296 | <SubType>UserControl</SubType>
|
---|
| 297 | </Compile>
|
---|
| 298 | <Compile Include="RunView.Designer.cs">
|
---|
| 299 | <DependentUpon>RunView.cs</DependentUpon>
|
---|
| 300 | </Compile>
|
---|
[9910] | 301 | <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
|
---|
[7980] | 302 | <SubType>UserControl</SubType>
|
---|
| 303 | </Compile>
|
---|
[9910] | 304 | <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
|
---|
| 305 | <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
|
---|
[7980] | 306 | </Compile>
|
---|
[12627] | 307 | <Compile Include="TimeLimitRunView.cs">
|
---|
| 308 | <SubType>UserControl</SubType>
|
---|
| 309 | </Compile>
|
---|
| 310 | <Compile Include="TimeLimitRunView.Designer.cs">
|
---|
| 311 | <DependentUpon>TimeLimitRunView.cs</DependentUpon>
|
---|
| 312 | </Compile>
|
---|
[12975] | 313 | <Compile Include="ThresholdTerminatorView.cs">
|
---|
| 314 | <SubType>UserControl</SubType>
|
---|
| 315 | </Compile>
|
---|
| 316 | <Compile Include="ThresholdTerminatorView.Designer.cs">
|
---|
| 317 | <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
|
---|
| 318 | </Compile>
|
---|
[2851] | 319 | <Compile Include="UserDefinedAlgorithmView.cs">
|
---|
| 320 | <SubType>UserControl</SubType>
|
---|
| 321 | </Compile>
|
---|
| 322 | <Compile Include="UserDefinedAlgorithmView.Designer.cs">
|
---|
| 323 | <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
|
---|
| 324 | </Compile>
|
---|
| 325 | <Compile Include="EngineAlgorithmView.cs">
|
---|
| 326 | <SubType>UserControl</SubType>
|
---|
| 327 | </Compile>
|
---|
| 328 | <Compile Include="EngineAlgorithmView.Designer.cs">
|
---|
| 329 | <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
|
---|
| 330 | </Compile>
|
---|
[2834] | 331 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[3226] | 332 | <Compile Include="ResultCollectionView.cs">
|
---|
| 333 | <SubType>UserControl</SubType>
|
---|
| 334 | </Compile>
|
---|
| 335 | <Compile Include="ResultCollectionView.Designer.cs">
|
---|
| 336 | <DependentUpon>ResultCollectionView.cs</DependentUpon>
|
---|
| 337 | </Compile>
|
---|
| 338 | <Compile Include="ResultView.cs">
|
---|
| 339 | <SubType>UserControl</SubType>
|
---|
| 340 | </Compile>
|
---|
| 341 | <Compile Include="ResultView.Designer.cs">
|
---|
| 342 | <DependentUpon>ResultView.cs</DependentUpon>
|
---|
| 343 | </Compile>
|
---|
[2834] | 344 | </ItemGroup>
|
---|
| 345 | <ItemGroup>
|
---|
| 346 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 347 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[2834] | 348 | </ItemGroup>
|
---|
| 349 | <ItemGroup>
|
---|
[7825] | 350 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 351 | <Visible>False</Visible>
|
---|
| 352 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 353 | <Install>false</Install>
|
---|
| 354 | </BootstrapperPackage>
|
---|
| 355 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 356 | <Visible>False</Visible>
|
---|
| 357 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 358 | <Install>true</Install>
|
---|
| 359 | </BootstrapperPackage>
|
---|
| 360 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 361 | <Visible>False</Visible>
|
---|
| 362 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 363 | <Install>true</Install>
|
---|
| 364 | </BootstrapperPackage>
|
---|
| 365 | </ItemGroup>
|
---|
| 366 | <ItemGroup>
|
---|
[15602] | 367 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
|
---|
[15688] | 368 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[7980] | 369 | <Private>False</Private>
|
---|
[15602] | 370 | </Reference>
|
---|
| 371 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
|
---|
[15688] | 372 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[6866] | 373 | <Private>False</Private>
|
---|
[15602] | 374 | </Reference>
|
---|
| 375 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
|
---|
[15688] | 376 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[6866] | 377 | <Private>False</Private>
|
---|
[15602] | 378 | </Reference>
|
---|
| 379 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
|
---|
[15688] | 380 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[6866] | 381 | <Private>False</Private>
|
---|
[15602] | 382 | </Reference>
|
---|
| 383 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
|
---|
[15688] | 384 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[6866] | 385 | <Private>False</Private>
|
---|
[15602] | 386 | </Reference>
|
---|
| 387 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
|
---|
[15688] | 388 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[6866] | 389 | <Private>False</Private>
|
---|
[15602] | 390 | </Reference>
|
---|
| 391 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
|
---|
[15688] | 392 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[6866] | 393 | <Private>False</Private>
|
---|
[15602] | 394 | </Reference>
|
---|
[15688] | 395 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
|
---|
| 396 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[6866] | 397 | <Private>False</Private>
|
---|
[15602] | 398 | </Reference>
|
---|
[15688] | 399 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0">
|
---|
| 400 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[6866] | 401 | <Private>False</Private>
|
---|
[15602] | 402 | </Reference>
|
---|
[15688] | 403 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0">
|
---|
| 404 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
[12975] | 405 | <Private>False</Private>
|
---|
[15602] | 406 | </Reference>
|
---|
[15688] | 407 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0">
|
---|
| 408 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[6866] | 409 | <Private>False</Private>
|
---|
[15602] | 410 | </Reference>
|
---|
[15688] | 411 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0">
|
---|
| 412 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[14071] | 413 | <Private>False</Private>
|
---|
[15602] | 414 | </Reference>
|
---|
[15688] | 415 | <Reference Include="HeuristicLab.Parameters.Views-3.3, Version=3.3.0.0">
|
---|
| 416 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
[14071] | 417 | <Private>False</Private>
|
---|
[15602] | 418 | </Reference>
|
---|
[15688] | 419 | <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0">
|
---|
| 420 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
|
---|
[6866] | 421 | <Private>False</Private>
|
---|
[15602] | 422 | </Reference>
|
---|
[15688] | 423 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
|
---|
| 424 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[7960] | 425 | <Private>False</Private>
|
---|
[15602] | 426 | </Reference>
|
---|
[15688] | 427 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0">
|
---|
| 428 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
[7646] | 429 | <Private>False</Private>
|
---|
[15602] | 430 | </Reference>
|
---|
| 431 | </ItemGroup>
|
---|
| 432 | <ItemGroup>
|
---|
[15719] | 433 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
| 434 | <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
|
---|
| 435 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 436 | <Private>False</Private>
|
---|
| 437 | </ProjectReference>
|
---|
| 438 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 439 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
| 440 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 441 | <Private>False</Private>
|
---|
| 442 | </ProjectReference>
|
---|
[15602] | 443 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 444 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 445 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[8587] | 446 | <Private>False</Private>
|
---|
| 447 | </ProjectReference>
|
---|
[2834] | 448 | </ItemGroup>
|
---|
[11963] | 449 | <ItemGroup>
|
---|
| 450 | <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
|
---|
| 451 | <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
|
---|
| 452 | </EmbeddedResource>
|
---|
[16733] | 453 | <EmbeddedResource Include="RunCollectionViews\RunCollectionSimpleRLDView.resx">
|
---|
| 454 | <DependentUpon>RunCollectionSimpleRLDView.cs</DependentUpon>
|
---|
| 455 | </EmbeddedResource>
|
---|
[11963] | 456 | </ItemGroup>
|
---|
[2834] | 457 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 458 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 459 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 460 | <Target Name="BeforeBuild">
|
---|
| 461 | </Target>
|
---|
| 462 | <Target Name="AfterBuild">
|
---|
| 463 | </Target>
|
---|
| 464 | -->
|
---|
| 465 | <PropertyGroup>
|
---|
[8617] | 466 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[2834] | 467 | set ProjectDir=$(ProjectDir)
|
---|
| 468 | set SolutionDir=$(SolutionDir)
|
---|
| 469 | set Outdir=$(Outdir)
|
---|
| 470 |
|
---|
| 471 | call PreBuildEvent.cmd
|
---|
[6866] | 472 | </PreBuildEvent>
|
---|
[8617] | 473 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 474 | export ProjectDir=$(ProjectDir)
|
---|
| 475 | export SolutionDir=$(SolutionDir)
|
---|
| 476 |
|
---|
| 477 | $SolutionDir/PreBuildEvent.sh
|
---|
| 478 | </PreBuildEvent>
|
---|
[2834] | 479 | </PropertyGroup>
|
---|
[8617] | 480 | </Project> |
---|