Free cookie consent management tool by TermsFeed Policy Generator

Changeset 852 for trunk/tools


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

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

Location:
trunk/tools
Files:
2 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>
  • trunk/tools/PreBuildEvent.cmd

    r848 r852  
    1 SubWCRev %1 %1\Properties\AssemblyInfo.frame %1\Properties\AssemblyInfo.cs
     1SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
Note: See TracChangeset for help on using the changeset viewer.