Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/17/11 13:54:00 (13 years ago)
Author:
epitzer
Message:

Add RunCollectionValueRemover modifier and disallow name change in RunCollectionFuzzifier (#1622)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r6663 r6665  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="RunCollectionValueRemover.cs" />
    113114    <Compile Include="IRunCollectionModifier.cs" />
    114115    <None Include="HeuristicLabOptimizationPlugin.cs.frame" />
     
    249250    </BootstrapperPackage>
    250251  </ItemGroup>
    251   <ItemGroup>
    252     <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.dll" />
    253     <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.pdb" />
    254     <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.dll" />
    255     <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.pdb" />
    256     <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.dll" />
    257     <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.pdb" />
    258     <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.dll" />
    259     <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.pdb" />
    260     <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.dll" />
    261     <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.pdb" />
    262     <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.dll" />
    263     <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.pdb" />
    264     <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.dll" />
    265     <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.pdb" />
    266     <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.dll" />
    267     <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.pdb" />
    268     <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.dll" />
    269     <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.pdb" />
    270     <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.dll" />
    271     <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.pdb" />
    272     <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib License.txt" />
    273     <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib.dll" />
    274   </ItemGroup>
    275   <ItemGroup>
    276     <Folder Include="bin\Debug\" />
    277     <Folder Include="bin\Release\" />
    278     <Folder Include="bin\x64\Debug\" />
    279     <Folder Include="bin\x64\Release\" />
    280     <Folder Include="bin\x86\Release\" />
    281   </ItemGroup>
     252  <ItemGroup />
    282253  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    283254  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.