Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj @ 9194

Last change on this file since 9194 was 9194, checked in by sforsten, 11 years ago

#1980:

  • added necessary interface ICondition, IAction, IInput
  • removed not used class MatchSelector and interface IMatchSelector
  • added constructors to ItemDictionary
  • added new encoding
File size: 8.4 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>{422FB262-0845-4969-8D16-12F057AA90B1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.ConditionActionEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.ConditionActionEncoding-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  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <Private>False</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
57    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
70    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="System" />
74    <Reference Include="System.Core" />
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Xml.Linq" />
77    <Reference Include="System.Data.DataSetExtensions" />
78    <Reference Include="Microsoft.CSharp" />
79    <Reference Include="System.Data" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="ActionSelection\ActionSelector.cs" />
84    <Compile Include="ActionSelection\OldActionSelector.cs" />
85    <Compile Include="ActionSelection\MaxValueActionSelector.cs" />
86    <Compile Include="ActionSelection\RandomActionSelector.cs" />
87    <Compile Include="Analyzer\BestTrainingXCSSolutionAnalyzer.cs" />
88    <Compile Include="Analyzer\CurrentXCSSolutionAnalyzer.cs" />
89    <Compile Include="Analyzer\XCSSolutionAnalyzer.cs" />
90    <Compile Include="Covering\CoveringOperator.cs" />
91    <Compile Include="Covering\DoDeletionBeforeCovering.cs" />
92    <Compile Include="Covering\ICovering.cs" />
93    <Compile Include="Covering\ICoveringSolutionCreator.cs" />
94    <Compile Include="Deletion\CalculateNumberOfDeletionsOperator.cs" />
95    <Compile Include="Deletion\XCSDeletionOperator.cs" />
96    <Compile Include="Evaluators\XCSEvaluator.cs" />
97    <Compile Include="Evaluators\IConditionActionEvaluator.cs" />
98    <Compile Include="Evaluators\IXCSEvaluator.cs" />
99    <Compile Include="GA\InsertInPopulationOperator.cs" />
100    <Compile Include="GA\XCSAfterCopyingParentOperator.cs" />
101    <Compile Include="GA\XCSAfterCrossoverOperator.cs" />
102    <Compile Include="IClassifier.cs" />
103    <Compile Include="Interfaces\IConditionActionModel.cs" />
104    <Compile Include="Interfaces\IConditionActionProblem.cs" />
105    <Compile Include="Interfaces\IConditionActionProblemData.cs" />
106    <Compile Include="Interfaces\IConditionActionSolution.cs" />
107    <Compile Include="Interfaces\IXCSModel.cs" />
108    <Compile Include="Interfaces\IXCSSolution.cs" />
109    <Compile Include="Operator\CalculateAccuracy.cs" />
110    <Compile Include="GA\XCSCheckIfGAShouldBeApplied.cs" />
111    <Compile Include="Operator\CountNumberOfUniqueActions.cs" />
112    <Compile Include="Operator\PredictionArrayCalculator.cs" />
113    <Compile Include="Operator\MatchActionOperator.cs" />
114    <Compile Include="Operator\MatchConditionOperator.cs" />
115    <Compile Include="Operator\SumAccuracy.cs" />
116    <Compile Include="GA\TempSubScopeIDAssigner.cs" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118    <Compile Include="Plugin.cs" />
119    <Compile Include="Reinforcement\ActionExecuter.cs" />
120    <Compile Include="Reinforcement\ClassifierFetcher.cs" />
121    <Compile Include="Reinforcement\IActionExecuter.cs" />
122    <Compile Include="Reinforcement\IClassifierFetcher.cs" />
123    <Compile Include="Selectors\PreservingRightReducer.cs" />
124    <Compile Include="Subsumption\ActionSetSubsumptionOperator.cs" />
125    <Compile Include="Subsumption\CheckGASubsumptionOperator.cs" />
126    <Compile Include="Subsumption\ExecuteGASubsumptionOperator.cs" />
127    <Compile Include="Subsumption\IActionSetSubsumption.cs" />
128    <Compile Include="XCSClassifier.cs" />
129    <Compile Include="XCSModel.cs" />
130    <Compile Include="XCSSolution.cs" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="HeuristicLab.snk" />
135    <None Include="Plugin.cs.frame" />
136  </ItemGroup>
137  <ItemGroup>
138    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
139      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
140      <Name>HeuristicLab.Core-3.3</Name>
141    </ProjectReference>
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <PropertyGroup>
145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146set ProjectDir=$(ProjectDir)
147set SolutionDir=$(SolutionDir)
148set Outdir=$(Outdir)
149
150call PreBuildEvent.cmd
151</PreBuildEvent>
152  </PropertyGroup>
153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154       Other similar extension points exist, see Microsoft.Common.targets.
155  <Target Name="BeforeBuild">
156  </Target>
157  <Target Name="AfterBuild">
158  </Target>
159  -->
160</Project>
Note: See TracBrowser for help on using the repository browser.