Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4196


Ignore:
Timestamp:
08/11/10 13:02:38 (14 years ago)
Author:
gkronber
Message:

Created a feature/exploration branch for new data analysis features #1142

Location:
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r4065 r4196  
    9191  </PropertyGroup>
    9292  <ItemGroup>
     93    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    9394    <Reference Include="System" />
    9495    <Reference Include="System.Core">
     
    111112    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
    112113    <None Include="Properties\AssemblyInfo.frame" />
     114    <Compile Include="RunCollectionValidationTrajectoryView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs">
     118      <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon>
     119    </Compile>
     120    <Compile Include="RunCollectionValidationStatisticsView.cs">
     121      <SubType>UserControl</SubType>
     122    </Compile>
     123    <Compile Include="RunCollectionValidationStatisticsView.Designer.cs">
     124      <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon>
     125    </Compile>
     126    <Compile Include="DataAnalysisProblemDataCorrelationsView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs">
     130      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
     131    </Compile>
     132    <Compile Include="RunCollectionMonteCarloVariableImpactView.cs">
     133      <SubType>UserControl</SubType>
     134    </Compile>
     135    <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs">
     136      <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon>
     137    </Compile>
     138    <Compile Include="RunCollectionWinklerVariableImpactView.cs">
     139      <SubType>UserControl</SubType>
     140    </Compile>
     141    <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs">
     142      <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon>
     143    </Compile>
    113144    <Compile Include="DataAnalysisSolutionView.cs">
    114145      <SubType>UserControl</SubType>
     
    211242  </ItemGroup>
    212243  <ItemGroup>
     244    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     245      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     246      <Name>HeuristicLab.Analysis-3.3</Name>
     247    </ProjectReference>
    213248    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    214249      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    258293      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    259294      <Name>HeuristicLab.Operators-3.3</Name>
     295    </ProjectReference>
     296    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     297      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     298      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    260299    </ProjectReference>
    261300    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     
    300339      <Install>true</Install>
    301340    </BootstrapperPackage>
     341  </ItemGroup>
     342  <ItemGroup>
     343    <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx">
     344      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
     345    </EmbeddedResource>
    302346  </ItemGroup>
    303347  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.