Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/12 12:24:00 (11 years ago)
Author:
abeham
Message:

#1985: Trunk integration

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r8600 r9079  
    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.