Changeset 8983
- Timestamp:
- 12/03/12 10:07:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Scheduling/3.3/HeuristicLab.Problems.Instances.Scheduling-3.3.csproj
r8911 r8983 142 142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 143 143 <PropertyGroup> 144 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)144 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 145 145 set ProjectDir=$(ProjectDir) 146 146 set SolutionDir=$(SolutionDir) 147 147 set Outdir=$(Outdir) 148 148 149 call PreBuildEvent.cmd</PreBuildEvent> 149 call PreBuildEvent.cmd 150 </PreBuildEvent> 151 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 152 export ProjectDir=$(ProjectDir) 153 export SolutionDir=$(SolutionDir) 154 155 $SolutionDir/PreBuildEvent.sh 156 </PreBuildEvent> 150 157 </PropertyGroup> 151 158 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.