Changeset 15244 for stable/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj
- Timestamp:
- 07/14/17 14:01:11 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15178-15180,15203,15205-15206,15221,15226,15236
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj
r14165 r15244 105 105 <Reference Include="System.Drawing" /> 106 106 <Reference Include="System.Windows.Forms" /> 107 <Reference Include="System.Windows.Forms.DataVisualization" /> 108 <Reference Include="System.Xml.Linq"> 109 <RequiredTargetFramework>3.5</RequiredTargetFramework> 110 </Reference> 111 <Reference Include="System.Data.DataSetExtensions"> 112 <RequiredTargetFramework>3.5</RequiredTargetFramework> 113 </Reference> 114 <Reference Include="System.Data" /> 115 <Reference Include="System.Xml" /> 116 </ItemGroup> 117 <ItemGroup> 118 <Compile Include="MultiObjectiveTestFunctionParetoFrontScatterPlotView.cs"> 107 </ItemGroup> 108 <ItemGroup> 109 <Compile Include="ParetoFrontScatterPlotView.cs"> 119 110 <SubType>UserControl</SubType> 120 111 </Compile> 121 <Compile Include=" MultiObjectiveTestFunctionParetoFrontScatterPlotView.Designer.cs">122 <DependentUpon> MultiObjectiveTestFunctionParetoFrontScatterPlotView.cs</DependentUpon>112 <Compile Include="ParetoFrontScatterPlotView.Designer.cs"> 113 <DependentUpon>ParetoFrontScatterPlotView.cs</DependentUpon> 123 114 </Compile> 124 115 <Compile Include="Plugin.cs" /> … … 143 134 </ItemGroup> 144 135 <ItemGroup> 136 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 137 <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project> 138 <Name>HeuristicLab.Analysis.Views-3.3</Name> 139 <Private>False</Private> 140 </ProjectReference> 141 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 142 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 143 <Name>HeuristicLab.Analysis-3.3</Name> 144 <Private>False</Private> 145 </ProjectReference> 145 146 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 146 147 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 211 212 <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project> 212 213 <Name>HeuristicLab.Problems.TestFunctions-3.3</Name> 213 <Private>False</Private>214 </ProjectReference>215 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">216 <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>217 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>218 214 <Private>False</Private> 219 215 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.