Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/12 14:53:54 (11 years ago)
Author:
abeham
Message:

#1985:

  • Added camera icon
  • Rewrote time matching to use regular expressions
  • Changed item name of TimeLimitRun
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r8600 r9040  
    430430  </ItemGroup>
    431431  <ItemGroup>
     432    <None Include="Resources\VS2010ImageLibrary\camera.png" />
    432433    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Actions_SaveAsHH.png" />
    433     <None Include="Resources\SaveAs.bmp" />
    434434    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" />
    435435    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Clone.png" />
     
    500500  -->
    501501  <PropertyGroup>
    502    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     502    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    503503set ProjectDir=$(ProjectDir)
    504504set SolutionDir=$(SolutionDir)
     
    507507call PreBuildEvent.cmd
    508508</PreBuildEvent>
    509 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     509    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    510510export ProjectDir=$(ProjectDir)
    511511export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.