Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/10/12 11:45:31 (12 years ago)
Author:
ascheibe
Message:

#1331 added Scatter Search sample

File:
1 edited

Legend:

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

    r8600 r8775  
    125125    <EmbeddedResource Include="Documents\PSO_Schwefel.hl" />
    126126    <EmbeddedResource Include="Documents\TS_VRP.hl" />
     127    <EmbeddedResource Include="Documents\SS_VRP.hl" />
    127128    <None Include="Plugin.cs.frame" />
    128129    <Compile Include="DefineArithmeticProgressionDialog.cs">
     
    340341  -->
    341342  <PropertyGroup>
    342    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     343    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    343344set ProjectDir=$(ProjectDir)
    344345set SolutionDir=$(SolutionDir)
     
    347348call PreBuildEvent.cmd
    348349</PreBuildEvent>
    349 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     350    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    350351export ProjectDir=$(ProjectDir)
    351352export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.