Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.PopulationDiversityAnalysis/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj @ 4886

Last change on this file since 4886 was 4886, checked in by swinkler, 13 years ago

Started working on fine grained structural similarity estimation for structural population diversity in GP. (#1278)

File size: 13.0 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Regression</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Regression-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\x64\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x86\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
84    <OutputPath>bin\x86\Release\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x86</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <ItemGroup>
93    <Reference Include="ALGLIB-2.5.0">
94      <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.ALGLIB-2.5.0">
97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-2.5.0.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Analysis-3.3">
100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Collections-3.3">
103      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Common-3.3">
106      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Common.Resources-3.3">
109      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Core-3.3">
112      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Data-3.3">
115      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
118      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
121      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.LibSVM-1.6.3">
124      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Operators-3.3">
127      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Optimization-3.3">
130      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
133      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Parameters-3.3">
136      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Persistence-3.3">
139      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
140    </Reference>
141    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
142      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
143    </Reference>
144    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
145      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
148      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Random-3.3">
151      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
152    </Reference>
153    <Reference Include="LibSVM-1.6.3">
154      <HintPath>C:\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
155    </Reference>
156    <Reference Include="System" />
157    <Reference Include="System.Core">
158      <RequiredTargetFramework>3.5</RequiredTargetFramework>
159    </Reference>
160    <Reference Include="System.Drawing" />
161    <Reference Include="System.Xml.Linq">
162      <RequiredTargetFramework>3.5</RequiredTargetFramework>
163    </Reference>
164    <Reference Include="System.Data.DataSetExtensions">
165      <RequiredTargetFramework>3.5</RequiredTargetFramework>
166    </Reference>
167    <Reference Include="System.Data" />
168    <Reference Include="System.Xml" />
169  </ItemGroup>
170  <ItemGroup>
171    <None Include="HeuristicLab.snk" />
172    <None Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" />
173    <None Include="Properties\AssemblyInfo.frame" />
174    <Compile Include="Analyzers\RegressionSolutionAnalyzer.cs">
175      <SubType>Code</SubType>
176    </Compile>
177    <Compile Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs" />
178    <Compile Include="LinearRegression\LinearRegressionSolutionCreator.cs" />
179    <Compile Include="LinearRegression\LinearRegressionUtil.cs" />
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="SupportVectorRegression\BestSupportVectorRegressionSolutionAnalyzer.cs" />
182    <Compile Include="SupportVectorRegression\SupportVectorRegressionSolution.cs" />
183    <Compile Include="Symbolic\Analyzers\BestSymbolicRegressionSolutionAnalyzer.cs" />
184    <Compile Include="Symbolic\Analyzers\FineGrainedStructuralPopulationDiversityAnalyzer.cs" />
185    <Compile Include="Symbolic\Analyzers\SymbolicRegressionPopulationDiversityAnalyzer.cs" />
186    <Compile Include="Symbolic\Analyzers\VariablesUsagePopulationDiversityAnalyzer.cs" />
187    <Compile Include="Symbolic\Analyzers\FixedValidationBestScaledSymbolicRegressionSolutionAnalyzer.cs" />
188    <Compile Include="Symbolic\Analyzers\ISymbolicRegressionAnalyzer.cs" />
189    <Compile Include="Symbolic\Analyzers\SymbolicRegressionModelQualityAnalyzer.cs" />
190    <Compile Include="Symbolic\Analyzers\SymbolicRegressionModelQualityCalculator.cs">
191      <SubType>Code</SubType>
192    </Compile>
193    <Compile Include="Symbolic\Analyzers\SymbolicRegressionSolutionLinearScaler.cs" />
194    <Compile Include="Symbolic\Analyzers\SymbolicRegressionVariableFrequencyAnalyzer.cs" />
195    <Compile Include="Symbolic\Analyzers\ValidationBestScaledSymbolicRegressionSolutionAnalyzer.cs" />
196    <Compile Include="Symbolic\Evaluators\MultiObjectiveSymbolicRegressionMeanSquaredErrorEvaluator.cs" />
197    <Compile Include="Symbolic\Evaluators\MultiObjectiveSymbolicRegressionEvaluator.cs" />
198    <Compile Include="Symbolic\Evaluators\MultiObjectiveSymbolicRegressionPearsonsRSquaredEvaluator.cs" />
199    <Compile Include="Symbolic\Evaluators\SingleObjectiveSymbolicRegressionEvaluator.cs" />
200    <Compile Include="Symbolic\Evaluators\SymbolicRegressionMeanSquaredErrorEvaluator.cs" />
201    <Compile Include="Symbolic\Evaluators\SymbolicRegressionPearsonsRSquaredEvaluator.cs" />
202    <Compile Include="Symbolic\Evaluators\SymbolicRegressionScaledMeanAndVarianceSquaredErrorEvaluator.cs" />
203    <Compile Include="Symbolic\Evaluators\SymbolicRegressionScaledMeanSquaredErrorEvaluator.cs" />
204    <Compile Include="Symbolic\Interfaces\IMultiObjectiveSymbolicRegressionEvaluator.cs" />
205    <Compile Include="Symbolic\Interfaces\ISymbolicRegressionEvaluator.cs" />
206    <Compile Include="Symbolic\SymbolicRegressionProblem.cs" />
207    <Compile Include="Symbolic\MultiObjectiveSymbolicRegressionProblem.cs" />
208    <Compile Include="Symbolic\SimpleSymbolicRegressionEvaluator.cs" />
209    <Compile Include="Symbolic\SymbolicRegressionSolution.cs" />
210    <Compile Include="Symbolic\SymbolicRegressionModel.cs" />
211    <Compile Include="Symbolic\SymbolicRegressionProblemBase.cs">
212      <SubType>Code</SubType>
213    </Compile>
214  </ItemGroup>
215  <ItemGroup>
216    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
217      <Visible>False</Visible>
218      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
219      <Install>false</Install>
220    </BootstrapperPackage>
221    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
222      <Visible>False</Visible>
223      <ProductName>.NET Framework 3.5 SP1</ProductName>
224      <Install>true</Install>
225    </BootstrapperPackage>
226    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
227      <Visible>False</Visible>
228      <ProductName>Windows Installer 3.1</ProductName>
229      <Install>true</Install>
230    </BootstrapperPackage>
231  </ItemGroup>
232  <ItemGroup />
233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
234  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
235       Other similar extension points exist, see Microsoft.Common.targets.
236  <Target Name="BeforeBuild">
237  </Target>
238  <Target Name="AfterBuild">
239  </Target>
240  -->
241  <PropertyGroup>
242    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
243set ProjectDir=$(ProjectDir)
244set SolutionDir=$(SolutionDir)
245set Outdir=$(Outdir)
246
247call PreBuildEvent.cmd
248SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs"</PreBuildEvent>
249  </PropertyGroup>
250  <PropertyGroup>
251    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
252  </PropertyGroup>
253</Project>
Note: See TracBrowser for help on using the repository browser.