Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/08 12:10:42 (16 years ago)
Author:
gkronber
Message:

fixed a problem in the pre/post build scripts with spaces in paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/HeuristicLab.csproj

    r565 r574  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    5     <ProductVersion>9.0.21022</ProductVersion>
     5    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    77    <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
     
    140140  -->
    141141  <PropertyGroup>
    142     <PostBuildEvent>cmd /c $(ProjectDir)CopyAssemblies.cmd $(SolutionDir) $(Outdir)
    143 cmd /c $(ProjectDir)UpdateLocalInstallation.cmd $(Outdir)</PostBuildEvent>
    144     <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent>
     142    <PostBuildEvent>cmd /c ""$(ProjectDir)CopyAssemblies.cmd" "$(SolutionDir)." "$(Outdir).""
     143cmd /c ""$(ProjectDir)UpdateLocalInstallation.cmd" "$(Outdir).""</PostBuildEvent>
     144    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
    145145  </PropertyGroup>
    146146</Project>
Note: See TracChangeset for help on using the changeset viewer.