Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9262 was 9262, checked in by sluengo, 11 years ago
File size: 7.5 KB
RevLine 
[9139]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="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Collections-3.3">
39      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Common-3.3">
42      <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Core-3.3">
49      <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
55      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Operators-3.3">
58      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
61      <HintPath>..\bin\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Optimization-3.3">
64      <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Optimizer-3.3">
67      <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Parameters-3.3">
70      <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Persistence-3.3">
73      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
76      <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Problems.Instances-3.3">
83      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Random-3.3">
86      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Drawing" />
91    <Reference Include="System.Xml.Linq" />
92    <Reference Include="System.Data.DataSetExtensions" />
93    <Reference Include="Microsoft.CSharp" />
94    <Reference Include="System.Data" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
[9262]98    <Compile Include="Symbols\AverageTrade.cs" />
99    <Compile Include="Symbols\BoolConstant.cs" />
100    <Compile Include="Symbols\BoolConstantTreeNode.cs" />
101    <Compile Include="Symbols\ConstantInt.cs" />
102    <Compile Include="Symbols\ConstantIntTreeNode.cs" />
103    <Compile Include="Evaluator\EvaluatorTradeRules.cs" />
[9139]104    <Compile Include="Grammar.cs" />
105    <Compile Include="Interpreter.cs" />
[9262]106    <Compile Include="Symbols\ITradeRulesExpresionTree.cs" />
107    <Compile Include="ITradeRulesModel.cs" />
108    <Compile Include="Solution\ITradeRulesSolution.cs" />
109    <Compile Include="Solution\ITradingRulesSolution.cs" />
110    <Compile Include="Symbols\Lag.cs" />
111    <Compile Include="Symbols\MACD.cs" />
112    <Compile Include="Symbols\MACDTreeNode.cs" />
113    <Compile Include="Symbols\Max.cs" />
114    <Compile Include="Symbols\Min.cs" />
115    <Compile Include="Evaluator\OnlineTradeRulesCalculator.cs" />
[9139]116    <Compile Include="Plugin.cs" />
117    <Compile Include="Properties\HeuristicLab.Problems.TradeRules-1.0.cs" />
[9262]118    <Compile Include="Symbols\RSI.cs" />
119    <Compile Include="Evaluator\TradeRulesAnalysisEvaluator.cs" />
120    <Compile Include="Evaluator\TradeRulesAnalysisSingleObjectiveEvaluator.cs" />
121    <Compile Include="Evaluator\TradeRulesSingleObjectiveEvaluator.cs" />
122    <Compile Include="Problem\TradeAnalysisProblem.cs" />
123    <Compile Include="Problem\TradeRulesAbstractProblem.cs" />
124    <Compile Include="Problem\TradeRulesProblem.cs" />
125    <Compile Include="TradeRulesSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
126    <Compile Include="TradeRulesSingleObjectiveValidationBestSolutionAnalyzer.cs" />
127    <Compile Include="Solution\TradeRulesSolution.cs" />
128    <Compile Include="Solution\TradeRulesSolutionBase.cs" />
129    <Compile Include="Solution\TradingRulesSolution.cs" />
[9139]130  </ItemGroup>
131  <ItemGroup>
132    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
133      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
134      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
137      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
138      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
139    </ProjectReference>
140  </ItemGroup>
141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.