Changeset 8600 for trunk/sources/HeuristicLab.Clients.Access.Administration
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj
r8042 r8600 296 296 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 297 297 <PropertyGroup> 298 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)298 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 299 299 set ProjectDir=$(ProjectDir) 300 300 set SolutionDir=$(SolutionDir) 301 301 set Outdir=$(Outdir) 302 302 call PreBuildEvent.cmd</PreBuildEvent> 303 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 304 export ProjectDir=$(ProjectDir) 305 export SolutionDir=$(SolutionDir) 306 307 $SolutionDir/PreBuildEvent.sh 308 </PreBuildEvent> 303 309 </PropertyGroup> 304 310 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.