Changeset 8600 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r7021 r8600 207 207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 208 208 <PropertyGroup> 209 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)209 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 210 210 set ProjectDir=$(ProjectDir) 211 211 set SolutionDir=$(SolutionDir) … … 214 214 call PreBuildEvent.cmd 215 215 </PreBuildEvent> 216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 217 export ProjectDir=$(ProjectDir) 218 export SolutionDir=$(SolutionDir) 219 220 $SolutionDir/PreBuildEvent.sh 221 </PreBuildEvent> 216 222 </PropertyGroup> 217 223 </Project>
Note: See TracChangeset
for help on using the changeset viewer.