Changeset 9796
- Timestamp:
- 07/27/13 21:00:28 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.DataAnalysis.Trading
- Files:
-
- 3 added
- 4 edited
- 2 copied
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading.Views/3.4/HeuristicLabProblemsDataAnalysisTradingViewsPlugin.cs.frame
r9743 r9796 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab.Problems.DataAnalysis.Trading {25 [Plugin("HeuristicLab.Problems.DataAnalysis.Trading ","Provides classes to optimizetrading rules.", "3.4.0.$WCREV$")]26 [PluginFile("HeuristicLab.Problems.DataAnalysis.Trading -3.4.dll", PluginFileType.Assembly)]24 namespace HeuristicLab.Problems.DataAnalysis.Trading.Views { 25 [Plugin("HeuristicLab.Problems.DataAnalysis.Trading.Views","Provides views for trading rules.", "3.4.0.$WCREV$")] 26 [PluginFile("HeuristicLab.Problems.DataAnalysis.Trading.Views-3.4.dll", PluginFileType.Assembly)] 27 27 28 28 [PluginDependency("HeuristicLab.Collections", "3.3")] … … 44 44 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views", "3.4")] 45 45 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 46 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Trading", "3.4")] 46 47 [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")] 47 public class HeuristicLabProblemsDataAnalysisSymbolicTrading Plugin : PluginBase {48 public class HeuristicLabProblemsDataAnalysisSymbolicTradingViewsPlugin : PluginBase { 48 49 } 49 50 } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading.sln
r6127 r9796 1 1 2 Microsoft Visual Studio Solution File, Format Version 1 1.003 # Visual Studio 201 02 Microsoft Visual Studio Solution File, Format Version 12.00 3 # Visual Studio 2012 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Trading-3.4", "HeuristicLab.Problems.DataAnalysis.Trading\3.4\HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj", "{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}" 5 5 EndProject … … 14 14 PreBuildEvent.cmd = PreBuildEvent.cmd 15 15 EndProjectSection 16 EndProject 17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Trading.Views-3.4", "HeuristicLab.Problems.DataAnalysis.Trading.Views\3.4\HeuristicLab.Problems.DataAnalysis.Trading.Views-3.4.csproj", "{CB3D0A1E-1BE8-476B-A53C-2B189E30064F}" 16 18 EndProject 17 19 Global … … 45 47 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|x64.ActiveCfg = Release|Any CPU 46 48 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|x86.ActiveCfg = Release|Any CPU 49 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 50 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|Any CPU.Build.0 = Debug|Any CPU 51 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|x64.ActiveCfg = Debug|x64 52 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|x64.Build.0 = Debug|x64 53 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|x86.ActiveCfg = Debug|x86 54 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Debug|x86.Build.0 = Debug|x86 55 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|Any CPU.ActiveCfg = Release|Any CPU 56 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|Any CPU.Build.0 = Release|Any CPU 57 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x64.ActiveCfg = Release|x64 58 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x64.Build.0 = Release|x64 59 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x86.ActiveCfg = Release|x86 60 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x86.Build.0 = Release|x86 47 61 EndGlobalSection 48 62 GlobalSection(SolutionProperties) = preSolution -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj
r9745 r9796 99 99 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 100 100 </Reference> 101 <Reference Include="HeuristicLab.Common.Resources-3.3">102 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>103 </Reference>104 101 <Reference Include="HeuristicLab.Core-3.3"> 105 102 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 106 103 </Reference> 107 <Reference Include="HeuristicLab.Core.Views-3.3">108 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>109 </Reference>110 104 <Reference Include="HeuristicLab.Data-3.3"> 111 105 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> … … 114 108 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 115 109 </Reference> 116 <Reference Include="HeuristicLab.MainForm-3.3">117 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>118 </Reference>119 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">120 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>121 </Reference>122 110 <Reference Include="HeuristicLab.Operators-3.3"> 123 111 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> … … 141 129 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 142 130 </Reference> 143 <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">144 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>145 </Reference>146 131 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 147 132 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 148 </Reference>149 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">150 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>151 133 </Reference> 152 134 <Reference Include="System" /> … … 155 137 </Reference> 156 138 <Reference Include="System.Drawing" /> 157 <Reference Include="System.Windows.Forms" />158 <Reference Include="System.Windows.Forms.DataVisualization" />159 139 </ItemGroup> 160 140 <ItemGroup> … … 181 161 <Compile Include="Symbolic\SingleObjective\ValidationBestSolutionAnalyzer.cs" /> 182 162 <Compile Include="Symbolic\Solution.cs" /> 183 <Compile Include="Symbolic\Views\SolutionView.cs">184 <SubType>UserControl</SubType>185 </Compile>186 <Compile Include="Symbolic\Views\SolutionView.Designer.cs">187 <DependentUpon>SolutionView.cs</DependentUpon>188 </Compile>189 <Compile Include="Views\ISolutionEvaluationView.cs" />190 <Compile Include="Views\SolutionLineChartView.cs">191 <SubType>UserControl</SubType>192 </Compile>193 <Compile Include="Views\SolutionLineChartView.Designer.cs">194 <DependentUpon>SolutionLineChartView.cs</DependentUpon>195 </Compile>196 <Compile Include="Views\SolutionView.cs">197 <SubType>UserControl</SubType>198 </Compile>199 <Compile Include="Views\SolutionView.Designer.cs">200 <DependentUpon>SolutionView.cs</DependentUpon>201 </Compile>202 163 <None Include="HeuristicLab.snk" /> 203 164 <None Include="HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame" /> … … 238 199 239 200 call PreBuildEvent.cmd 240 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisTradingPlugin.cs"</PreBuildEvent>201 </PreBuildEvent> 241 202 </PropertyGroup> 242 203 </Project> -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame
r9743 r9796 28 28 [PluginDependency("HeuristicLab.Collections", "3.3")] 29 29 [PluginDependency("HeuristicLab.Common", "3.3")] 30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]31 30 [PluginDependency("HeuristicLab.Core", "3.3")] 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")]33 31 [PluginDependency("HeuristicLab.Data", "3.3")] 34 [PluginDependency("HeuristicLab.Data.Views", "3.3")]35 32 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] 36 [PluginDependency("HeuristicLab.MainForm", "3.3")]37 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]38 33 [PluginDependency("HeuristicLab.Operators", "3.3")] 39 34 [PluginDependency("HeuristicLab.Optimization", "3.3")] … … 42 37 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 43 38 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")] 44 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views", "3.4")]45 39 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 46 [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]47 40 public class HeuristicLabProblemsDataAnalysisSymbolicTradingPlugin : PluginBase { 48 41 } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/PreBuildEvent.cmd
r9176 r9796 1 1 IF EXIST "%ProjectDir%\Properties\AssemblyInfo.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs" 2 IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling 2 3 IF EXIST "%ProjectDir%\Plugin.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Plugin.cs.frame" "%ProjectDir%\Plugin.cs" 4 IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling 5 GOTO Done 6 7 :Error_Handling 8 ECHO There was an error while running subwcrev. Please verify that the *.cs.frame files have been correctly converted to *.cs files, otherwise HeuristicLab won't build. 9 exit 0 10 11 :Done
Note: See TracChangeset
for help on using the changeset viewer.