Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13008


Ignore:
Timestamp:
10/15/15 12:46:07 (8 years ago)
Author:
ascheibe
Message:

#2475 updated project files

Location:
trunk/sources
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj

    r11830 r13008  
    195195  </PostBuildEvent>
    196196    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    197     cp "$(TargetPath)" "$(SolutionDir)"
     197    cp "$(TargetPath)*" "$(SolutionDir)"
    198198    cp "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)"
    199     cp "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"
     199    cp "$(ProjectDir)../../lib/protoc.exe" "$(SolutionDir)"
    200200  </PostBuildEvent>
    201   </PropertyGroup> 
     201  </PropertyGroup>
    202202  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    203203       Other similar extension points exist, see Microsoft.Common.targets.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj

    r11623 r13008  
    134134      <SubType>Component</SubType>
    135135    </Compile>
    136     <Compile Include="Docking\DockPanel.cs">
    137       <SubType>Component</SubType>
    138     </Compile>
     136    <Compile Include="Docking\DockPanel.cs" />
    139137    <Compile Include="Docking\DockPanel.DockDragHandler.cs">
    140138      <SubType>Component</SubType>
  • trunk/sources/HeuristicLab.Problems.Instances.Orienteering/3.3/HeuristicLab.Problems.Instances.Orienteering-3.3.csproj

    r12721 r13008  
    110110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    111111  <PropertyGroup>
    112     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    113 set ProjectDir=$(ProjectDir)
    114 set SolutionDir=$(SolutionDir)
    115 set Outdir=$(Outdir)
     112    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     113      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     114      set ProjectDir=$(ProjectDir)
     115      set SolutionDir=$(SolutionDir)
     116      set Outdir=$(Outdir)
    116117
    117 call PreBuildEvent.cmd</PreBuildEvent>
     118      call PreBuildEvent.cmd
     119    </PreBuildEvent>
     120    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     121      export ProjectDir=$(ProjectDir)
     122      export SolutionDir=$(SolutionDir)
     123
     124      $SolutionDir/PreBuildEvent.sh
     125    </PreBuildEvent>
    118126  </PropertyGroup>
    119127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj

    r12721 r13008  
    180180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    181181  <PropertyGroup>
    182     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183 set ProjectDir=$(ProjectDir)
    184 set SolutionDir=$(SolutionDir)
    185 set Outdir=$(Outdir)
     182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     183      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     184      set ProjectDir=$(ProjectDir)
     185      set SolutionDir=$(SolutionDir)
     186      set Outdir=$(Outdir)
    186187
    187 call PreBuildEvent.cmd
    188 </PreBuildEvent>
     188      call PreBuildEvent.cmd
     189    </PreBuildEvent>
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     191      export ProjectDir=$(ProjectDir)
     192      export SolutionDir=$(SolutionDir)
     193
     194      $SolutionDir/PreBuildEvent.sh
     195    </PreBuildEvent>
    189196  </PropertyGroup>
    190197  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj

    r12721 r13008  
    176176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    177177  <PropertyGroup>
    178     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    179 set ProjectDir=$(ProjectDir)
    180 set SolutionDir=$(SolutionDir)
    181 set Outdir=$(Outdir)
     178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     179      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     180      set ProjectDir=$(ProjectDir)
     181      set SolutionDir=$(SolutionDir)
     182      set Outdir=$(Outdir)
    182183
    183 call PreBuildEvent.cmd
    184 </PreBuildEvent>
     184      call PreBuildEvent.cmd
     185    </PreBuildEvent>
     186    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     187      export ProjectDir=$(ProjectDir)
     188      export SolutionDir=$(SolutionDir)
     189
     190      $SolutionDir/PreBuildEvent.sh
     191    </PreBuildEvent>
    185192  </PropertyGroup>
    186193  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.