Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 14:34:18 (14 years ago)
Author:
epitzer
Message:

towards migration of ProgrammableOperator to HL 3.3 (#842)

Location:
trunk/sources/HeuristicLab.Operators.Programmable/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3

    • Property svn:ignore
      •  

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

    r2520 r2799  
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <None Include="HeuristicLabOperatorsProgrammablePlugin.cs.frame" />
    8788    <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
    8889    <Compile Include="ProgrammableOperator.cs" />
     
    100101  </ItemGroup>
    101102  <ItemGroup>
     103    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.2\HeuristicLab.CodeEditor-3.2.csproj">
     104      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
     105      <Name>HeuristicLab.CodeEditor-3.2</Name>
     106    </ProjectReference>
     107    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     108      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     109      <Name>HeuristicLab.Collections-3.3</Name>
     110    </ProjectReference>
    102111    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    103112      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     
    153162set Outdir=$(Outdir)
    154163
    155 call PreBuildEvent.cmd</PreBuildEvent>
     164call PreBuildEvent.cmd
     165SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs"</PreBuildEvent>
    156166  </PropertyGroup>
    157167</Project>
Note: See TracChangeset for help on using the changeset viewer.