Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/16/15 10:46:44 (9 years ago)
Author:
gkronber
Message:

#2069: cleaned code and renamed files

File:
1 edited

Legend:

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

    r11628 r13018  
    8282      <Private>False</Private>
    8383    </Reference>
    84     <Reference Include="HeuristicLab.Operators-3.3">
    85       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    86       <Private>False</Private>
    87     </Reference>
    88     <Reference Include="HeuristicLab.Optimization-3.3">
    89       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    90       <Private>False</Private>
    91     </Reference>
    9284    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    9385      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     
    9890    <Reference Include="System.Drawing" />
    9991    <Reference Include="System.Windows.Forms" />
    100     <Reference Include="System.Xml.Linq" />
    101     <Reference Include="System.Data.DataSetExtensions" />
    102     <Reference Include="Microsoft.CSharp" />
    103     <Reference Include="System.Data" />
    104     <Reference Include="System.Xml" />
    10592  </ItemGroup>
    10693  <ItemGroup>
     
    113100    <Compile Include="BattleRunnerDialog.Designer.cs">
    114101      <DependentUpon>BattleRunnerDialog.cs</DependentUpon>
     102    </Compile>
     103    <Compile Include="CodeSymbolView.cs" />
     104    <Compile Include="CodeSymbolView.Designer.cs">
     105      <DependentUpon>CodeSymbolView.cs</DependentUpon>
    115106    </Compile>
    116107    <Compile Include="EnemyCollectionView.cs">
     
    134125    <Compile Include="Plugin.cs" />
    135126    <Compile Include="Properties\AssemblyInfo.cs" />
    136     <Compile Include="CodeNodeView.cs">
    137       <SubType>UserControl</SubType>
    138     </Compile>
    139     <Compile Include="CodeNodeView.Designer.cs">
    140       <DependentUpon>CodeNodeView.cs</DependentUpon>
    141     </Compile>
    142127  </ItemGroup>
    143128  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.