Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/13 16:01:05 (11 years ago)
Author:
ascheibe
Message:

#2069 added a view for displaying/reloading enemies

Location:
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3
Files:
2 added
2 edited

Legend:

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

    r9890 r9971  
    4646    <Reference Include="HeuristicLab.Common-3.3">
    4747      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     48      <Private>False</Private>
     49    </Reference>
     50    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     51      <SpecificVersion>False</SpecificVersion>
     52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    4853      <Private>False</Private>
    4954    </Reference>
     
    103108    <None Include="Plugin.cs.frame" />
    104109    <None Include="Properties\AssemblyInfo.cs.frame" />
     110    <Compile Include="EnemyCollectionView.cs">
     111      <SubType>UserControl</SubType>
     112    </Compile>
     113    <Compile Include="EnemyCollectionView.Designer.cs">
     114      <DependentUpon>EnemyCollectionView.cs</DependentUpon>
     115    </Compile>
    105116    <Compile Include="SolutionCodeView.cs">
    106117      <SubType>UserControl</SubType>
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/Plugin.cs.frame

    r9790 r9971  
    3737    [PluginDependency("HeuristicLab.Operators", "3.3")]
    3838    [PluginDependency("HeuristicLab.Common", "3.3")]
     39    [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3940    [PluginDependency("HeuristicLab.Collections", "3.3")]
    4041    [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
Note: See TracChangeset for help on using the changeset viewer.