Changeset 8600 for trunk/sources/HeuristicLab.Clients.Hive.Administrator
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj
r8056 r8600 228 228 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 229 229 <PropertyGroup> 230 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)230 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 231 231 set ProjectDir=$(ProjectDir) 232 232 set SolutionDir=$(SolutionDir) … … 234 234 235 235 call PreBuildEvent.cmd</PreBuildEvent> 236 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 237 export ProjectDir=$(ProjectDir) 238 export SolutionDir=$(SolutionDir) 239 240 $SolutionDir/PreBuildEvent.sh 241 </PreBuildEvent> 236 242 </PropertyGroup> 237 243 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.