Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj @ 395

Last change on this file since 395 was 395, checked in by gkronber, 16 years ago

added evaluator for mean absolute percentage error and added a parameter for the evaluator for theil's inequality to determine whether to calculate the coefficient for the change or for the absolute value

File size: 7.1 KB
RevLine 
[2]1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{5948F299-0A5E-43B9-8F17-2D15298EEC34}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.StructureIdentification</RootNamespace>
11    <AssemblyName>HeuristicLab.StructureIdentification</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
[4]37    <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification.XML</DocumentationFile>
[2]38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Data" />
45    <Reference Include="System.Drawing" />
46    <Reference Include="System.Windows.Forms" />
47    <Reference Include="System.XML" />
48  </ItemGroup>
49  <ItemGroup>
[395]50    <Compile Include="Evaluation\MeanAbsolutePercentageErrorEvaluator.cs" />
[369]51    <Compile Include="Evaluation\TheilInequalityCoefficientEvaluator.cs" />
[363]52    <Compile Include="Evaluation\SimpleEvaluator.cs" />
[286]53    <Compile Include="ProbabilisticTreeCreator.cs" />
[2]54    <Compile Include="Evaluation\CoefficientOfDeterminationEvaluator.cs" />
[169]55    <Compile Include="Evaluation\MCCEvaluator.cs" />
[128]56    <Compile Include="Evaluation\GPEvaluatorBase.cs" />
57    <Compile Include="Evaluation\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
[2]58    <Compile Include="Evaluation\MeanSquaredErrorEvaluator.cs" />
59    <Compile Include="Evaluation\VarianceAccountedForEvaluator.cs" />
60    <Compile Include="GPOperatorGroup.cs" />
61    <Compile Include="GPOperatorLibrary.cs" />
62    <Compile Include="GPOperatorLibraryEditor.cs">
63      <SubType>UserControl</SubType>
64    </Compile>
65    <Compile Include="GPOperatorLibraryEditor.designer.cs">
66      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
67    </Compile>
68    <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
69    <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
70    <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
71    <Compile Include="Manipulation\FullTreeShaker.cs" />
72    <Compile Include="Manipulation\OnePointShaker.cs" />
73    <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
74    <Compile Include="HeuristicLabStructureIdentificationPlugin.cs" />
75    <Compile Include="Properties\AssemblyInfo.cs" />
[287]76    <Compile Include="RampedTreeCreator.cs" />
[158]77    <Compile Include="Recombination\SizeFairCrossOver.cs" />
[2]78    <Compile Include="TreeGardener.cs" />
79    <Compile Include="StructIdProblemInjector.cs" />
80    <Compile Include="StructIdProblemInjectorView.cs">
81      <SubType>UserControl</SubType>
82    </Compile>
83    <Compile Include="StructIdProblemInjectorView.Designer.cs">
84      <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
89      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
90      <Name>HeuristicLab.Constraints</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
93      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
94      <Name>HeuristicLab.Core</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
97      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
98      <Name>HeuristicLab.DataAnalysis</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
101      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
102      <Name>HeuristicLab.Data</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.Functions\HeuristicLab.Functions.csproj">
105      <Project>{B95CA6E2-34BC-4430-994D-BD6E99375319}</Project>
106      <Name>HeuristicLab.Functions</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
109      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
110      <Name>HeuristicLab.Operators</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
113      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
114      <Name>HeuristicLab.PluginInfrastructure</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
117      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
118      <Name>HeuristicLab.Random</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
121      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
122      <Name>HeuristicLab.Selection</Name>
123    </ProjectReference>
124  </ItemGroup>
125  <ItemGroup>
126    <None Include="HeuristicLab.snk" />
[30]127    <None Include="Properties\AssemblyInfo.frame" />
[2]128  </ItemGroup>
129  <ItemGroup>
130    <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
131      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
132      <SubType>Designer</SubType>
133    </EmbeddedResource>
134    <EmbeddedResource Include="StructIdProblemInjectorView.resx">
135      <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
136      <SubType>Designer</SubType>
137    </EmbeddedResource>
138  </ItemGroup>
139  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
140  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141       Other similar extension points exist, see Microsoft.Common.targets.
142  <Target Name="BeforeBuild">
143  </Target>
144  <Target Name="AfterBuild">
145  </Target>
146  -->
[30]147  <PropertyGroup>
148    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
149  </PropertyGroup>
[2]150</Project>
Note: See TracBrowser for help on using the repository browser.