Changeset 13008
- Timestamp:
- 10/15/15 12:46:07 (9 years ago)
- 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 195 195 </PostBuildEvent> 196 196 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 197 cp "$(TargetPath) " "$(SolutionDir)"197 cp "$(TargetPath)*" "$(SolutionDir)" 198 198 cp "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)" 199 cp "$(ProjectDir).. \..\lib\protoc.exe" "$(SolutionDir)"199 cp "$(ProjectDir)../../lib/protoc.exe" "$(SolutionDir)" 200 200 </PostBuildEvent> 201 </PropertyGroup> 201 </PropertyGroup> 202 202 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 203 203 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 134 134 <SubType>Component</SubType> 135 135 </Compile> 136 <Compile Include="Docking\DockPanel.cs"> 137 <SubType>Component</SubType> 138 </Compile> 136 <Compile Include="Docking\DockPanel.cs" /> 139 137 <Compile Include="Docking\DockPanel.DockDragHandler.cs"> 140 138 <SubType>Component</SubType> -
trunk/sources/HeuristicLab.Problems.Instances.Orienteering/3.3/HeuristicLab.Problems.Instances.Orienteering-3.3.csproj
r12721 r13008 110 110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 111 111 <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) 116 117 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> 118 126 </PropertyGroup> 119 127 <!-- 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 180 180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 181 <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) 186 187 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> 189 196 </PropertyGroup> 190 197 <!-- 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 176 176 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 177 177 <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) 182 183 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> 185 192 </PropertyGroup> 186 193 <!-- 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.