Changeset 3408
- Timestamp:
- 04/19/10 10:16:56 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj
r3384 r3408 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>HeuristicLab.Problems.DataAnalysis </RootNamespace>12 <AssemblyName>HeuristicLab.Problems.DataAnalysis -3.3</AssemblyName>11 <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace> 12 <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 85 85 <None Include="Properties\AssemblyInfo.frame" /> 86 86 <Compile Include="DataAnalysisProblemDataView.cs"> 87 <SubType>UserControl</SubType>88 87 </Compile> 89 88 <Compile Include="DataAnalysisProblemDataView.Designer.cs"> … … 98 97 <Name>HeuristicLab.Collections-3.3</Name> 99 98 </ProjectReference> 100 <ProjectReference Include="..\..\HeuristicLab.Common\3. 3\HeuristicLab.Common-3.3.csproj">101 <Project>{ A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>102 <Name>HeuristicLab.Common-3. 3</Name>99 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 100 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 101 <Name>HeuristicLab.Common-3.2</Name> 103 102 </ProjectReference> 104 103 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
r3384 r3408 84 84 <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" /> 85 85 <None Include="Properties\AssemblyInfo.frame" /> 86 <Compile Include="DataAnalysisSolution.cs" /> 86 87 <Compile Include="CsvFileParser.cs" /> 87 88 <Compile Include="DataAnalysisProblem.cs" /> … … 92 93 <Compile Include="Evaluators\SimpleMSEEvaluator.cs" /> 93 94 <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" /> 95 <Compile Include="Interfaces\IPredictor.cs" /> 94 96 <Compile Include="MatrixExtensions.cs" /> 95 97 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.