Changeset 14071
- Timestamp:
- 07/14/16 16:17:03 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 deleted
- 4 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r13666 r14071 166 166 <DependentUpon>ExperimentListView.cs</DependentUpon> 167 167 </Compile> 168 <Compile Include="ResultParameterView.cs"> 169 <SubType>UserControl</SubType> 170 </Compile> 171 <Compile Include="ResultParameterView.Designer.cs"> 172 <DependentUpon>ResultParameterView.cs</DependentUpon> 173 </Compile> 168 174 <Compile Include="MultiEncodingView.cs"> 169 175 <SubType>UserControl</SubType> … … 405 411 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 406 412 <Name>HeuristicLab.Optimization-3.3</Name> 413 <Private>False</Private> 414 </ProjectReference> 415 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj"> 416 <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project> 417 <Name>HeuristicLab.Parameters.Views-3.3</Name> 418 <Private>False</Private> 419 </ProjectReference> 420 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 421 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 422 <Name>HeuristicLab.Parameters-3.3</Name> 407 423 <Private>False</Private> 408 424 </ProjectReference> -
trunk/sources/HeuristicLab.Optimization.Views/3.3/Plugin.cs.frame
r13321 r14071 39 39 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 40 40 [PluginDependency("HeuristicLab.Optimization", "3.3")] 41 [PluginDependency("HeuristicLab.Parameters.Views", "3.3")] 41 42 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 42 43 [PluginDependency("HeuristicLab.Problems.Instances.Views", "3.3")] -
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r13540 r14071 156 156 <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" /> 157 157 <Compile Include="Interfaces\IMultiObjectiveOperator.cs" /> 158 <Compile Include="Results\IResultParameter.cs" /> 158 159 <Compile Include="Interfaces\ISingleObjectiveOperator.cs" /> 159 160 <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" /> … … 169 170 <Compile Include="MetaOptimizers\Experiment.cs" /> 170 171 <Compile Include="MetaOptimizers\TimeLimitRun.cs" /> 172 <Compile Include="Results\ResultParameter.cs" /> 171 173 <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" /> 172 174 <Compile Include="Plugin.cs" /> … … 230 232 <Compile Include="RunCollection.cs" /> 231 233 <Compile Include="Run.cs" /> 232 <Compile Include=" Interfaces\IResult.cs" />234 <Compile Include="Results\IResult.cs" /> 233 235 <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" /> 234 236 <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" /> … … 254 256 <Compile Include="Interfaces\ITabuChecker.cs" /> 255 257 <Compile Include="Interfaces\ITabuMaker.cs" /> 256 <Compile Include="Result .cs" />258 <Compile Include="Results\Result.cs" /> 257 259 <Compile Include="Algorithms\UserDefinedAlgorithm.cs" /> 258 260 <Compile Include="Algorithms\EngineAlgorithm.cs" /> 259 261 <Compile Include="Properties\AssemblyInfo.cs" /> 260 <Compile Include="Result Collection.cs" />262 <Compile Include="Results\ResultCollection.cs" /> 261 263 <Compile Include="Problems\UserDefinedProblem.cs" /> 262 264 </ItemGroup> -
trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj
r11623 r14071 217 217 <Private>False</Private> 218 218 </ProjectReference> 219 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">220 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>221 <Name>HeuristicLab.Optimization.Views-3.3</Name>222 <Private>False</Private>223 </ProjectReference>224 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">225 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>226 <Name>HeuristicLab.Optimization-3.3</Name>227 <Private>False</Private>228 </ProjectReference>229 219 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 230 220 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
Note: See TracChangeset
for help on using the changeset viewer.