Free cookie consent management tool by TermsFeed Policy Generator

source: branches/sluengo/HeuristicLab.Problems.TradeRules/HeuristicLab.Problems.TradeRules-1.0.csproj @ 9499

Last change on this file since 9499 was 9499, checked in by sluengo, 11 years ago
File size: 8.8 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>{1DC59B4F-516F-40E3-B8CF-3900FA7D32BF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.TradeRules</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TradeRules-1.0</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>..\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>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core" />
36    <Reference Include="System.Drawing" />
37    <Reference Include="System.Xml.Linq" />
38    <Reference Include="System.Data.DataSetExtensions" />
39    <Reference Include="Microsoft.CSharp" />
40    <Reference Include="System.Data" />
41    <Reference Include="System.Xml" />
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="Evaluator\OnlineHeuristicTradeRulesCalculator.cs" />
45    <Compile Include="Symbols\AverageTrade.cs" />
46    <Compile Include="Symbols\BoolConstant.cs" />
47    <Compile Include="Symbols\BoolConstantTreeNode.cs" />
48    <Compile Include="Symbols\ConstantInt.cs" />
49    <Compile Include="Symbols\ConstantIntTreeNode.cs" />
50    <Compile Include="Evaluator\EvaluatorTradeRules.cs" />
51    <Compile Include="Grammar.cs" />
52    <Compile Include="Interpreter.cs" />
53    <Compile Include="Symbols\ITradeRulesExpresionTree.cs" />
54    <Compile Include="ITradeRulesModel.cs" />
55    <Compile Include="Solution\ITradeRulesSolution.cs" />
56    <Compile Include="Solution\ITradingRulesSolution.cs" />
57    <Compile Include="Symbols\Lag.cs" />
58    <Compile Include="Symbols\MACD.cs" />
59    <Compile Include="Symbols\Max.cs" />
60    <Compile Include="Symbols\Min.cs" />
61    <Compile Include="Evaluator\OnlineTradeRulesCalculator.cs" />
62    <Compile Include="Plugin.cs" />
63    <Compile Include="Properties\HeuristicLab.Problems.TradeRules-1.0.cs" />
64    <Compile Include="Evaluator\TradeRulesAnalysisEvaluator.cs" />
65    <Compile Include="Evaluator\TradeRulesAnalysisSingleObjectiveEvaluator.cs" />
66    <Compile Include="Evaluator\TradeRulesSingleObjectiveEvaluator.cs" />
67    <Compile Include="Problem\TradeAnalysisProblem.cs" />
68    <Compile Include="Problem\TradeRulesAbstractProblem.cs" />
69    <Compile Include="Problem\TradeRulesProblem.cs" />
70    <Compile Include="Symbols\RSI.cs" />
71    <Compile Include="TradeRulesSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
72    <Compile Include="TradeRulesSingleObjectiveValidationBestSolutionAnalyzer.cs" />
73    <Compile Include="Solution\TradeRulesSolution.cs" />
74    <Compile Include="Solution\TradeRulesSolutionBase.cs" />
75    <Compile Include="Solution\TradingRulesSolution.cs" />
76  </ItemGroup>
77  <ItemGroup>
78    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
79      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
80      <Name>HeuristicLab.Analysis-3.3</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
83      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
84      <Name>HeuristicLab.Collections-3.3</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
87      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
88      <Name>HeuristicLab.Common.Resources-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
91      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
92      <Name>HeuristicLab.Common-3.3</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
95      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
96      <Name>HeuristicLab.Core-3.3</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
99      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
100      <Name>HeuristicLab.Data-3.3</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
103      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
104      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
107      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
108      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
111      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
112      <Name>HeuristicLab.Operators-3.3</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
115      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
116      <Name>HeuristicLab.Optimization-3.3</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
119      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
120      <Name>HeuristicLab.Parameters-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
123      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
124      <Name>HeuristicLab.Persistence-3.3</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
127      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
128      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
131      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
132      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
135      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
136      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
139      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
140      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
143      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
144      <Name>HeuristicLab.Problems.Instances-3.3</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
147      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
148      <Name>HeuristicLab.Random-3.3</Name>
149    </ProjectReference>
150  </ItemGroup>
151  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152  <PropertyGroup>
153    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157</PreBuildEvent>
158  </PropertyGroup>
159  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160       Other similar extension points exist, see Microsoft.Common.targets.
161  <Target Name="BeforeBuild">
162  </Target>
163  <Target Name="AfterBuild">
164  </Target>
165  -->
166</Project>
Note: See TracBrowser for help on using the repository browser.