Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 21:51:20 (15 years ago)
Author:
swagner
Message:

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File:
1 edited

Legend:

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

    r761 r852  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    120120  -->
    121121  <PropertyGroup>
    122     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     122    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     123set ProjectDir=$(ProjectDir)
     124set SolutionDir=$(SolutionDir)
     125set Outdir=$(Outdir)
     126
     127call PreBuildEvent.cmd</PreBuildEvent>
    123128  </PropertyGroup>
    124129</Project>
Note: See TracChangeset for help on using the changeset viewer.