Changeset 8600 for trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj
r6866 r8600 196 196 --> 197 197 <PropertyGroup> 198 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 199 set ProjectDir=$(ProjectDir) 200 200 set SolutionDir=$(SolutionDir) … … 203 203 call PreBuildEvent.cmd 204 204 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 export ProjectDir=$(ProjectDir) 207 export SolutionDir=$(SolutionDir) 208 209 $SolutionDir/PreBuildEvent.sh 210 </PreBuildEvent> 205 211 </PropertyGroup> 206 212 </Project>
Note: See TracChangeset
for help on using the changeset viewer.