Changeset 5617
- Timestamp:
- 03/07/11 13:04:58 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r5484 r5617 114 114 </ItemGroup> 115 115 <ItemGroup> 116 <Compile Include="CrossValidationView.cs"> 117 <SubType>UserControl</SubType> 118 </Compile> 119 <Compile Include="CrossValidationView.Designer.cs"> 120 <DependentUpon>CrossValidationView.cs</DependentUpon> 121 </Compile> 116 122 <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" /> 117 123 <Compile Include="Properties\AssemblyInfo.cs" /> -
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r5519 r5617 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include="CrossValidation.cs"> 110 <SubType>Code</SubType> 111 </Compile> 109 112 <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" /> 113 <Compile Include="FixedDataAnalysisAlgorithm.cs" /> 114 <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" /> 115 <Compile Include="Linear\LinearRegression.cs"> 116 <SubType>Code</SubType> 117 </Compile> 118 <Compile Include="Linear\LinearRegressionUtil.cs"> 119 <SubType>Code</SubType> 120 </Compile> 110 121 <Compile Include="Properties\AssemblyInfo.cs" /> 111 122 </ItemGroup> … … 135 146 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 136 147 </ProjectReference> 148 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 149 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 150 <Name>ALGLIB-3.1.0</Name> 151 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 153 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 154 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 155 </ProjectReference> 137 156 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 138 157 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> … … 154 173 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 155 174 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 175 </ProjectReference> 176 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 177 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project> 178 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 156 179 </ProjectReference> 157 180 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> … … 182 205 </BootstrapperPackage> 183 206 </ItemGroup> 207 <ItemGroup /> 184 208 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 185 209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.