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/tools/ConfigMerger/ConfigMerger.csproj

    r849 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>{E94C5E71-3F29-408D-BCDF-23E096CA84CA}</ProjectGuid>
     
    6666  -->
    6767  <PropertyGroup>
    68     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     68    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     69set ProjectDir=$(ProjectDir)
     70set SolutionDir=$(SolutionDir)
     71set Outdir=$(Outdir)
     72
     73call PreBuildEvent.cmd</PreBuildEvent>
    6974  </PropertyGroup>
    7075</Project>
Note: See TracChangeset for help on using the changeset viewer.