Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3.csproj @ 8517

Last change on this file since 8517 was 8517, checked in by jkarder, 12 years ago

#1853:

  • created branch for ParameterConfigurationEncoding
  • added CreateExperimentDialog that uses the extracted encoding
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{7520D3F4-7526-4BB7-B71E-F41F5D5559F9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.ParameterConfigurationEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Collections-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
50    <Reference Include="HeuristicLab.Core-3.3">
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Data-3.3">
55      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Optimization-3.3">
63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Parameters-3.3">
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Persistence-3.3">
71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Data" />
85    <Reference Include="System.Drawing" />
86    <Reference Include="System.Xml" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="AlgorithmProblemItem.cs" />
90    <None Include="Plugin.cs.frame" />
91    <Compile Include="ConstrainedItemList.cs" />
92    <Compile Include="ConstrainedTypeValue.cs" />
93    <Compile Include="Interfaces\ICheckedValueConfigurationCollection.cs" />
94    <Compile Include="Interfaces\IOptimizable.cs" />
95    <Compile Include="Interfaces\IParameterConfiguration.cs" />
96    <Compile Include="Interfaces\IRange.cs" />
97    <Compile Include="Interfaces\IValueConfiguration.cs" />
98    <Compile Include="NullValue.cs" />
99    <Compile Include="ParameterCombinationsEnumerator.cs" />
100    <Compile Include="ParameterConfigurations\ParameterConfiguration.cs" />
101    <Compile Include="ParameterConfigurations\SingleValuedParameterConfiguration.cs" />
102    <Compile Include="ParameterConfigurationTree.cs" />
103    <Compile Include="Plugin.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <None Include="Properties\AssemblyInfo.cs.frame" />
106    <Compile Include="RangeConstraints\ConstrainedValue.cs" />
107    <Compile Include="RangeConstraints\DoubleValueRange.cs" />
108    <Compile Include="RangeConstraints\IntValueRange.cs" />
109    <Compile Include="RangeConstraints\PercentValueRange.cs" />
110    <Compile Include="RangeConstraints\Range.cs" />
111    <Compile Include="SymbolicExpressionGrammar\SymbolicExpressionGrammarValueConfiguration.cs" />
112    <Compile Include="SymbolicExpressionGrammar\SymbolValueConfiguration.cs" />
113    <Compile Include="TypeValue.cs" />
114    <Compile Include="ValueConfigurations\CheckedValueConfigurationCollection.cs" />
115    <Compile Include="ValueConfigurations\NullValueConfiguration.cs" />
116    <Compile Include="ValueConfigurations\ParameterizedValueConfiguration.cs" />
117    <Compile Include="ValueConfigurations\RangeValueConfiguration.cs" />
118    <Compile Include="ValueConfigurations\ValueConfiguration.cs" />
119  </ItemGroup>
120  <ItemGroup>
121    <None Include="HeuristicLab.snk" />
122  </ItemGroup>
123  <ItemGroup />
124  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125  <PropertyGroup>
126    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
127set ProjectDir=$(ProjectDir)
128set SolutionDir=$(SolutionDir)
129set Outdir=$(Outdir)
130
131call PreBuildEvent.cmd
132</PreBuildEvent>
133  </PropertyGroup>
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141</Project>
Note: See TracBrowser for help on using the repository browser.