Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/13 15:07:42 (12 years ago)
Author:
abeham
Message:

#2012:

  • Removed plugin HeuristicLab.SharpDevelop-3.1.1.5327
  • Added plugin HeuristicLab.SharpDevelop-3.2.1
    • Contains custom built binaries from SharpDevelop's 3.x branch
  • Changed dependency in HeuristicLab.CodeEditor-3.3
  • Removed log4net from ExtLibs
File:
1 edited

Legend:

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

    r8600 r9203  
    134134    <None Include="app.config">
    135135      <SubType>Designer</SubType>
    136       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    137136    </None>
    138137    <None Include="CustomPostBuild.cmd" />
     
    198197  -->
    199198  <PropertyGroup>
    200    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     199    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    201200set ProjectDir=$(ProjectDir)
    202201set SolutionDir=$(SolutionDir)
    203202
    204203call PreBuildEvent.cmd</PreBuildEvent>
    205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     204    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    206205export ProjectDir=$(ProjectDir)
    207206export SolutionDir=$(SolutionDir)
     
    209208$SolutionDir/PreBuildEvent.sh
    210209</PreBuildEvent>
    211 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     210    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    212211set ProjectDir=$(ProjectDir)
    213212set SolutionDir=$(SolutionDir)
     
    218217call "$(SolutionDir)MergeConfigs.cmd"
    219218if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
    220 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     219    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    221220export Outdir=$(Outdir)
    222221export ProjectDir=$(ProjectDir)
Note: See TracChangeset for help on using the changeset viewer.