Changeset 15294 for stable/HeuristicLab.Problems.BinPacking
- Timestamp:
- 07/28/17 17:00:42 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14273,14882,15135,15288
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.BinPacking
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.BinPacking merged: 14273
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r15278 r15294 235 235 </ItemGroup> 236 236 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 237 <PropertyGroup>238 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)239 set ProjectDir=$(ProjectDir)240 set SolutionDir=$(SolutionDir)241 set Outdir=$(Outdir)242 243 call PreBuildEvent.cmd244 </PreBuildEvent>245 </PropertyGroup>246 237 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 247 238 Other similar extension points exist, see Microsoft.Common.targets. … … 251 242 </Target> 252 243 --> 244 <PropertyGroup> 245 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 246 set ProjectDir=$(ProjectDir) 247 set SolutionDir=$(SolutionDir) 248 set Outdir=$(Outdir) 249 250 call PreBuildEvent.cmd 251 </PreBuildEvent> 252 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 253 export ProjectDir=$(ProjectDir) 254 export SolutionDir=$(SolutionDir) 255 256 $SolutionDir/PreBuildEvent.sh 257 </PreBuildEvent> 258 </PropertyGroup> 253 259 </Project>
Note: See TracChangeset
for help on using the changeset viewer.