- Timestamp:
- 10/18/13 08:15:50 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.GPDL
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GPDL/CodeGenerator
-
Property
svn:ignore
set to
bin
obj
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Attribute.cs
r10051 r10063 21 21 22 22 using System; 23 using HeuristicLab.PluginInfrastructure;24 23 25 24 namespace HeuristicLab.Grammars { -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj
r10062 r10063 97 97 </PropertyGroup> 98 98 <ItemGroup> 99 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">100 <SpecificVersion>False</SpecificVersion>101 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>102 </Reference>103 99 <Reference Include="System" /> 104 100 <Reference Include="System.Core"> … … 117 113 <Compile Include="Interfaces\ISymbol.cs" /> 118 114 <Compile Include="Interfaces\IGrammar.cs" /> 119 <Compile Include="Plugin.cs" />120 115 <Compile Include="Properties\AssemblyInfo.cs" /> 121 116 </ItemGroup> -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Sequence.cs
r10051 r10063 23 23 using System.Linq; 24 24 using System.Text; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 namespace HeuristicLab.Grammars { -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Symbol.cs
r10051 r10063 21 21 22 22 using System; 23 using HeuristicLab.PluginInfrastructure;24 25 23 namespace HeuristicLab.Grammars { 26 24 public class Symbol : ISymbol, IEquatable<ISymbol> { -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/Test.cs
r10051 r10063 23 23 using System.Diagnostics; 24 24 using System.Linq; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 namespace HeuristicLab.Grammars {
Note: See TracChangeset
for help on using the changeset viewer.