Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/10/10 03:39:02 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
Location:
trunk/sources/HeuristicLab.Random/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabRandomPlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj

    r2524 r2773  
    8585  </ItemGroup>
    8686  <ItemGroup>
    87     <Compile Include="UniformRandomAdder.cs" />
    88     <Compile Include="NormalRandomAdder.cs" />
     87    <None Include="HeuristicLabRandomPlugin.cs.frame" />
     88    <Compile Include="RandomInitializer.cs" />
    8989    <Compile Include="HeuristicLabRandomPlugin.cs" />
    90     <Compile Include="MersenneTwister.cs" />
    91     <Compile Include="NormalDistributedRandom.cs" />
    92     <Compile Include="NormalRandomizer.cs" />
     90    <Compile Include="MersenneTwister.cs">
     91      <SubType>Code</SubType>
     92    </Compile>
     93    <Compile Include="NormalDistributedRandom.cs">
     94      <SubType>Code</SubType>
     95    </Compile>
    9396    <Compile Include="Properties\AssemblyInfo.cs" />
    94     <Compile Include="RandomInjector.cs" />
    95     <Compile Include="UniformRandomizer.cs" />
    9697  </ItemGroup>
    9798  <ItemGroup>
     99    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     100      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     101      <Name>HeuristicLab.Collections-3.3</Name>
     102    </ProjectReference>
    98103    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    99104      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     
    107112      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    108113      <Name>HeuristicLab.Operators-3.3</Name>
     114    </ProjectReference>
     115    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     116      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     117      <Name>HeuristicLab.Parameters-3.3</Name>
    109118    </ProjectReference>
    110119    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     
    135144set Outdir=$(Outdir)
    136145
    137 call PreBuildEvent.cmd</PreBuildEvent>
     146call PreBuildEvent.cmd
     147SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs"</PreBuildEvent>
    138148  </PropertyGroup>
    139149</Project>
Note: See TracChangeset for help on using the changeset viewer.