Changeset 5840
- Timestamp:
- 03/28/11 17:01:42 (14 years ago)
- Location:
- branches/QAP
- Files:
-
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAP/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r5785 r5840 154 154 <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon> 155 155 </Compile> 156 <Compile Include="CoordinatesHistoryView.cs">157 <SubType>UserControl</SubType>158 </Compile>159 <Compile Include="CoordinatesHistoryView.Designer.cs">160 <DependentUpon>CoordinatesHistoryView.cs</DependentUpon>161 </Compile>162 <Compile Include="CoordinatesView.cs">163 <SubType>UserControl</SubType>164 </Compile>165 <Compile Include="CoordinatesView.Designer.cs">166 <DependentUpon>CoordinatesView.cs</DependentUpon>167 </Compile>168 156 <Compile Include="HeatMapHistoryView.cs"> 169 157 <SubType>UserControl</SubType> … … 233 221 </ItemGroup> 234 222 <ItemGroup> 235 <EmbeddedResource Include="CoordinatesView.resx">236 <DependentUpon>CoordinatesView.cs</DependentUpon>237 </EmbeddedResource>238 223 <EmbeddedResource Include="HeatMapView.resx"> 239 224 <DependentUpon>HeatMapView.cs</DependentUpon> -
branches/QAP/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r5785 r5840 159 159 <Compile Include="DataVisualization\HeatMap.cs" /> 160 160 <Compile Include="DataVisualization\HeatMapHistory.cs" /> 161 <Compile Include="MultidimensionalScaling\CoordinatesHistory.cs" />162 161 <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" /> 163 <Compile Include="MultidimensionalScaling\PopulationDiversityMDSAnalyzer.cs" />164 162 <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" /> 165 163 <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.