Free cookie consent management tool by TermsFeed Policy Generator

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

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