Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9779


Ignore:
Timestamp:
07/26/13 13:38:24 (11 years ago)
Author:
ascheibe
Message:

#2069 created an own plugin for the views

Location:
branches/Robocode.TrunkInt
Files:
14 added
8 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode

    • Property svn:ignore
      •  

        old new  
         1*.aps
         2*.eto
         3*.user
         4ClientBin
         5GeneratedArtifacts
         6Plugin.cs
        17[Bb]in
        2 obj
        38[Dd]ebug
        49[Rr]elease
        5 *.user
        6 *.aps
        7 *.eto
        8 ClientBin
        9 GeneratedArtifacts
        1010_Pvt_Extensions
         11obj
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.sln

    r9565 r9779  
    33# Visual Studio 2012
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode", "HeuristicLab.Problems.Robocode\HeuristicLab.Problems.Robocode.csproj", "{50776649-F3CF-459A-AE8C-146D1BFA64E4}"
     5EndProject
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode.Views", "HeuristicLab.Problems.Robocode.Views\HeuristicLab.Problems.Robocode.Views.csproj", "{8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}"
    57EndProject
    68Global
     
    2224    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x64.ActiveCfg = Release|Any CPU
    2325    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x86.ActiveCfg = Release|Any CPU
     26    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     27    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.Build.0 = Debug|Any CPU
     28    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x64.ActiveCfg = Debug|Any CPU
     29    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x86.ActiveCfg = Debug|Any CPU
     30    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.ActiveCfg = Release|Any CPU
     31    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.Build.0 = Release|Any CPU
     32    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x64.ActiveCfg = Release|Any CPU
     33    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x86.ActiveCfg = Release|Any CPU
    2434  EndGlobalSection
    2535  GlobalSection(SolutionProperties) = preSolution
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj

    r9763 r9779  
    3636    <Reference Include="HeuristicLab.Collections-3.3">
    3737      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     38      <Private>False</Private>
    3839    </Reference>
    3940    <Reference Include="HeuristicLab.Common-3.3">
    4041      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     42      <Private>False</Private>
    4143    </Reference>
    4244    <Reference Include="HeuristicLab.Core-3.3">
    4345      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     46      <Private>False</Private>
    4447    </Reference>
    4548    <Reference Include="HeuristicLab.Core.Views-3.3">
    4649      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     50      <Private>False</Private>
    4751    </Reference>
    4852    <Reference Include="HeuristicLab.Data-3.3">
    4953      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     54      <Private>False</Private>
    5055    </Reference>
    5156    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5257      <SpecificVersion>False</SpecificVersion>
    5358      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    54     </Reference>
    55     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
    56       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
    57     </Reference>
    58     <Reference Include="HeuristicLab.MainForm-3.3">
    59       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    60     </Reference>
    61     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    62       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     59      <Private>False</Private>
    6360    </Reference>
    6461    <Reference Include="HeuristicLab.Operators-3.3">
    6562      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     63      <Private>False</Private>
    6664    </Reference>
    6765    <Reference Include="HeuristicLab.Optimization-3.3">
    6866      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     67      <Private>False</Private>
    6968    </Reference>
    7069    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    7170      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     71      <Private>False</Private>
    7272    </Reference>
    7373    <Reference Include="HeuristicLab.Parameters-3.3">
    7474      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     75      <Private>False</Private>
    7576    </Reference>
    7677    <Reference Include="HeuristicLab.Persistence-3.3">
    7778      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     79      <Private>False</Private>
    7880    </Reference>
    7981    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    8082      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     83      <Private>False</Private>
    8184    </Reference>
    8285    <Reference Include="System" />
     
    101104    <None Include="Properties\AssemblyInfo.cs.frame" />
    102105    <Compile Include="Solution.cs" />
    103     <Compile Include="SolutionCodeView.cs">
    104       <SubType>UserControl</SubType>
    105     </Compile>
    106     <Compile Include="SolutionCodeView.Designer.cs">
    107       <DependentUpon>SolutionCodeView.cs</DependentUpon>
    108     </Compile>
    109     <Compile Include="SolutionProgramView.cs">
    110       <SubType>UserControl</SubType>
    111     </Compile>
    112     <Compile Include="SolutionProgramView.Designer.cs" />
    113106    <Compile Include="Symbols\Event Methods\Events\EmptyEvent.cs" />
    114107    <Compile Include="Symbols\Numerical Methods\INumericalMethod.cs" />
     
    122115    <Compile Include="Symbols\Abandoned\Constant.cs" />
    123116    <Compile Include="Symbols\Abandoned\ConstantTreeNode.cs" />
    124     <Compile Include="Symbols\CodeNodeView.cs">
    125       <SubType>UserControl</SubType>
    126     </Compile>
    127     <Compile Include="Symbols\CodeNodeView.Designer.cs">
    128       <DependentUpon>CodeNodeView.cs</DependentUpon>
    129     </Compile>
    130117    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Conjunction.cs" />
    131118    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Disjunction.cs" />
     
    183170  </ItemGroup>
    184171  <ItemGroup>
    185     <EmbeddedResource Include="SolutionCodeView.resx">
    186       <DependentUpon>SolutionCodeView.cs</DependentUpon>
    187     </EmbeddedResource>
    188     <EmbeddedResource Include="Symbols\CodeNodeView.resx">
    189       <DependentUpon>CodeNodeView.cs</DependentUpon>
    190     </EmbeddedResource>
    191   </ItemGroup>
    192   <ItemGroup>
    193172    <Content Include="External Evaluator\BattleRunner.java" />
    194173  </ItemGroup>
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/Properties

    • Property svn:ignore set to
      AssemblyInfo.cs
Note: See TracChangeset for help on using the changeset viewer.